HowToInstallOnFreeBSD » History » Revision 3
Revision 2 (Anonymous, 2005-12-09 23:32) → Revision 3/11 (Anonymous, 2005-12-09 23:33)
== Lighttpd on FreeBSD == If you don't want PHP skip to the next step 2 === Step 1. Compiling PHP === cd ports/www/phpX-cgi (where X is the php version of your choice. 4 or 5) make config - Enable force-cgi-redirect support, and Enable fastcgi support. make && make install clean === Step 2. Compiling Lighttpd === cd ports/www/lighttpd make config - select appropriate options for what you want/need make && make install clean