diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-09-08 17:04:33 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-09-08 17:04:33 +0000 |
commit | fc290a08eca5720575724c4fd05449b8631329d1 (patch) | |
tree | fb687acf3e41216417f4b6a3c1395b71db2e9abc /www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf | |
parent | remove vulnerable version (diff) | |
download | gentoo-2-fc290a08eca5720575724c4fd05449b8631329d1.tar.gz gentoo-2-fc290a08eca5720575724c4fd05449b8631329d1.tar.bz2 gentoo-2-fc290a08eca5720575724c4fd05449b8631329d1.zip |
initial version
(Portage version: 2.1.3.7)
Diffstat (limited to 'www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf')
-rw-r--r-- | www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf b/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf new file mode 100644 index 000000000000..70122847a2f2 --- /dev/null +++ b/www-apache/mod_whatkilledus/files/10_mod_whatkilledus.conf @@ -0,0 +1,7 @@ +<IfDefine WHATKILLEDUS> + <IfModule !mod_whatkilledus.c> + LoadModule whatkilledus_module modules/mod_whatkilledus.so + </IfModule> + EnableExceptionHook On + WhatKilledUsLog /var/log/apache2/whatkilledus_log +</IfDefine> |