aboutsummaryrefslogtreecommitdiff
path: root/www/mod_realip
Commit message (Collapse)AuthorAgeFilesLines
* - use %%AP_MODULE%% PLIST_SUB var in pkg-plist sPhilip M. Gollucci2010-06-061-1/+1
| | | | | | | | | PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) Notes: svn path=/head/; revision=255876
* - 2/3:Philip M. Gollucci2010-05-271-2/+2
| | | | | | | | | | | - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255195
* - 1/3:Philip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | - apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255193
* - use APACHEMODDIR in pkg-plist [1]Philip M. Gollucci2009-05-182-1/+3
| | | | | | | | | | | - Mark MAKE_JOBS_SAFE=yes PR: ports/134607 [1] Approved by: maintainer [1] Submitted by: me Notes: svn path=/head/; revision=234130
* - USE_APACHE=yes is deprecatedPhilip M. Gollucci2009-04-121-9/+3
| | | | | | | | | | - convert to AP_FAST_BUILD/AP_GENPLIST PR: ports/133630 Approved by: maintainer (glebius) Notes: svn path=/head/; revision=232199
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* mod_realip is an apache 1.3 module, which changes the IP address ofSergey Matveychuk2005-07-114-0/+40
the proxy server to the IP address a client, supplied by the proxy server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is designed for use on backends, which serve reverse proxied HTTP requests. Submitted by: glebius Notes: svn path=/head/; revision=138910