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:
I get a
or is there an environment-var which does the same?
thanks,
thomas
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
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
thanks,
thomas