| Summary: | www-servers/apache 2.4 needs mod_remoteip module | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Stein <himbeere> |
| Component: | [OLD] Server | Assignee: | 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
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
+ 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. |