Re: [PHP] Changing php directives inside apache config file

2003-11-24 Thread John Nichel
Pablo Gosse wrote: [snip] There's really no reason to wrap the 'php_value' in the IfModule statement. Other than the, the syntax looks good...I know it's supposed to work in the httpd.conf, but I've never tested that...I've always done it in a .htaccess in the document root for the virtual. [/

RE: [PHP] Changing php directives inside apache config file

2003-11-24 Thread Pablo Gosse
es taking effect. Any ideas? Cheers and TIA. Pablo -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 3:02 PM To: Pablo Gosse Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Changing php directives inside apache config file Pablo Gosse wrote: &g

Re: [PHP] Changing php directives inside apache config file

2003-11-24 Thread John Nichel
Pablo Gosse wrote: Hi all. I'm trying to alter the include_path for three different sites running on the same machine, and I do not want to use ini_set in each file. Here's what I've set up for each virtual host inside my httpd.conf file: php_value include_path ".:/usr/local/lib/ph

[PHP] Changing php directives inside apache config file

2003-11-24 Thread Pablo Gosse
Hi all. I'm trying to alter the include_path for three different sites running on the same machine, and I do not want to use ini_set in each file. Here's what I've set up for each virtual host inside my httpd.conf file: php_value include_path ".:/usr/local/lib/php:/path/to/cmsdev.u