Hello Christopher,
What version of Apache httpd are you running?
There have been some mod_remoteip fixes in recent 2.4.x releases.
You could also try setting up some LogFormat directives as in bug 55635
to get more information on this.
- https://issues.apache.org/bugzilla/show_bug.cgi?id=55635
Eric Covener mailto:cove...@gmail.com>> wrote:
> > On Wed, Oct 1, 2014 at 2:41 PM, S.A. Birl
> > mailto:sb...@temple.edu>> wrote:
> > The Apache logs do not show any outgoing requests to the LDAP farm.
> Could it be something like system LDAP groups via /etc/nsswitch.conf and not
> even mod_ldap
On Wed, Oct 1, 2014 at 2:41 PM, S.A. Birl wrote:
> The Apache logs do not show any outgoing requests to the LDAP farm.
Could it be something like system LDAP groups via /etc/nsswitch.conf and
not even mod_ldap?
--
Eric Covener
cove...@gmail.com
All,
I'm trying to get httpd working behind an AWS ELB but still using the
remote client's information whenever possible.
ELB provides the X-Forwarded-For, X-Forwarded-Port, and
X-Forwarded-Proto HTTP headers. My configuration looks like this:
RemoteIPHeader X-Forwarded-For
#RemoteIPTrus
I had a domain that had been inactive for several years (as far as a web page
is concerned, it still received email and some other services). I went to
enable the domain by uncommenting it’s host block, and it did not work.
ServerName www.thedomain.tld
ServerAlias thedomain.tld
Documen
On Wed, Oct 1, 2014 at 1:33 AM, James Moe wrote:
> RewriteCond %{REQUEST_URI} =/info.massamio.com/blog
>
The REQUEST_URI doesn't contain a hostname. Just the path component of
the URL.