[us...@httpd] default values changed in httpd.conf from 2.2.15 to 2.2.3?

2010-07-16 Thread Bennett Haselton
I'm working my way through some instructions on how to build my own copy of Apache and then copy it over in place of my existing Apache. My existing Apache is version 2.2.15, and the new one that I built from source, is version 2.2.3. The httpd.conf file from the old Apache has some lines in

[us...@httpd] where is 'apr-1-config'?

2010-07-16 Thread Bennett Haselton
I emailed the author of the modlogslow module asking for help installing it on CentOS 5.5, and he sent me back instructions that included this step: >>> 2. compile # first, get link switch(es) for linking to APR by apr-1-config $ /___path-to-apache-bin___/apr-1-config --link-ld ex. /home/apac

Re: [us...@httpd] 2 reverse proxy to serve an application

2010-07-16 Thread Tapas Mishra
Since I set "ProxyPreserveHost On", so the hostname I use for ProxyPass at B is irrelevant. The request sent by server A to server B will always have the same hostname as the request received by server A. http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypreservehost That is why I have as

Re: [us...@httpd] 2 reverse proxy to serve an application

2010-07-16 Thread Tapas Mishra
A-B-C request from internet comes at A it forwards that to B and then B checks if it has to send that request to C or it can serve that from B itself. I am posting the configurations. site1.abc.com site2.abc.com site3.abc.com site4.abc.com these sites above are having domain names

Re: [us...@httpd] fastcgi

2010-07-16 Thread Jeff Trawick
On Thu, Jul 15, 2010 at 6:47 PM, wrote: > Hi, > > I fellow instruction to install mod_fcgid-2.3.5, but how can I know > fastcgi is running instead of cgi? 1 or more of the following: a. set LogLevel to Debug and watch a fair amount of noise from mod_fcgid when handling requests b. your script p

Re: [us...@httpd] Re: Custom ErrorDocument

2010-07-16 Thread Eric Covener
On Fri, Jul 16, 2010 at 5:47 AM, Mauri wrote: > > one more information. > If I write > ErrorDocument 503 "messagge" > > it work fine, but If I write > ErrorDocument 503 /test.html > it don't work. for me this is the problem: That's because you're proxying everything. Read the manual for the Prox

[us...@httpd] Re: Custom ErrorDocument

2010-07-16 Thread Mauri
one more information. If I write ErrorDocument 503 "messagge" it work fine, but If I write ErrorDocument 503 /test.html it don't work. for me this is the problem: filelog_ssl_error_log:[Thu Jul 15 20:58:46 2010] [debug] proxy_util.c(1488): [client 10.173.202.139] proxy: https: found worker https:

Re: [us...@httpd] Apache 2.2.11 mod_proxy returns 503 (service unavailable) under load

2010-07-16 Thread alin vasile
Hi, Since in your apache logs you can see a timeout while connecting to the backend : "[Wed Jul 14 15:59:46 2010] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 1xx.7x.xxx.xxx:80 (web.mycompany.net) failed" it is normal that there not to have any logs at that time