command-line options for fastcgi-apps

ts77

Well-Known Member
#1
hi there,

I'd like to be able to add command-line options to fastcgi-apps (php in my case).

I need to specify a php-app which uses a different php.ini than the default one but if I make the executable to:
Code:
/usr/bin/php-cgi -c /etc/php/cgi-php4/php-zend.ini
I get a
Code:
Start FCGI [php-zend-optimizer]: invalid path to executable - /usr/bin/php-cgi -c /etc/php/cgi-php4/php-zend.ini, not exist or not executable
or is there an environment-var which does the same?


thanks,

thomas
 
Top