Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 460690

Summary: www-servers/apache 2.4 needs mod_remoteip module
Product: Gentoo Linux Reporter: Thomas Stein <himbeere>
Component: [OLD] ServerAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: mail, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://httpd.apache.org/docs/trunk/mod/mod_remoteip.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Stein 2013-03-07 13:54:50 UTC
Hello.

I'm missing the very usefull remoteip module which is part of the regular httpd package. It just needs to be turned on in the ebuild. Thanks.

best regards
t.

Reproducible: Always
Comment 1 Thomas Stein 2013-03-07 15:51:42 UTC
Oh. And make this working one has to adjust 00_mod_log_config.conf.

# LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
Comment 2 Patrick Lauer gentoo-dev 2013-03-25 06:32:27 UTC
+  25 Mar 2013; Patrick Lauer <patrick@gentoo.org> +apache-2.4.4-r3.ebuild,
+  -apache-2.4.4-r2.ebuild, metadata.xml:
+  Enable mod_remoteip #460690

Not sure how to handle the default config, but I guess users that want to enable it will figure it out.