]> git.pld-linux.org Git - packages/apache-mod_extract_forwarded.git/blob - apache-mod_extract_forwarded.conf
- release 2
[packages/apache-mod_extract_forwarded.git] / apache-mod_extract_forwarded.conf
1 # Configuration file for the extract_forwarded_module Apache module
2
3 LoadModule 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.101613 seconds and 3 git commands to generate.