RE: [PHP] Apache 2.0 and Sessions

2005-01-11 Thread Stephen Craton
ephen Craton Subject: Re: [PHP] Apache 2.0 and Sessions On Tue, 2005-01-11 at 16:02, Stephen Craton wrote: > I just updated to Apache 2.0 and have gotten PHP all with it. However, I > just loaded up a script that worked fine on my old Apache 1.3 install but is > now causing my errors. He

[PHP] Apache 2.0 and Sessions

2005-01-11 Thread Stephen Craton
I just updated to Apache 2.0 and have gotten PHP all with it. However, I just loaded up a script that worked fine on my old Apache 1.3 install but is now causing my errors. Here's the error: Warning: session_start(): open(C:\WINDOWS\TEMP\\sess_8c53cb2382f75076c51ed4b3edece36b, O_RDWR) failed: N

Re: [PHP] Apache 2.0 and PHP

2003-03-17 Thread Michael Aaron
Thanks for the info. Do you know if this is specifically in regard to the worker MPM under Apache and not the prefork MPM? Or does this not have anything to do with threading? [EMAIL PROTECTED] wrote: On Fri, 14 Mar 2003, Michael Aaron wrote: Sorry if this has been answered before but I can n

Re: [PHP] Apache 2.0 and PHP

2003-03-14 Thread Ernest E Vogelsinger
At 19:37 14.03.2003, Michael Aaron said: [snip] >Sorry if this has been answered before but I can not find it anywhere: > >Why does the PHP docs. state: > "Do not use Apache 2.0 and PHP in a production environment neither on >Unix nor on Windows. " > >What

Re: [PHP] Apache 2.0 and PHP

2003-03-14 Thread Rasmus Lerdorf
On Fri, 14 Mar 2003, Michael Aaron wrote: > Sorry if this has been answered before but I can not find it anywhere: > > Why does the PHP docs. state: > "Do not use Apache 2.0 and PHP in a production environment neither on > Unix nor on Windows. " > > What is the reason for this Warning? The co

[PHP] Apache 2.0 and PHP

2003-03-14 Thread Michael Aaron
Sorry if this has been answered before but I can not find it anywhere: Why does the PHP docs. state: "Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows. " What is the reason for this Warning? Thanks in advance. Mike Aaron -- PHP General Mailing List (ht

[PHP] Apache 2.0

2002-09-04 Thread Lars Hecking
Hi all, I'm setting up a test server with Apache 2.0.40 and php. I downloaded the latest php4 snapshot, compiled and installed it (a real PITA, but I managed), added LoadModule php4_module modules/libphp4.so and AddType application/x-httpd-php .php to httpd.conf, but my browser still d

Re: [PHP] Apache 2.0 and PHP

2002-08-19 Thread @ Edwin
> >Would I be able to install it along side 1.3 and run it on a separate port? I know some who installed two 1.3s in two different folders, run two different daemons, in two different ports. I think it should work with 1.3 and 2.0 as well... - E > >Cheers >John Wards >SportNetwork.net > > >-

Re: [PHP] Apache 2.0 and PHP

2002-08-19 Thread Rasmus Lerdorf
If you run Apache2 in prefork mode, it should mostly work with PHP. Don't try to use one of the threaded mpms yet. The Apache 2 prefork mpm makes it operate exactly like Apache 1.3 in the way it pre-forks processes and handles one request per process. -Rasmus On Mon, 19 Aug 2002, John Wards wr

Re: [PHP] Apache 2.0 and PHP

2002-08-19 Thread Aaron Gould
not exposed to a lot of traffic and abuse. -- Aaron Gould [EMAIL PROTECTED] Web Developer - Original Message - From: "John Wards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 7:27 AM Subject: [PHP] Apache 2.0 and PHP > Guys and Gir

[PHP] Apache 2.0 and PHP

2002-08-19 Thread John Wards
Guys and Girls got a question for you. Is Apache 2.0 any good and is there any advantages to installing it? Does it work fine enough with PHP and MySQL? Would I be able to install it along side 1.3 and run it on a separate port? Cheers John Wards SportNetwork.net -- PHP General Mail

Re: [PHP] Apache 2.0 + PHP

2002-07-16 Thread Austin Gonyou
On Mon, 2002-07-15 at 18:30, Gerard Samuel wrote: > I dont think Apache 2 or php 4.3.x are meant for production boxes.. > My opinion, the latest verion of apache 1.3.x and php 4.1.2 (my test > box > is 4.2.1 but thats ok) Apache2 is meant for production. Php 4.2.1 is meant for production.

Re: [PHP] Apache 2.0 + PHP

2002-07-15 Thread Gerard Samuel
I dont think Apache 2 or php 4.3.x are meant for production boxes.. My opinion, the latest verion of apache 1.3.x and php 4.1.2 (my test box is 4.2.1 but thats ok) Michael Hall wrote: >I've had a hunt through the mail archives but can't find a definite >answer: > >Is Apache 2.0.x and PHP 4.2.x/

Re: [PHP] Apache 2.0 + PHP

2002-07-15 Thread Rasmus Lerdorf
> Is Apache 2.0.x and PHP 4.2.x/4.3.x on Linux a viable proposition yet in a > production environment? Nope -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Apache 2.0 + PHP

2002-07-15 Thread Tyler Longren
In a production environment: no for fun: yes -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Tue, 16 Jul 2002 09:13:41 +0930 (CST) Michael Hall <[EMAIL PROTECTED]> wrote: > > I've had a hunt through the mail archives but can't find a definite > answer:

[PHP] Apache 2.0 + PHP

2002-07-15 Thread Michael Hall
I've had a hunt through the mail archives but can't find a definite answer: Is Apache 2.0.x and PHP 4.2.x/4.3.x on Linux a viable proposition yet in a production environment? I guess the diversity of experiences described in the archives probably means no, but what is the current opinion? Some

Re: [PHP] Apache 2.0 or 1.3 for php on windows XP ?

2002-06-10 Thread Thomas Edison Jr.
dison Jr." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 10, 2002 2:49 PM > Subject: [PHP] Apache 2.0 or 1.3 for php on windows > XP ? > > > > Glory! > > > > I have Windows XP Home Edition.. and i downloaded > the >

[PHP] Apache 2.0 or 1.3 for php on windows XP ?

2002-06-10 Thread Thomas Edison Jr.
Glory! I have Windows XP Home Edition.. and i downloaded the latest PHP & mySQL. I have Apache 1.3.19 earlier, which for some reason gives "Service Apache Not Installed" now even when everything is installed, on my windows XP. So i decided to get a new Apache Web Server. They have 2 versions av

Re: [PHP] Apache 2.0

2002-04-11 Thread Andrew Scott
On 11 Apr 2002 at 14:37, Marcin Pasieka wrote: > How to install PHP on Apache 2.0 server? > As far as I can see, at the moment, the only way is to use cgi. It looks like that API stuff has to be rewritten/updated a little. However, since Apache 2 is now released, the API shouldn't be changing

Re: [PHP] Apache 2.0

2002-04-11 Thread Tyler Longren
PHP or the next stable version. Tyler - Original Message - From: "Marcin Pasieka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 7:37 AM Subject: [PHP] Apache 2.0 How to install PHP on Apache 2.0 server? Sincerely Marcin Pasieka

[PHP] Apache 2.0

2002-04-11 Thread Marcin Pasieka
How to install PHP on Apache 2.0 server? Sincerely Marcin Pasieka

[PHP] Re: PHP & Apache 2.0 - NOT WORKING ?

2001-03-07 Thread Benoit
Apache 2.0 seem to be now supported by PHP4.04pl1. I tried PHP4.0.4pl1 & Apache 2.0a8 (configure don't seem to work for me with 2.0a9) But. I did not succeded to make it working ! Do someone have a tips on some compiling flags working, or other versions ? Mine made apache to show a segmentati

[PHP] PHP & Apache 2.0

2001-03-05 Thread Benoit
Do someone know when PHP will work as apixs under Apache 2.0 ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]