mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/lighttpd: Additional path fixes.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ec0ed2cd1b
commit
20c9040db9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ httpd (apache). It works fine with lighttpd with a couple of tweaks.
|
||||||
( "localhost" =>
|
( "localhost" =>
|
||||||
(
|
(
|
||||||
"socket" => "/var/run/lighttpd/php-fastcgi.socket",
|
"socket" => "/var/run/lighttpd/php-fastcgi.socket",
|
||||||
"bin-path" => "/usr/bin/php-cgi -c /etc/lighttpd/php.ini"
|
"bin-path" => "/usr/bin/php-cgi -c /etc/php.ini"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue