Apache 2.0.48 and PHP 4.3.4?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Bates

    Apache 2.0.48 and PHP 4.3.4?

    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
    interoperabilit y 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

    #2
    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 interoperabilit y 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]


    Comment

    • Savut

      #3
      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@hot mail.com> wrote in message news:%o_Jb.6698 $nD1.66730160@n ews-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
      > interoperabilit y 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]


      Comment

      Working...