Connecting Tech Pros Worldwide Help | Site Map

Apache 2.0.48 and PHP 4.3.4?

Matthew Bates
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

I'm currently running Apache 1.3.27 on Debian Woody with a PHP backport
(version 4.3.4), together with Apache-SSL 1.3.27.

I have been considering upgrading to Apache 2.0.48 which I now believe is
recommended for production. However what is the status of the
interoperability with PHP? I have read on the PHP site that it is not
recommended to run Apache 2.0 with PHP but does this refer to the latest
revisions or the initial release?

I would appreciate anybody's thoughts.

Many thanks in advance,

MB


Agelmar
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Apache 2.0.48 and PHP 4.3.4?


php is supported with apache2 as of 4.2.0
Personally, I'm using 2.0.48 with 4.3.4 just fine.

-Ian

Matthew Bates wrote:[color=blue]
> Hi,
>
> I'm currently running Apache 1.3.27 on Debian Woody with a PHP
> backport (version 4.3.4), together with Apache-SSL 1.3.27.
>
> I have been considering upgrading to Apache 2.0.48 which I now
> believe is recommended for production. However what is the status of
> the interoperability with PHP? I have read on the PHP site that it
> is not recommended to run Apache 2.0 with PHP but does this refer to
> the latest revisions or the initial release?
>
> I would appreciate anybody's thoughts.
>
> Many thanks in advance,
>
> MB[/color]


Savut
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Apache 2.0.48 and PHP 4.3.4?


If you compile Apache2 for perfork (default) it work fine with PHP4, but if you compile Apache2 for MPM Perchild (if you need user
to run process as user and multithread), it doesn't work very well with PHP...

Savut

"Matthew Bates" <mattybates@hotmail.com> wrote in message news:%o_Jb.6698$nD1.66730160@news-text.cableinet.net...[color=blue]
> Hi,
>
> I'm currently running Apache 1.3.27 on Debian Woody with a PHP backport
> (version 4.3.4), together with Apache-SSL 1.3.27.
>
> I have been considering upgrading to Apache 2.0.48 which I now believe is
> recommended for production. However what is the status of the
> interoperability with PHP? I have read on the PHP site that it is not
> recommended to run Apache 2.0 with PHP but does this refer to the latest
> revisions or the initial release?
>
> I would appreciate anybody's thoughts.
>
> Many thanks in advance,
>
> MB
>
>[/color]


Closed Thread