I'm trying to setup Apache and PHP (as an apache module), but I'm having some problems configuring php on the apache configuration file to allow different parameters for all my virtual hosts. If I read the php documentation correctly I'm supposed to be able to set parameters with the php_admin_value directive. The php module refuses this directive on any location of the apache configuration file. The error is: bash-2.03# /etc/init.d/apachectl start Syntax error on line 1072 of /usr/local/apache2/conf/httpd.conf: php_admin_value not allowed here /etc/init.d/apachectl start: httpd could not be started
The module appears to accept the php_value directive but only for some of the available parameters. I found some references to the same problem on the archives by found no solution or reason for the problem. Any help will be appreciated. Thanks, Victor Fernandes -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php