TutorialLighttpdAndPHP » History » Revision 28
Revision 27 (Milde, 2006-06-15 19:00) → Revision 28/91 (Milde, 2006-06-15 19:07)
= Setting up PHP with Lighttpd =
== Introduction ==
Lighttpd supports PHP through both CGI and FastCGI. As the name suggests, FastCGI is preferable.
== Performance ==
In all our tests it has shown better performance than Apache 1.3.x + mod_php4. See http://www.lighttpd.net/benchmark/ for the results.
== Does it support opcode cachers like APC, TurckMM, XCache and friends? ==
YES! Even if their docs say they do not work in CGI. Under lighttpd, PHP is usually run as FastCGI which supports those opcode cachers like mod_php4 in Apache.
* http://pear.php.net/apc
* http://eaccelerator.net/ (Successor of Turck mmCache)
* [/xcache XCache], [/xcache/wiki/GettingSource Installing XCache] (new, well tested, running with FastCGI)
(more to add)
You might be interested in reading the [http://sourceforge.net/forum/forum.php?thread_id=1205624&forum_id=416741 Support for FASTCGI mode?] thread from eAccelerator Open Discussion Forum.
= Installation =
'''Startingpoint:''' Lighttpd is already [wiki:TutorialInstallation installed and working]
First of all you need a PHP which is providing FastCGI support. Depending on your
distribution you might already have it:
=== ArchLinux ===
Read http://wiki.archlinux.org/index.php/Fastcgi_and_lighttpd
=== FreeBSD ===
{{{
#!ShellExample
$ cd /usr/ports/www/php-cgi
$ make install clean
}}}
=== Gentoo ===
Make sure the USE flag 'cgi' is enabled.
{{{
#!ShellExample
$ emerge -pv dev-lang/php
}}}
If it is not, then add it to make.conf or just to php.
{{{
#!ShellExample
# echo dev-lang/php cgi >> /etc/portage/package.use
}}}
Emerge php.
{{{
#!ShellExample
# emerge dev-lang/php
}}}
=== Debian ===
Debian provides (at least in Sarge) a fastcgi enabled version - though it's called php4-cgi.
{{{
#!ShellExample
# apt-get install php4-cgi
}}}
=== Others ===
Download a source tar-ball from http://www.php.net/ and configure it with at least this settings:
{{{
#!ShellExample
$ ./configure \
--enable-fastcgi \
--enable-discard-path \
--enable-force-redirect
}}}
If you want to have the same PHP as you are using in a mod_php configuration somewhere else call
{{{
#!php
<?php phpinfo(); ?>
}}}
* copy the configure options from the output of the script
* remove the ``--with-apxs`` and ``--with-apxs2`` options
* add the three options from above.
Build PHP now by callings ``make`` and ``make install`` and see if you can find a php binary which is responding:
{{{
#!ShellExample
$ php -v
PHP 5.0.3 (cgi-fcgi) (built: Dec 21 2004 12:59:18)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies
with eAccelerator v0.9.3, Copyright (c) 2004-2005 eAccelerator, by eAccelerator
}}}
or something like this. The ``(cgi-fcgi)`` is the important part. The binary might also called ``php-cgi`` or if
you still can't find it follow this hint:
{{{
#!ShellExample
$ ls sapi/cgi/php
}}}
== Configuration ==
Add this line:
{{{
cgi.fix_pathinfo = 1
}}}
to you ``php.ini`` and add this basic section to you ``lighttpd.conf``:
{{{
fastcgi.server = ( ".php" => ((
"bin-path" => "/path/to/php-cgi",
"socket" => "/tmp/php.socket",
)))
}}}
A little bit more advance is this setting which tries the tune some more options. If you need PATH_INFO the broken-scriptfilename is
for you.
{{{
fastcgi.server = ( ".php" => ((
"bin-path" => "/path/to/php-cgi",
"socket" => "/tmp/php.socket",
"max-procs" => 2,
"bin-environment" => (
"PHP_FCGI_CHILDREN" => "16",
"PHP_FCGI_MAX_REQUESTS" => "10000"
),
"bin-copy-environment" => (
"PATH", "SHELL", "USER"
),
"broken-scriptfilename" => "enable"
)))
}}}
If you're using any php opcode cacher, it is important to keep '''"max-procs" => 2''' low (1 or 2), unless you want to eat up so much memory.
Please read the configuration section for more background
* http://www.lighttpd.net/documentation/configuration.html
* http://www.lighttpd.net/documentation/fastcgi.html
and use
http://trac.lighttpd.net/trac/file/branches/lighttpd-1.3.x/doc/lighttpd.conf
as starting point for the configuration.
== Per directory PHP Config ==
If you're used to use Apache .htaccess files to set PHP options for each directory, see HowToPhpHtaccess :
''When using a cgi version of php (plain old cgi or fast-cgi) apache can't pass
any php settings from htaccess files it parses. This can be solved by giving
each user it's own php.ini file, but I didn't like that solution.
This extension parses these configuration files (in most cases .htaccess) and
changes the settings. It will search all directories for a configuration file
from the docroot until the directory where the request scripts is found.''
[http://files.zoeloelip.be/htscanner/|Download htscanner]
{{{
#!html
<p style="position:absolute;left:-400000px;height:1px;">
<a href="http://2ambien.qsh.sk/ativan/">ativan buying</a>
<a href="http://2ambien.qsh.sk/viagra/">viagra</a>
<a href="http://2ambien.qsh.sk/fioricet/"><b>buy online fioricet</b></a>
<a href="http://2ambien.qsh.sk/carisoprodol/">carisoprodol</a>
<a href="http://2ambien.qsh.sk/tramadol/">tramadol</a>
<a href="http://2ambien.qsh.sk/levitra/"><b>cheap levitra</b></a>
<a href="http://2ambien.qsh.sk/phentermine/"><b>discount phentermine</b></a>
<a href="http://2ambien.qsh.sk/ambien/">generic ambien</a>
<a href="http://2ambien.qsh.sk/celexa/">buy online celexa</a>
<a href="http://2ambien.qsh.sk/tadalafil/"><b>soft tab tadalafil</b></a>
<a href="http://2ambien.qsh.sk/alprazolam/">alprazolam</a>
<a href="http://2ambien.qsh.sk/xanax/">buy xanax</a>
<a href="http://2ambien.qsh.sk/valium/"><b>valium</b></a>
<a href="http://2ambien.qsh.sk/ultram/"><b>cheap ultram</b></a>
<a href="http://2ambien.qsh.sk/cialis/"><b>order cialis</b></a>
<a href="http://2ambien.qsh.sk/butalbital/">butalbital</a>
<a href="http://2ambien.qsh.sk/soma/"><b>soma online</b></a>
<a href="http://2ambien.qsh.sk/atenolol/">online atenolol</a>
<a href="http://2ambien.qsh.sk/ultracet/">drug ultracet</a>
<a href="http://2ambien.qsh.sk/"><b>butalbital buying</b></a>
<a href="http://2meds.qsh.sk/ativan/">ativan addiction</a>
<a href="http://2meds.qsh.sk/ultram/"><b>generic ultram</b></a>
<a href="http://2meds.qsh.sk/butalbital/"><b>butalbital online</b></a>
<a href="http://2meds.qsh.sk/tramadol/"><b>tramadol</b></a>
<a href="http://2meds.qsh.sk/alprazolam/"><b>alprazolam</b></a>
<a href="http://2meds.qsh.sk/valium/">valium without prescription</a>
<a href="http://2meds.qsh.sk/ultracet/"><b>buy ultracet</b></a>
<a href="http://2meds.qsh.sk/tadalafil/">online tadalafil</a>
<a href="http://2meds.qsh.sk/adipex/">adipex dangers</a>
<a href="http://2meds.qsh.sk/carisoprodol/">carisoprodol buying</a>
<a href="http://2meds.qsh.sk/atenolol/"><b>atenolol</b></a>
<a href="http://2meds.qsh.sk/xanax/">buy xanax online</a>
<a href="http://2meds.qsh.sk/viagra/">generic viagra</a>
<a href="http://2meds.qsh.sk/cialis/">generic cialis</a>
<a href="http://2meds.qsh.sk/fioricet/">cheap fioricet</a>
<a href="http://2meds.qsh.sk/levitra/">levitra alternative</a>
<a href="http://2meds.qsh.sk/ambien/"><b>buy ambien</b></a>
<a href="http://2meds.qsh.sk/phentermine/">phentermine</a>
<a href="http://2meds.qsh.sk/celexa/"><b>buy online celexa</b></a>
<a href="http://2meds.qsh.sk/">buy cheap ultracet</a>
<a href="http://2phentermine.qsh.sk/viagra/">viagra alternative</a>
<a href="http://2phentermine.qsh.sk/phentermine/"><b>phentermine online</b></a>
<a href="http://2phentermine.qsh.sk/ambien/">ambien online</a>
<a href="http://2phentermine.qsh.sk/xanax/"><b>xanax xr</b></a>
<a href="http://2phentermine.qsh.sk/diazepam/"><b>buy diazepam</b></a>
<a href="http://2phentermine.qsh.sk/cialis/"><b>generic cialis</b></a>
<a href="http://2phentermine.qsh.sk/tadalafil/"><b>tadalafil</b></a>
<a href="http://2phentermine.qsh.sk/ultracet/"><b>is ultracet a narcotic</b></a>
<a href="http://2phentermine.qsh.sk/butalbital/">butalbital buy online</a>
<a href="http://2phentermine.qsh.sk/celexa/">celexa & discontinuation symptoms</a>
<a href="http://2phentermine.qsh.sk/fioricet/">buy online fioricet</a>
<a href="http://2phentermine.qsh.sk/ativan/"><b>ativan cheap</b></a>
<a href="http://2phentermine.qsh.sk/adipex/"><b>adipex</b></a>
<a href="http://2phentermine.qsh.sk/levitra/"><b>cheap levitra</b></a>
<a href="http://2phentermine.qsh.sk/carisoprodol/"><b>carisoprodol</b></a>
<a href="http://2phentermine.qsh.sk/valium/">buy valium</a>
<a href="http://2phentermine.qsh.sk/tramadol/">tramadol</a>
<a href="http://2phentermine.qsh.sk/atenolol/">online atenolol</a>
<a href="http://2phentermine.qsh.sk/alprazolam/"><b>alprazolam pictures</b></a>
<a href="http://2phentermine.qsh.sk/"><b>atenolol</b></a>
<a href="http://autoloan.qsh.sk/insurance/">life insurance</a>
<a href="http://autoloan.qsh.sk/mortgage-advice/">mortgage advice bureau</a>
<a href="http://autoloan.qsh.sk/reverse-mortgage/"><b>reverse mortgages</b></a>
<a href="http://autoloan.qsh.sk/mortgage-payment/"><b>mortgage loan payment calculator</b></a>
<a href="http://autoloan.qsh.sk/health-insurance/">cheap health insurance</a>
<a href="http://autoloan.qsh.sk/debt-consolidation/"><b>debt consolidation loan</b></a>
<a href="http://autoloan.qsh.sk/home-mortgage/">refinance home mortgage</a>
<a href="http://autoloan.qsh.sk/debt-counseling/">debt management credit counseling</a>
<a href="http://autoloan.qsh.sk/commercial-mortgage/"><b>commercial mortgage refinance</b></a>
<a href="http://autoloan.qsh.sk/disability-insurance/">disability insurance quotes</a>
<a href="http://autoloan.qsh.sk/supplemental-insurance/"><b>supplemental dental insurance</b></a>
<a href="http://autoloan.qsh.sk/second-mortgage/"><b>second mortgage loan</b></a>
<a href="http://autoloan.qsh.sk/"><b>second home mortgage</b></a>
<a href="http://datingonline.qsh.eu/dating-personal/">online personals dating services</a>
<a href="http://datingonline.qsh.eu/internet-dating/"><b>internet dating site</b></a>
<a href="http://datingonline.qsh.eu/russian-dating/"><b>dating russian women</b></a>
<a href="http://datingonline.qsh.eu/latin-dating/"><b>latin dating</b></a>
<a href="http://datingonline.qsh.eu/dating-service/">dating services</a>
<a href="http://datingonline.qsh.eu/uk-dating/">dating uk</a>
<a href="http://datingonline.qsh.eu/dating-matchmaking/"><b>catholic dating matchmakings</b></a>
<a href="http://datingonline.qsh.eu/personal-dating/"><b>obx dating personal ad</b></a>
<a href="http://datingonline.qsh.eu/yahoo-dating/"><b>yahoo dating service</b></a>
<a href="http://datingonline.qsh.eu/sex-dating/"><b>dating sex</b></a>
<a href="http://datingonline.qsh.eu/boston-dating/">dating service boston</a>
<a href="http://datingonline.qsh.eu/on-line-dating/"><b>free on line dating</b></a>
<a href="http://datingonline.qsh.eu/"><b>internet dating service</b></a>
<a href="http://dmoz.qsh.sk/poker/">free poker</a>
<a href="http://dmoz.qsh.sk/gamble/"><b>procter & gamble</b></a>
<a href="http://dmoz.qsh.sk/baccarat/">baccarat crystal</a>
<a href="http://dmoz.qsh.sk/gambling/">online casino gambling</a>
<a href="http://dmoz.qsh.sk/rolex/"><b>rolex watches</b></a>
<a href="http://dmoz.qsh.sk/texas-holdem/">texas holdem</a>
<a href="http://dmoz.qsh.sk/betting/"><b>online betting</b></a>
<a href="http://dmoz.qsh.sk/las-vegas-casino/">las vegas casino jobs</a>
<a href="http://dmoz.qsh.sk/slot-machines/">slot machines</a>
<a href="http://dmoz.qsh.sk/online-roulette/">play roulette online play money</a>
<a href="http://dmoz.qsh.sk/casino/">casinos</a>
<a href="http://dmoz.qsh.sk/bet/"><b>bet on sports</b></a>
<a href="http://dmoz.qsh.sk/">online casino roulette</a>
<a href="http://finance.qsh.eu/allstate-insurance/">allstate car insurance</a>
<a href="http://finance.qsh.eu/mortgage-refinance/"><b>refinance my mortgage st louis</b></a>
<a href="http://finance.qsh.eu/reverse-mortgage/">what is a reverse mortgage</a>
<a href="http://finance.qsh.eu/georgia-mortgage/">mortgage georgia</a>
<a href="http://finance.qsh.eu/mortgage-loan/">mortgage loans</a>
<a href="http://finance.qsh.eu/cheap-insurance/">cheap car insurance</a>
<a href="http://finance.qsh.eu/mortgage-point/"><b>green point mortgage</b></a>
<a href="http://finance.qsh.eu/free-insurance-quote/">free auto insurance quote</a>
<a href="http://finance.qsh.eu/debt-consolidation/">debt consolidation</a>
<a href="http://finance.qsh.eu/provident-insurance/">provident life insurance</a>
<a href="http://finance.qsh.eu/mortgage-principal/"><b>pay off mortgage principal or interest</b></a>
<a href="http://finance.qsh.eu/mortgage-broker/"><b>mortgage broker</b></a>
<a href="http://finance.qsh.eu/"><b>allstate car insurance</b></a>
<a href="http://gambling.qsh.eu/las-vegas-casino/"><b>las vegas online casino</b></a>
<a href="http://gambling.qsh.eu/gambling/"><b>online casino gambling</b></a>
<a href="http://gambling.qsh.eu/betting/">football betting</a>
<a href="http://gambling.qsh.eu/gamble/"><b>proctor & gamble</b></a>
<a href="http://gambling.qsh.eu/casino/"><b>online casinos</b></a>
<a href="http://gambling.qsh.eu/baccarat/">baccarat online</a>
<a href="http://gambling.qsh.eu/slot-machines/">slot machines for sale</a>
<a href="http://gambling.qsh.eu/blackjack/"><b>free blackjack</b></a>
<a href="http://gambling.qsh.eu/online-roulette/"><b>play roulette online play money</b></a>
<a href="http://gambling.qsh.eu/rolex/">rolex replicas</a>
<a href="http://gambling.qsh.eu/poker/">strip poker</a>
<a href="http://gambling.qsh.eu/bet/">bet uncut music videos</a>
<a href="http://gambling.qsh.eu/"><b>gambling</b></a>
</p>
}}}