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
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
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
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
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
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
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:
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