Hi,
I am using httpd 2.2.14 as a forwards (not reverse) proxy in front of a number
of internal applications, a few of which use NTLM authentication. These do not
work through the proxy. Is there anything I can do to make these work?
Thanks,
Evan
Long graceful restart time
Evan Champion wrote:
> Hi,
>
> I have a large Apache proxy server (around 24000 statements spread
> over almost 200 listening ports) that I graceful restart once per day to
> update the configuration from a database. Our service monitoring tools
> i
Hi,
I have a large Apache proxy server (around 24000 statements spread over
almost 200 listening ports) that I graceful restart once per day to update the
configuration from a database. Our service monitoring tools indicate that
during the graceful restart the server can take in excess of 1 m
Hi,
Can anyone advise of the order in which statements matching the
same URL are matched?
I am using SetEnvIf to set a variable that is saved later in the
access_log. Sometimes there is a more specific match and a less
specific match for the same URL, e.g.:
http://server1.example.com/*>
Hi,
I am having some trouble with the CustomLog %m, %X, %I and %O formats.
I am using httpd 2.2.11 as a proxy server.
For %m, the method logged is always GET when the server returns an
error, even if the original method was something else, in particular
CONNECT. I am using an ErrorDocument redir