Re: [PHP] Apache 2.4.1 and php?

2012-02-24 Thread Fatih P.
On Fri, Feb 24, 2012 at 3:58 AM, Daniel Fenn danielx...@gmail.com wrote:

 Hi,

 Just a quick question, will I be able to run Apache 2.4.1 and php
 5.3.10 together? Or will I need to wait for php to be updated? I'm
 setting this up on CentOs 6.2

 Regards,
 Daniel Fenn

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


you can run both. make sure you have proper configuration for each


Re: [PHP] Apache 2.4.1 and php?

2012-02-24 Thread German Geek
Hi Daniel,

You should be able to. Haven't tried it with that specific version, but
generally PHP is designed to run with any version of Apache. If it doesn't
work as a module you should always be able to compile it as a fastcgi
application and that should work. Then you can even setup different users
to run PHP, making it more controllable security-wise.

Cheers,
Tim

Twitter: @timhheuer
Blog: http://www.thheuer.com



On Fri, Feb 24, 2012 at 10:24 PM, Fatih P. fatihpirist...@gmail.com wrote:

 On Fri, Feb 24, 2012 at 3:58 AM, Daniel Fenn danielx...@gmail.com wrote:

  Hi,
 
  Just a quick question, will I be able to run Apache 2.4.1 and php
  5.3.10 together? Or will I need to wait for php to be updated? I'm
  setting this up on CentOs 6.2
 
  Regards,
  Daniel Fenn
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 you can run both. make sure you have proper configuration for each



Re: [PHP] Apache 2.4.1 and php?

2012-02-24 Thread Daniel Fenn
Hey guys,

Thank-you for getting back to me. Considering that I'm building
everything again from the ground up, I think I will make the change
from running mod_php and go for a fastcgi setup.

My only other question is, if I go with fastcgi will it work with
accelerators such as APC and xcache? I heard that some setup doesn't
work well with accelerators because of the fact the cache get cleared
when php is not running.

Regards,
Daniel Fenn







On Fri, Feb 24, 2012 at 9:51 PM, German Geek geek...@gmail.com wrote:
 Hi Daniel,

 You should be able to. Haven't tried it with that specific version, but
 generally PHP is designed to run with any version of Apache. If it doesn't
 work as a module you should always be able to compile it as a fastcgi
 application and that should work. Then you can even setup different users to
 run PHP, making it more controllable security-wise.

 Cheers,
 Tim

 Twitter: @timhheuer
 Blog: http://www.thheuer.com



 On Fri, Feb 24, 2012 at 10:24 PM, Fatih P. fatihpirist...@gmail.com wrote:

 On Fri, Feb 24, 2012 at 3:58 AM, Daniel Fenn danielx...@gmail.com wrote:

  Hi,
 
  Just a quick question, will I be able to run Apache 2.4.1 and php
  5.3.10 together? Or will I need to wait for php to be updated? I'm
  setting this up on CentOs 6.2
 
  Regards,
  Daniel Fenn
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 you can run both. make sure you have proper configuration for each



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php