[users@httpd] apache 2.4.1 and php 5.4(same with any) problem

2012-03-02 Thread divines
Hi there, I have built from source apache 2.4.1 and php 5.4(doesnt actually matter, tried earlier versions) and it install without errors. Php puts libphp5.so module in apache. But php simply does not work when i try to open php files, and logs has nothing to show. Here is some information:

Re: [users@httpd] apache 2.4.1 and php 5.4(same with any) problem

2012-03-02 Thread Lester Caine
divines wrote: But php simply does not work when i try to open php files, and logs has nothing to show. Is that 'apache starts without an error'? If so what happens when you try and open a PHP page? Do you have the simple ?php 'phpinfo(); page to try Have you added the 'add handler' lines to

Re: [users@httpd] apache 2.4.1 and php 5.4(same with any) problem

2012-03-02 Thread Daniel Stefaniuk
I have the same problem. Nothing in the log. Did you try: ab -n 10 http://domain.org:80/ ? If I execute this I can see the problem: apr_pollset_poll: The timeout specified has expired (70007) arch=x64 mpm=prefork/worker httpd=2.4.1 php=5.4.0/5.3.10

Re: [users@httpd] apache 2.4.1 and php 5.4(same with any) problem

2012-03-02 Thread divines
Hi, Omg, it was a handler problem. Thank you so much. I am so dizzy today Lester Caine wrote: divines wrote: But php simply does not work when i try to open php files, and logs has nothing to show. Is that 'apache starts without an error'? If so what happens when you try and open a