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
hi,
i'm running a server with Fedora Core 1. this is using Apache 2.0.48
and PHP 4.3.4.
i have my http server root at /var/www/html/. i have some virtual hosts
setup.
i've just installed phpMyAdmin 2.5.6. my problem lies within the
auto_prepend_file and auto_append_file directives provided by
On Wednesday 22 May 2002 00:37, Timothy J. Luoma wrote:
> Hello PHP'ers
>
> I am currently using the very cool PHPSlideshow(1)
>
> This gives me URLs that look like this:
>
> http://www.tntluoma.com/show.php?directory=nursery/
>
> I would like to be able to have simpler URL like this:
>
>
Hello PHP'ers
I am currently using the very cool PHPSlideshow(1)
This gives me URLs that look like this:
http://www.tntluoma.com/show.php?directory=nursery/
I would like to be able to have simpler URL like this:
http://www.tntluoma.com/show/directory=nursery/
I was researchi
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
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
-- Shaun
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail
Hi,
I'm sorry for this OT question, but I need to configure
apache to emit 503 accross the whole server _except_ in
two directories. I thought I'd use
RedirectMatch 503 ^/(?!docs|error)
but Apache fails to start with "Regular expression could
not be compiled." It doesn't grok the assertion.
i es Tarsa Bt [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] Apache config
>
>
> Hi,
> I would like to use Apache and PHP4 on W2K.
> If you have any good Httpd.conf file for the
> Apache, please send me.
> Thank you.
> Paul. [mailto:[EMAIL PROTECTED]]
--
PHP General Mail
Hi,
I would like to use Apache and PHP4 on W2K.
If you have any good Httpd.conf file for the
Apache, please send me.
Thank you.
Paul. [mailto:[EMAIL PROTECTED]]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
14 matches
Mail list logo