]> git.pld-linux.org Git - packages/apache-mod_extract_forwarded.git/blame - apache-mod_extract_forwarded.conf
- release 2
[packages/apache-mod_extract_forwarded.git] / apache-mod_extract_forwarded.conf
CommitLineData
99bd6926
PG
1# Configuration file for the extract_forwarded_module Apache module
2
3LoadModule extract_forwarded_module modules/mod_extract_forwarded.so
4
5<IfModule mod_extract_forwarded.c>
6 MEForder refuse,accept
7 MEFrefuse all
8 MEFaccept 127.0.0.1
9 MEFdebug off
10</IfModule>
This page took 0.031627 seconds and 4 git commands to generate.