Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98665 - lighttpd ebuild enhancement for fastcgi php use (php bin-path)
Summary: lighttpd ebuild enhancement for fastcgi php use (php bin-path)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: www-servers Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 06:02 UTC by Steph L
Modified: 2005-07-12 06:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steph L 2005-07-11 06:02:49 UTC
It took me a while to get fastcgi working with php. 
To get php working through fastcgi, in /etc/lighttpd.conf the fastcgi.server
section  must include : 
 "bin-path" => "/usr/bin/php-cgi"

Can you include this line in lighttpd-1.3.11-gentoo.diff so other people get 
it working quickly  ? 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-07-12 06:46:35 UTC
Actually it should be in the -php patch, not the -gentoo patch.  I've added an
updated php patch, lighttpd-1.3.13-php.diff, that everything >=1.3.13-r1 now
uses.  Thanks for the report.