Hi all,
Seek for your clarification whether Apache Web Server could run on Windows
Server 2012 or not.
it was resolved using this help":
http://www.techstacks.com/howto/log-client-ip-and-xforwardedfor-ip-in-apache.html
From: John Karr
To: users@httpd.apache.org
Sent: Monday, September 24, 2012 9:51 PM
Subject: RE: [users@httpd] wrong IP address in apache l
Hi folks,
I'm hoping someone can help me figure this out. We own the domain
'fairviewbands.org' which at the moment is a redirect to our school's
page at 'fairviewhs.org/sites/band'. If you visit that page, there
are several menu items on the left. All of them (except the Overview
and Calendar
On 2012-09-25 01:02, John Karr wrote:
Older browsers don't support the protocol enhancement that makes it
possible. Which means that for example IE on XP will have issues.
Actually it does work with older browsers if you use a certificate that
is valid for all server names you use. This is typ
Are you behind a load balancer/reverse proxy? It sounds like you just want to
change your LogFormat in the httpd.com, something like
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" reverseproxy
Then in your custom log
CustomLog //access.lo