Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: Can I set a different PHP include path per Apache Virtual host? I am trying this: snip Only if php is being run as an Apache module. If php is running as a module on your box, and it's still not working, try removing the IfModule mod_php4.c and /IfModule wrapper. Your syntax

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: I am trying this: VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /Library/WebServer/Websites/stage/content ServerName stage.asmpweb.org ErrorLog /Library/WebServer/Websites/stage/logs/error_log CustomLog

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread Mike Zornek
On 6/10/04 11:01 AM, John Nichel [EMAIL PROTECTED] wrote: What version of Apache? I currently have multiple boxes running with configurations like this, all on Apache 1.3.x, without any problems (one of them's a Mac...looks like you're using a Mac above). Ghen:~ zorn$ httpd -v Server

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: On 6/10/04 11:01 AM, John Nichel [EMAIL PROTECTED] wrote: What version of Apache? I currently have multiple boxes running with configurations like this, all on Apache 1.3.x, without any problems (one of them's a Mac...looks like you're using a Mac above). Ghen:~ zorn$ httpd -v

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: On 6/10/04 11:28 AM, John Nichel [EMAIL PROTECTED] wrote: Don't know what to tell you Mike. The site in my sig below is running on a Mac with Apache 1.3.29 (I compiled both php and Apache from source though), and I'm setting the include path for that one (and all the other

[PHP] Can I set a different include path per Apache Virtual host?

2004-06-09 Thread Mike Zornek
Can I set a different PHP include path per Apache Virtual host? I am trying this: VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /Library/WebServer/Websites/stage/content ServerName stage.asmpweb.org ErrorLog /Library/WebServer/Websites/stage/logs/error_log

RE: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-09 Thread James Harrell
] Can I set a different include path per Apache Virtual host? Can I set a different PHP include path per Apache Virtual host? I am trying this: VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /Library/WebServer/Websites/stage/content ServerName stage.asmpweb.org ErrorLog

RE: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-09 Thread James Harrell
Oh- and don't forget to restart apache after your changes. james -Original Message- From: James Harrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 5:44 PM To: Mike Zornek; [EMAIL PROTECTED] Subject: RE: [PHP] Can I set a different include path per Apache Virtual host? Hi