PHP Configutation - Include_path

Is there a secret to using the PHP include_path in a <VirtualHost>?

I am doing...
php_value include_path '/home/www/domains/public_html/php:.'


But it won't work

Syntax error on line 20 of /usr/local/apache/conf/vhost.conf:
Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration

This is with PHP 4.2.3

 

 

 

 

Top