Re: [users@httpd] Re: 503 Server Unavailable error

2015-07-14 Thread Prajilal KP
Yes, i have checked the logs and saw the messages below [proxy:error] [pid 6799] AH00959: ap_proxy_connect_backend disabling worker for (127.0.0.1) for 60s [proxy_ajp:error] [pid 6799] [client xx.xxx.xxx.xxx:56145] AH00896: failed to make connection to backend: 127.0.0.1 [proxy:error] [pid 6799] A

[users@httpd] Re: 503 Server Unavailable error

2015-07-14 Thread Good Guy
Have you checked the log to see if there is anything in it? I suggest, first switch off the server if it is still running and then delete everything from the error.log file and then restart the server to see if new errors gives any hints as to what is taking so long. On 14/07/2015 20:30,

Re: [users@httpd] 403 and I don't understand why

2015-07-14 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/13/2015 04:06 PM, Richard wrote: > Your apache access control directives are from pre-2.4, and likely > causing your problems now that your apache is 2.4.x. See: > > > Thank you. That provide

[users@httpd] 503 Server Unavailable error

2015-07-14 Thread Prajilal KP
Trying to set-up 8 websites across 8 application servers and 3 DB servers in IBM SoftLayer. We are now facing time-out issue with all the HTTP requests which takes more than 60seconds to execute and resulted the following error Service Unavailable The server is temporaril

Re: [users@httpd] mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Alexander Barth
On Tue, Jul 14, 2015 at 12:32 PM, Nick Kew wrote: > On Tue, 2015-07-14 at 09:22 +0200, Alexander Barth wrote: > > > . The problem is that mod_cache ask to the python script if the > > version from the 9 July can be revalidate (instead of its own more > > recent version from the 13 July). > > You

Re: [users@httpd] mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Nick Kew
On Tue, 2015-07-14 at 09:22 +0200, Alexander Barth wrote: > . The problem is that mod_cache ask to the python script if the > version from the 9 July can be revalidate (instead of its own more > recent version from the 13 July). You mean, mod_cache is passing the Client's header to the backend, w

[users@httpd] Re: mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Alexander Barth
Hi, For your information, I tested the latest version of apache (from the ppa, https://launchpad.net/~ondrej/+archive/ubuntu/apache2), and I have the same behavior. All the best, Alex

[users@httpd] mod_cache issue if client send "If-Modified-Since" header.

2015-07-14 Thread Alexander Barth
Hi, I have a python script which generates dynamic web pages and I want to use mod_cache (and mod_cache_disk) to speed up the access to this page. The python program uses the "If-Modified-Since", "Last-Modified" and the "Cache-Control" headers. Revalidation is very fast for the python program, the