HowToInstallOnFreeBSD » History » Revision 5
Revision 4 (Anonymous, 2006-05-15 14:56) → Revision 5/11 (Anonymous, 2006-05-15 14:57)
== Lighttpd on FreeBSD == If you don't want PHP skip to the step 2 *this HowTo is depreciated see (port moved to lang/php5 on 2006-05-06 REASON: Unification of php slave ports)* ports) === 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