Lighttpd
Jump to navigation
Jump to search
Configuring the Lighttpd web server
Preliminaries
- Gain root access.
- Setup the Optware Feed.
- Open the root file system to read/write with rootfs_open.
Install Lighttpd with PHP support
ipkg-opt install lighttpd php-fcgi
Tweak settings
vi /opt/etc/lighttpd/lighttpd.conf
If you are going to run static HTML pages, there is no need to do this. If you want the ability to run PHP pages then this line must be uncommented:
"mod_fastcgi",