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
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
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
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
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
>
> --
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
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
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
8 matches
Mail list logo