leejk wrote:Hello,
I have everything setup and running fine, with the exception of a startup problem with lighttpd. I am having the same problem as the user reported on the first page of this thread. On a reboot of the server, it does not start by itself, and I always have to manually start it. Does anyone know why this might be happening?
thx
One interesting thing I noticed when working with the S80 file and the S90 file is, if you edit it with windows eg notepad or wordpad then the file format changes, I suggest making all the file alterations with nano or another linux based txt editor.
If you can't find one already installed then use.
- Code: Select all
ipkg install nano
you can then edit the files like this.
- Code: Select all
nano /opt/etc/init.d/S80lighttpd
Hope someone finds this useful, it really is noob stuff though.


