mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
network/lighttpd: Adapt README.SLACKWARE to the new conventions.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
4bc2a6fe59
commit
9ffbc24ba8
1 changed files with 6 additions and 7 deletions
|
@ -19,16 +19,15 @@ to stop lighttpd on system shutdown.
|
|||
|
||||
* PHP users:
|
||||
Slackware's default php package is meant to work with
|
||||
httpd(apache). It works fine with lighttpd with a couple of tweaks.
|
||||
httpd (apache). It works fine with lighttpd with a couple of tweaks.
|
||||
|
||||
1) Copy the php.ini from /etc /etc/lighttpd
|
||||
1) You can use its default configuration file /etc/php.ini
|
||||
|
||||
2) Uncomment mod_fastcgi from the modules section of
|
||||
/etc/lighttpd/lighttpd.conf.
|
||||
2) Uncomment mod_fastcgi from /etc/lighttpd/modules.conf.
|
||||
|
||||
3) Rework the fastcgi section of /etc/lighttpd/lighttpd.conf to the
|
||||
following (or just copy this in below the existing commented out
|
||||
fastcgi config):
|
||||
3) Rework the fastcgi section of /etc/lighttpd/conf.d/fastcgi.conf to
|
||||
the following (or just copy this in below the existing commented
|
||||
out fastcgi config):
|
||||
|
||||
fastcgi.server = ( ".php" =>
|
||||
( "localhost" =>
|
||||
|
|
Loading…
Reference in a new issue