FS#2878 - lighttpd spawn-php script
Attached to Project:
Arch Linux
Opened by eliott (cactus) - Saturday, 25 June 2005, 22:06 GMT
Last edited by Dale Blount (dale) - Sunday, 26 June 2005, 00:32 GMT
Opened by eliott (cactus) - Saturday, 25 June 2005, 22:06 GMT
Last edited by Dale Blount (dale) - Sunday, 26 June 2005, 00:32 GMT
|
Details
There is an error in the lighttpd spawn-php script.
the line: EX="$SPAWNFCGI -f $FCGIPROGRAM -C $PHP_FCGI_CHILDREN" should be: EX="$SPAWNFCGI -f $FCGIPROGRAMM -C $PHP_FCGI_CHILDREN" the second M on FCGIPROGRAMM is needed. The add daemon and remove daemon names should be changed to fit the new rc.d name, instead of what I had it in my package. Attached patch for both fixes. |
This task depends upon
Comment by eliott (cactus) -
Saturday, 25 June 2005, 22:29 GMT
Bug report should be in category extra. please move/edit
appropriately.
spawn-php.patch