View Single Post
Posts: 54 | Thanked: 5 times | Joined on May 2008 @ Oulu, Finland
#1
LigHTTPd is a compact lightweight web server. It comes preconfigured with PHP-CGI support, but to make PHP work you must also install the PHP-CGI package. The webserver is a background daemon set to start on bootup and serve pages out of the /wwwPHP folder. You can change the configuration by looking at /etc/lighttpd.conf. For more information on LigHTTPD, checkout the homepage: http://www.lighttpd.net
I have the web server installed and working. How do I install the PHP-CGI package for LigHTTPd?

Thanks.