Re: [users@httpd] mod_remoteip not setting client's ip with AWS ELB

2014-10-01 Thread Mike Rumph
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

Re: [users@httpd] httpd 2.2.21 children calling LDAP

2014-10-01 Thread Scott Birl
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

Re: [users@httpd] httpd 2.2.21 children calling LDAP

2014-10-01 Thread Eric Covener
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

[users@httpd] mod_remoteip not setting client's ip with AWS ELB

2014-10-01 Thread Christopher Schultz
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

[users@httpd] Changes in 2.4 require Directory?

2014-10-01 Thread LuKreme
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

Re: [users@httpd] Will these rewrite rules do what I expect?

2014-10-01 Thread Eric Covener
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.