summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorKurt Lieber <klieber@gentoo.org>2003-09-24 12:27:03 +0000
committerKurt Lieber <klieber@gentoo.org>2003-09-24 12:27:03 +0000
commit220f5dcc2e26b5a6bead060a1cd03c5e296e7077 (patch)
tree56f8de9c84a3ed9888a1f39090aab0e82112a000 /admin
parent'fixed' sth in gentoo international (diff)
downloadgentoo-220f5dcc2e26b5a6bead060a1cd03c5e296e7077.tar.gz
gentoo-220f5dcc2e26b5a6bead060a1cd03c5e296e7077.tar.bz2
gentoo-220f5dcc2e26b5a6bead060a1cd03c5e296e7077.zip
added stuff for pauldv along w/ performance tweaks
Diffstat (limited to 'admin')
-rw-r--r--admin/www.gentoo.org/conf/apache.conf51
1 files changed, 26 insertions, 25 deletions
diff --git a/admin/www.gentoo.org/conf/apache.conf b/admin/www.gentoo.org/conf/apache.conf
index 8c0a39ab5c..4f4985244b 100644
--- a/admin/www.gentoo.org/conf/apache.conf
+++ b/admin/www.gentoo.org/conf/apache.conf
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/apache.conf,v 1.13 2003/09/10 23:43:34 rajiv Exp $
+# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/apache.conf,v 1.14 2003/09/24 12:27:03 klieber Exp $
# This file contains options which affect the main apache server and all
# virtual hosts running on this machine. If this machine is running as only
@@ -102,32 +102,33 @@ AddType text/xml rdf
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
</IfModule>
-
<IfDefine PERL>
- LoadModule perl_module extramodules/libperl.so
- AddModule mod_perl.c
-
- PerlModule AxKit
- SetHandler perl-script
- PerlHandler Apache::AxKit::StyleChooser::PathInfo AxKit
- #PerlTypeHandler Apache::AxKit::StyleChooser::FileSuffix
- #SetHandler AxKit
- AddHandler axkit .xml .xsp .rdf
- AxCacheDir /tmp
- AxAddPlugin Apache::AxKit::StyleChooser::QueryString
- AxAddXSPTaglib AxKit::XSP::Util
- AxAddXSPTaglib AxKit::XSP::IfParam
- AxAddXSPTaglib AxKit::XSP::Param
- AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP
- AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
- <AxStyleName #default>
- AxAddProcessor text/xsl /xsl/guide.xsl
- </AxStyleName>
- <AxStyleName printable>
- AxAddProcessor text/xsl /xsl/guide-print.xsl
- </AxStyleName>
+ LoadModule perl_module extramodules/libperl.so
+ AddModule mod_perl.c
+
+ PerlModule AxKit
+ SetHandler perl-script
+ PerlHandler Apache::AxKit::StyleChooser::PathInfo AxKit
+ #PerlTypeHandler Apache::AxKit::StyleChooser::FileSuffix
+ #SetHandler AxKit
+ AddHandler axkit .xml .xsp .rdf
+ AxCacheDir /tmp
+ AxGzipOutput On
+ AxDebugLevel 0
+ AxAddPlugin Apache::AxKit::StyleChooser::QueryString
+ AxAddPlugin Apache::AxKit::Plugin::QueryStringCache
+ AxAddXSPTaglib AxKit::XSP::Util
+ AxAddXSPTaglib AxKit::XSP::IfParam
+ AxAddXSPTaglib AxKit::XSP::Param
+ AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP
+ AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
+ <AxStyleName #default>
+ AxAddProcessor text/xsl /xsl/guide.xsl
+ </AxStyleName>
+ <AxStyleName printable>
+ AxAddProcessor text/xsl /xsl/guide-print.xsl
+ </AxStyleName>
</IfDefine>
-
<IfDefine GZIP>
LoadModule gzip_module extramodules/mod_gzip.so
AddModule mod_gzip.c