Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello,
I have setup the DNS 323 with fun plug, and I'm really happy with it. However, a while back I followed some steps that would move the Linksys web app to port 81, and move the web server to port 80.
I'm not using the web service on the DNS 323 at all, and would like to move the default Web app BACK to port 80.
Any help would be greatly appreciated.
Thanks in advance!
~C.
Offline
You problably have two scripts called "kickwebs.sh" and "lighttpd.sh" in the /ffp/start directory. The first one actually kicks the DNS323 web server and the second one starts the lighttpd server on port 80 before the DNS323 one (called WEBS) starts up again (on first available port 81). If you disable the kickwebs script (by changing permissions) and restart the DNS323 the server will be on port 80 again. You should also disable the lighttpd.sh then (or put it on another port by changing the lighttpd settings in /ffp/etc).
Disabling permissions on the kickwebs and lighttpd scripts should be done like this:
chmod a-x /ffp/start/kickwebs.sh
chmod a-x /ffp/start/lighttpd.sh
Last edited by faethon (2009-08-12 12:37:15)
Offline