From NAS-Tweaks
- We'll do a seperate tutorial on php and one on mysql. Uli 21:08, 26 August 2008 (UTC)
- Yes, I think that is better for a turorial. PeterH 07:41, 27 August 2008 (UTC)
- Just a Hint: The internal Webserver will ONLY return on 81 if 80 is in use. You first described the kickwebs and then the configuration for port 80? Perhaps change the two, if you think, this would be useful.
- Will have a look. There is enough (too much;-) text so that readers should understand. But will have a look. PeterH 07:41, 27 August 2008 (UTC)
- Another Hint: For the activation of Port 80 instead of 8080, you can simply run:
sed -i '/server.port/ s/^/#/' lighttpd.conf
- Yes, I saw that. Sed may be a bit intimidating for non-experts. Showing that .conf is an editable file, and showing that the system doesn't die if you get it slightly wrong may be more helpful than showing that you can fix it in one command _if_ you know exactly what's in the ASCII file already ;-) PeterH 07:41, 27 August 2008 (UTC)