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

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

2004-03-12 Thread Chris Wagner
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

Re: [PHP] PHP&Apache config to not require "?"

2002-05-21 Thread Jason Wong
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: > >

[PHP] PHP&Apache config to not require "?"

2002-05-21 Thread Timothy J. Luoma
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

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

[PHP] Apache config + PHP include paths

2001-06-21 Thread Butler, Shaun
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

[PHP] Apache config -- RedirectMatch

2001-03-02 Thread Kefir Podmasli
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.

RE: [PHP] Apache config

2001-02-18 Thread ..s.c.o.t.t..
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

[PHP] Apache config

2001-02-17 Thread Sitkei es Tarsa Bt
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