summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-08-01 09:54:14 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-08-01 09:54:14 +0000
commit94782709f9d933d8d6017c29ee354212e164b46f (patch)
treee20f1a79e8f1506af029353dff3a1acc5c154b17 /admin
parentfixes (diff)
downloadgentoo-94782709f9d933d8d6017c29ee354212e164b46f.tar.gz
gentoo-94782709f9d933d8d6017c29ee354212e164b46f.tar.bz2
gentoo-94782709f9d933d8d6017c29ee354212e164b46f.zip
this one works - what's up with the last one...
Diffstat (limited to 'admin')
-rw-r--r--admin/www.gentoo.org/conf/apache.conf61
1 files changed, 24 insertions, 37 deletions
diff --git a/admin/www.gentoo.org/conf/apache.conf b/admin/www.gentoo.org/conf/apache.conf
index 0663d30565..c703b4a31e 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.11 2003/07/30 18:02:10 klieber Exp $
+# $Header: /var/cvsroot/gentoo/admin/www.gentoo.org/conf/apache.conf,v 1.12 2003/08/01 09:54:14 mcummings 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
@@ -103,42 +103,29 @@ DefaultType text/plain
</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
- 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
+ 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>
</IfDefine>
-
-#<IfDefine PERL>
-# LoadModule perl_module extramodules/libperl.so
-# AddModule mod_perl.c
-#
-# PerlModule AxKit
-# SetHandler perl-script
-# PerlHandler Apache::AxKit::StyleChooser::PathInfo AxKit
-# AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript
-# AddHandler axkit .xml
-# AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
-#</IfDefine>
-
<IfDefine GZIP>
LoadModule gzip_module extramodules/mod_gzip.so
AddModule mod_gzip.c
@@ -162,7 +149,7 @@ DefaultType text/plain
SetHandler server-info
Order deny,allow
Deny from all
- Allow from 127.0.0.1 216.110.76.37 216.110.80.169
+ Allow from 127.0.0.1 68.193.228.200
</Location>
</IfModule>
@@ -172,7 +159,7 @@ DefaultType text/plain
Order deny,allow
Deny from all
PerlHandler Apache::Status
- Allow from 127.0.0.1 216.110.76.37 216.110.80.169
+ Allow from 127.0.0.1 68.193.228.200
</Location>
</IfModule>