diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-10 02:26:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-10 02:26:36 +0000 |
commit | dab318711c4b6bc8ca02808e1354c51567aeebfa (patch) | |
tree | 7b35d3b1213e7c3b5d11faf8f0aea567cab7d908 /net-www | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-dab318711c4b6bc8ca02808e1354c51567aeebfa.tar.gz gentoo-2-dab318711c4b6bc8ca02808e1354c51567aeebfa.tar.bz2 gentoo-2-dab318711c4b6bc8ca02808e1354c51567aeebfa.zip |
a minor tomcat related fix
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache-ssl/files/httpd.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-www/apache-ssl/files/httpd.conf b/net-www/apache-ssl/files/httpd.conf index 4b2d2692d4a3..d08ecac80c78 100644 --- a/net-www/apache-ssl/files/httpd.conf +++ b/net-www/apache-ssl/files/httpd.conf @@ -248,9 +248,6 @@ LoadModule perl_module /usr/lib/apache/libperl.so <IfDefine PHP4> LoadModule php4_module /usr/lib/apache/libphp4.so </IfDefine> -<IfDefine TOMCAT> -LoadModule jserv_module /usr/lib/apache/mod_jserv.so -</IfDefine> <IfDefine SSL> LoadModule ssl_module /usr/lib/apache/libssl.so </IfDefine> @@ -300,9 +297,6 @@ AddModule mod_setenvif.c <IfDefine PHP4> AddModule mod_php4.c </IfDefine> -<IfDefine TOMCAT> -AddModule mod_jserv.c -</IfDefine> <IfDefine PERL> AddModule mod_perl.c </IfDefine> |