Re: [PHP-INST] apache 2 supported ?

2003-07-10 Thread Louis
> - Original Message - > > From: "Daniel Wittenberg" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 08, 2003 4:10 PM > > Subject: [PHP-INST] apache 2 supported ? > > > > > > > I saw on the website lo

Re: [PHP-INST] apache 2 supported ?

2003-07-08 Thread Daniel Wittenberg
> From: "Daniel Wittenberg" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 08, 2003 4:10 PM > Subject: [PHP-INST] apache 2 supported ? > > > > I saw on the website long ago that php wasn't recommended for production &g

Re: [PHP-INST] apache 2 supported ?

2003-07-08 Thread Stephen
enberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 4:10 PM Subject: [PHP-INST] apache 2 supported ? > I saw on the website long ago that php wasn't recommended for production > environments due to the threading in 2.0. The emails I found in

[PHP-INST] apache 2 supported ?

2003-07-08 Thread Daniel Wittenberg
I saw on the website long ago that php wasn't recommended for production environments due to the threading in 2.0. The emails I found in the archive suggested this would be fixed in 4.3.0, since we're almost at 4.3.3 is php safe yet to use with 2.0.46 yet ? Thanks! Dan --

[PHP-INST] Apache 2 Segfault with PHP on any signal

2003-07-08 Thread Nicolas
I got segfault on apache when php installed. Apache 2.0.46 + PHP 4.3.3-RC1 + RH9 + Linux 2.4.21 My apache server segfault each time it receive a signal (SIGUSR1 or SIGHUP or example). Therefore, apache core at log rotation. I got in error log : "[notice] seg fault or similar nasty error detected i

[PHP-INST] Apache 2 and php as module

2002-11-26 Thread Nuno Lopes
Hi, I have Apache 2.0.43 (windows) and php 4.2.3 and I would like to know how can I configure php as module. (I need persistent connections!). Thanking in advance, Nuno Lopes -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Apache 2 & incorrect 304 response to "If-Modified-Since"

2002-10-14 Thread TAKAGI Ryo
Hi, I've been trying to set up PHP 4.2.3 that works with Apache 2.0.43 running on Red Hat Linux 6.2 server, but could not find a way to let it reply correctly to requests with If-Modified-Since: header other than to modify PHP source code. Below is the patch I am using now, which is "borrowed" f

[PHP-INST] Apache 2.x w/ mod_php

2002-09-02 Thread Jay Cornwall
Hi I've compiled and installed the latest stable version of mod_php (4.2.2 wouldn't compile without errors) with (Linux) Apache 2.0.40, and it seems to be working fine. My .php files are parsed correctly, but I was wondering if I can do the same for embedded PHP () in .html files? I've tried

Re: [PHP-INST] Apache 2 & PHP 4.1.2

2002-08-21 Thread Rasmus Lerdorf
2.0.39 was released after PHP 4.2 and they changed the API. You will need current CVS versions of both PHP and Apache to make it work. -Rasmus On Wed, 21 Aug 2002, Niklas Saers Mailinglistaccount wrote: > Hi, when compiling PHP with Apache2 on FreeBSD, I get with the following > line: > > ./co

[PHP-INST] Apache 2 & PHP 4.1.2

2002-08-21 Thread Niklas Saers Mailinglistaccount
Hi, when compiling PHP with Apache2 on FreeBSD, I get with the following line: ./configure --prefix=/usr/local/apache2 \ --with-apxs2=/usr/local/apache2/bin/apxs --with-tsrm-pth --with-mysql \ && make -DHAVE_GD_GIF=NO Making all in apache2filter /bin/sh /disks/ibm18/server-src/php-4.2.2-apache

[PHP-INST] Apache 2 + php 4.2.1 work fine together !

2002-06-10 Thread Marga Meesters
Saturday, June 08, 2002 7:11 PM Subject: Re: [PHP-INST] apache 2 > Gianfranco: I have read conflicting information, but I think > apache2filer.dll may have > been renamed php4apache.dll and is in the C:\PHP\SAPI subdirectory of the > recent php binaries distribution set. I do not

Re: [PHP-INST] apache 2

2002-06-08 Thread Bill Angus
- From: "Gianfranco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 08, 2002 7:01 AM Subject: [PHP-INST] apache 2 > Where I could download the file apache2filter.dll?? > thank you > gianfranco > > > > -- > PHP Install Mailing List (http

[PHP-INST] apache 2

2002-06-08 Thread Gianfranco
Where I could download the file apache2filter.dll?? thank you gianfranco -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] apache 2 install problems?

2002-04-26 Thread Stephan Wuelfert
Hi Andy Smith, yep, I get the same behavior. One trick ist to start apache WITHOUT the module, then reinsert it into the httpd.conf and restart apache. Then it MAYBE restart fine. But it is not as stable as I want it. Sometime it crashes. I will still use the 1.3.24 (apache)and 4.1.2 (php) b

[PHP-INST] Apache 2 ?

2002-04-23 Thread Sven David Hildebrandt
Hello! How come you're bragging on the www.php.net MAIN page about having support for Apache 2, when this is not at all mentioned in the install.txt document that comes along with the php-4.2.0-Win32 zip package??? Regards, Sven David

Re: [PHP-INST] apache 2 install problems?

2002-04-12 Thread Andy Smith
On Wed, Apr 10, 2002 at 05:24:34PM +0100, Andy Smith wrote: > On Wed, Apr 10, 2002 at 12:36:25AM +0100, Andy Smith wrote: > > > php does appear to build and install OK, but once the AddModule and > > LoadModule lines are added to httpd.conf, the server segfaults on > > startup. strace shows the

[PHP-INST] apache 2 and php

2002-04-11 Thread Aaron Bassett
I am trying to install the latest version of php with apache 2.o running under winXP. I got apache installed and I installed apache - no extra's yet - and made sure all the files were in the right places. but when i added the addmodule to httpd.conf and tried to restart apache - i got an error so

Re: [PHP-INST] apache 2 install problems?

2002-04-10 Thread Andy Smith
On Wed, Apr 10, 2002 at 12:36:25AM +0100, Andy Smith wrote: > php does appear to build and install OK, but once the AddModule and > LoadModule lines are added to httpd.conf, the server segfaults on > startup. strace shows the following: I've since tried this again with CVS apache 2 and CVS PHP

[PHP-INST] apache 2 install problems?

2002-04-09 Thread Andy Smith
Hello, Please could someone let me know if it is possible to install php with apache 2, either as DSO or statically compiled? I have searched google but not come up with anything conclusive. Statically just does not get anywhere, so I've tried using apxs2. Here's the configure line for php 4.1.

RE: [PHP-INST] Apache 2

2001-12-27 Thread Stephano Mariani
Get cygwin 1.3.6! Stephano Mariani -Original Message- From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 December 2001 10:28 To: 'Nicolas DEFFAYET (NDSoftware)'; [EMAIL PROTECTED] Subject: RE: [PHP-INST] Apache 2 Hi, I am trying to compile usi

RE: [PHP-INST] Apache 2

2001-12-25 Thread Marios Karagiannopoulos
Hi, I am trying to compile using gcc, in CYGWIN, the new PHP4.1.0 but I got The results below: D:\cygnus\cygwin-b20>bash BASH.EXE-2.02$ cd / BASH.EXE-2.02$ cd tmp/php-4.1.0 BASH.EXE-2.02$ make install Making install in Zend make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to

[PHP-INST] Apache 2

2001-12-25 Thread Nicolas DEFFAYET \(NDSoftware\)
Hello, I have installed PHP 4.1.0 and Apache 2.0.28. I have configure php with --with-apxs=/usr/local/apache2/bin/apxs, and in my httpd.conf, i have add: AddType application/x-httpd-php .php .php3 .php4 .phtml .nds AddType application/x-httpd-php-source .phps I have stop and restart apache. Why

[PHP-INST] Apache 2 alpha (from CVS) or a9 and PHP 4 (from CVS)

2001-02-02 Thread Hugh Jones
Hi, I can get the latest alpha (9) of Apache 2 to compile, as I can the version from CVS, however I can't get PHP 4.0.4pl1 or PHP 4 from CVS to compile either statically or as a DSO with the Apache 2 alpha - I was wondering has anyone managed to do this yet, and if so, how?! Cheers, Hugh Jones