RE: [PHP] Apache Config: php_value "auto_prepend_file" & "auto_append_file"

2004-03-13 Thread Rasmus Lerdorf
you said before it was because it was the > "extensions" but are we saying now that libraries that php are compiled on > are too not thread safe ? > > > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 13, 2004 5:25 P

RE: [PHP] Apache Config: php_value "auto_prepend_file" & "auto_append_file"

2004-03-12 Thread electroteque
Lerdorf [mailto:[EMAIL PROTECTED] Sent: Saturday, March 13, 2004 5:25 PM To: Chris Wagner Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Apache Config: php_value "auto_prepend_file" & "auto_append_file" Yeah, probably a config leak in the Apache2 sapi module. There is a reason we d

Re: [PHP] Apache Config: php_value "auto_prepend_file" & "auto_append_file"

2004-03-12 Thread Rasmus Lerdorf
Yeah, probably a config leak in the Apache2 sapi module. There is a reason we don't suggest using PHP with Apache2 yet. Use Apache1 and I bet you won't have any problems. -Rasmus On Sat, 13 Mar 2004, Chris Wagner wrote: > hi, > > i'm running a server with Fedora Core 1. this is using Apache 2

RE: [PHP] Apache config + PHP include paths

2001-06-21 Thread Aaron Bennett
Title: RE: [PHP] Apache config + PHP include paths Shaun, you can also define php_value (but NOT php_admin_value) lines in a .htaccess file rather than in your httpd.conf, assuming you gave (or were given) the appropriate AllowOverride parameters to use .htaccess... Unless you are running

Re: [PHP] Apache config + PHP include paths

2001-06-21 Thread DAve Goodrich
on 6/21/01 8:14 AM, Butler, Shaun at [EMAIL PROTECTED] wrote: > is there a way to set up a different include path per virtual host in the > apache config or in the php.ini ? > > so www.blahblah.com would have /www/libs as the include path > > and > > www.moomoo.com would have /www/moo > > --

Re: [PHP] Apache config + PHP include paths

2001-06-21 Thread infoz
Yes, in httpd.conf, just add the appropriate line, i.e. php_value include_path "blah" in the section for each virtual host. - Tim http://www.phptemplates.org > is there a way to set up a different include path per virtual host in the > apache config or in the php.ini ? -- PHP General Mai

Re: [PHP] Apache config + PHP include paths

2001-06-21 Thread lenar
in your virtualhost definition use: php_value include_path "new include path" might be that instead of php_value you have to use php_admin_value, not sure. this is explained in "Chapter 3. Configuration" of php manual. lenar. ""Butler, Shaun"" <[EMAIL PROTECTED]> wrote in message 010624050

RE: [PHP] Apache config

2001-02-18 Thread ..s.c.o.t.t..
any good .conf files? ...mine reads like a stephen king novel :) it's easy... if you go to php.net and read thru their installation documentation, there are about 4-5 lines total that you need to add to your httpd.conf (at least when you install php as a stanalone cgi) to get apache to properl