[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl-docs-cvs
Subject:    svn commit: r420029 - /perl/modperl/docs/trunk/httpd.conf
From:       pgollucci () apache ! org
Date:       2006-07-08 1:34:28
Message-ID: 20060708013428.A69F61A981A () eris ! apache ! org
[Download RAW message or body]

Author: pgollucci
Date: Fri Jul  7 18:34:27 2006
New Revision: 420029

URL: http://svn.apache.org/viewvc?rev=420029&view=rev
Log:
sync with running server

Modified:
    perl/modperl/docs/trunk/httpd.conf

Modified: perl/modperl/docs/trunk/httpd.conf
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/httpd.conf?rev=420029&r1=420028&r2=420029&view=diff
 ==============================================================================
--- perl/modperl/docs/trunk/httpd.conf (original)
+++ perl/modperl/docs/trunk/httpd.conf Fri Jul  7 18:34:27 2006
@@ -1,116 +1,103 @@
-# this file is actually included in the main httpd.conf at
-# www.apache.org, in order to make sure that *we* don't lose that
-# data, it's also stored in this file. Whenever modifying the main
-# file make sure to first change this file, so the changes won't get
-# lost.
-
-# This is actually a section within the perl.apache.org named virtual
-# host.
-
-DocumentRoot /www/perl.apache.org/
-ServerName perl.apache.org
-ServerAlias apache.perl.org
-XBithack Full
-Redirect permanent /from-cvs/ http://cvs.apache.org/snapshots/
-
-ErrorDocument 404 /404.html
-
-AddType text/plain .pod
-AddType text/plain .orig
-AddType text/plain .txt
-
-### URI remapping ###
-
-# Documentation included in the old site.
-Redirect permanent /guide http://perl.apache.org/docs/1.0/guide
-
-# Distributed with mod_perl
-Redirect permanent /src/mod_perl.html http://perl.apache.org/docs/index.html
-Redirect permanent /src/apache-modlist.html \
                http://perl.apache.org/products/apache-modules.html
-Redirect permanent /src/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html
-Redirect permanent /src/mod_perl_traps.html http://perl.apache.org/docs/index.html
-# (equivalent to those with /src above, but it seems like the dist is kept symlinked \
                in 2 locations)
-Redirect permanent /dist/mod_perl.html http://perl.apache.org/docs/index.html
-Redirect permanent /dist/apache-modlist.html \
                http://perl.apache.org/products/apache-modules.html
-Redirect permanent /dist/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html
-Redirect permanent /dist/mod_perl_traps.html http://perl.apache.org/docs/index.html
-
-# FAQs
-Redirect permanent /faq/mod_perl_cgi.html http://perl.apache.org/docs/index.html
-Redirect permanent /mod_perl_cvs.html \
                http://perl.apache.org/contribute/cvs_howto.html
-Redirect permanent /faq/index.html http://perl.apache.org/docs/index.html
-Redirect permanent /tuning/index.html http://perl.apache.org/docs/index.html
-Redirect permanent /faq/mod_perl_api.html http://perl.apache.org/docs/index.html
-Redirect permanent /features/tmpl-cmp.html \
                http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html
-Redirect permanent /perl_myth.html \
                http://perl.apache.org/docs/general/perl_myth.html
-Redirect permanent /perl_myth.pod \
                http://perl.apache.org/docs/general/perl_myth.pod.orig
-Redirect permanent /faq/mjtg-news.txt http://perl.apache.org/docs/index.html
-Redirect permanent /faq/mod_perl_api.pod http://perl.apache.org/docs/index.html
-Redirect permanent /faq/mod_perl_cgi.pod http://perl.apache.org/docs/index.html
-Redirect permanent /faq/mod_perl_faq.html http://perl.apache.org/docs/index.html
-Redirect permanent /faq/mod_perl_faq.pod http://perl.apache.org/docs/index.html
-Redirect permanent /faq/mod_perl_faq.tar.gz http://perl.apache.org/docs/index.html
-
-Redirect permanent /distributions.html http://perl.apache.org/download/index.html
-Redirect permanent /tidbits.html http://perl.apache.org/docs/offsite/articles.html
-Redirect permanent /products.html http://perl.apache.org/products/index.html
-Redirect permanent /isp.html http://perl.apache.org/help/isps.html
-Redirect permanent /sites.html http://perl.apache.org/outstanding/sites.html
-
-# Stories
-Redirect permanent /stories/index.html \
                http://perl.apache.org/outstanding/success_stories/index.html
-Redirect permanent /stories/ColbyChem.html \
                http://perl.apache.org/outstanding/success_stories/colbychem.html
-Redirect permanent /stories/France-Presse.html \
                http://perl.apache.org/outstanding/success_stories/www.afp-direct.com.html
                
-Redirect permanent /stories/adultad.html \
                http://perl.apache.org/outstanding/success_stories/adultad.html
-Redirect permanent /stories/bsat.html \
                http://perl.apache.org/outstanding/success_stories/bsat.html
-Redirect permanent /stories/idl-net.html \
                http://perl.apache.org/outstanding/success_stories/idl-net.html
-Redirect permanent /stories/imdb.html \
                http://perl.apache.org/outstanding/success_stories/imdb.com.html
-Redirect permanent /stories/lind-waldock.html \
                http://perl.apache.org/outstanding/success_stories/www.lind-waldock.com.html
                
-Redirect permanent /stories/presto.html \
                http://perl.apache.org/outstanding/success_stories/presto.html
-Redirect permanent /stories/seds-org.html \
                http://perl.apache.org/outstanding/success_stories/seds.org.html
-Redirect permanent /stories/singlesheaven.html \
                http://perl.apache.org/outstanding/success_stories/singlesheaven.com.html
                
-Redirect permanent /stories/tgix.html \
                http://perl.apache.org/outstanding/success_stories/tgix.html
-Redirect permanent /stories/uber-alles.html \
                http://perl.apache.org/outstanding/success_stories/openscape.org.html
-Redirect permanent /stories/webby.html \
                http://perl.apache.org/outstanding/success_stories/imdb.com.html
-Redirect permanent /stories/winamillion.html \
                http://perl.apache.org/outstanding/success_stories/winamillion.msn.com.html
                
-Redirect permanent /stories/wmboerse.html \
                http://perl.apache.org/outstanding/success_stories/wmboerse.html
-
-# Win32 docs
-Redirect permanent /win32_binaries.html \
                http://perl.apache.org/docs/1.0/os/win32/index.html
-Redirect permanent /win32_binaries.pod \
                http://perl.apache.org/docs/1.0/os/win32/index.html
-Redirect permanent /win32_compile.html \
                http://perl.apache.org/docs/1.0/os/win32/index.html
-Redirect permanent /win32_compile.pod \
                http://perl.apache.org/docs/1.0/os/win32/index.html
-Redirect permanent /win32_multithread.html \
                http://perl.apache.org/docs/1.0/os/win32/multithread.html
-Redirect permanent /win32_multithread.pod \
                http://perl.apache.org/docs/1.0/win32/multithread.pod.orig
-
-# E-mail etiquette
-Redirect permanent /email-etiquette.html \
                http://perl.apache.org/maillist/email-etiquette.html
-
-# Jobs
-Redirect permanent /jobs.html http://perl.apache.org/jobs/jobs.html
-
-# Stats
-Redirect permanent /netcraft/index.html \
                http://perl.apache.org/outstanding/stats/netcraft.html
-
-# Old logos
-Redirect permanent /logos/index.html http://perl.apache.org/about/link/linktous.html
-
-# embperl
-Redirect permanent /Embperl/ http://perl.apache.org/embperl/
-Redirect permanent /perl/Embperl/ http://perl.apache.org/embperl/
-Redirect permanent /embperl.html http://perl.apache.org/embperl/
-
-# ASP
-Redirect permanent /asp http://www.apache-asp.org/
-
-# Contributors
-Redirect permanent /CREDITS.html \
                http://perl.apache.org/about/contributors/people.html
-
-# Contribute
-Redirect permanent /contribute/cvs_howto.html \
                http://perl.apache.org/about/contribute/svn_howto.html
-
-# Misc
-Redirect permanent /bench.txt http://www.chamas.com/bench/
-Redirect permanent /email-etiquette.pod \
                http://perl.apache.org/maillist/email-etiquette.pod.orig
-Redirect permanent /embperl.html http://perl.apache.org/embperl/
-Redirect permanent /faqs.html http://perl.apache.org/docs/offsite/index.html
+# Note, this file is pulled from
+# https://svn.apache.org/repos/asf/infrastructure/trunk/httpd-conf/www.apache.org/vhosts/conf/perl.apache.org.conf
 +# for use on the *live* site via www.apache.org
+
+<VirtualHost *:80>
+   DocumentRoot /x1/www/perl.apache.org
+   ServerName perl.apache.org
+   ServerAlias apache.perl.org perl-new.apache.org perl.*.apache.org
+   XBithack Full
+   Redirect permanent /from-cvs/ http://cvs.apache.org/snapshots/
+   # Documentation included in the old site.
+   Redirect permanent /guide http://perl.apache.org/docs/1.0/guide
+   # Distributed with mod_perl
+   Redirect permanent /src/mod_perl.html http://perl.apache.org/docs/index.html
+   Redirect permanent /src/apache-modlist.html \
http://perl.apache.org/products/apache-modules.html +   Redirect permanent \
/src/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html +   Redirect \
permanent /src/mod_perl_traps.html http://perl.apache.org/docs/index.html +   # \
(equivalent to those with /src above, but it seems like the dist is kept symlinked in \
2 locations) +   Redirect permanent /dist/mod_perl.html \
http://perl.apache.org/docs/index.html +   Redirect permanent \
/dist/apache-modlist.html http://perl.apache.org/products/apache-modules.html +   \
Redirect permanent /dist/cgi_to_mod_perl.html http://perl.apache.org/docs/index.html \
+   Redirect permanent /dist/mod_perl_traps.html \
http://perl.apache.org/docs/index.html +
+   # FAQs
+   Redirect permanent /faq/mod_perl_cgi.html http://perl.apache.org/docs/index.html
+   Redirect permanent /mod_perl_cvs.html \
http://perl.apache.org/contribute/cvs_howto.html +   Redirect permanent \
/faq/index.html http://perl.apache.org/docs/index.html +   Redirect permanent \
/tuning/index.html http://perl.apache.org/docs/index.html +   Redirect permanent \
/faq/mod_perl_api.html http://perl.apache.org/docs/index.html +   Redirect permanent \
/features/tmpl-cmp.html \
http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html +   Redirect \
permanent /perl_myth.html http://perl.apache.org/docs/general/perl_myth.html +   \
Redirect permanent /perl_myth.pod \
http://perl.apache.org/docs/general/perl_myth.pod.orig +   Redirect permanent \
/faq/mjtg-news.txt http://perl.apache.org/docs/index.html +   Redirect permanent \
/faq/mod_perl_api.pod http://perl.apache.org/docs/index.html +   Redirect permanent \
/faq/mod_perl_cgi.pod http://perl.apache.org/docs/index.html +   Redirect permanent \
/faq/mod_perl_faq.html http://perl.apache.org/docs/index.html +   Redirect permanent \
/faq/mod_perl_faq.pod http://perl.apache.org/docs/index.html +   Redirect permanent \
/faq/mod_perl_faq.tar.gz http://perl.apache.org/docs/index.html +   Redirect \
permanent /distributions.html http://perl.apache.org/download/index.html +   Redirect \
permanent /tidbits.html http://perl.apache.org/docs/offsite/articles.html +   \
Redirect permanent /products.html http://perl.apache.org/products/index.html +   \
Redirect permanent /isp.html http://perl.apache.org/help/isps.html +   Redirect \
permanent /sites.html http://perl.apache.org/outstanding/sites.html +
+   # Stories
+   Redirect permanent /stories/index.html \
http://perl.apache.org/outstanding/success_stories/index.html +   Redirect permanent \
/stories/ColbyChem.html \
http://perl.apache.org/outstanding/success_stories/colbychem.html +   Redirect \
permanent /stories/France-Presse.html \
http://perl.apache.org/outstanding/success_stories/www.afp-direct.com.html +   \
Redirect permanent /stories/adultad.html \
http://perl.apache.org/outstanding/success_stories/adultad.html +   Redirect \
permanent /stories/bsat.html \
http://perl.apache.org/outstanding/success_stories/bsat.html +   Redirect permanent \
/stories/idl-net.html http://perl.apache.org/outstanding/success_stories/idl-net.html \
+   Redirect permanent /stories/imdb.html \
http://perl.apache.org/outstanding/success_stories/imdb.com.html +   Redirect \
permanent /stories/lind-waldock.html \
http://perl.apache.org/outstanding/success_stories/www.lind-waldock.com.html +   \
Redirect permanent /stories/presto.html \
http://perl.apache.org/outstanding/success_stories/presto.html +   Redirect permanent \
/stories/seds-org.html \
http://perl.apache.org/outstanding/success_stories/seds.org.html +   Redirect \
permanent /stories/singlesheaven.html \
http://perl.apache.org/outstanding/success_stories/singlesheaven.com.html +   \
Redirect permanent /stories/tgix.html \
http://perl.apache.org/outstanding/success_stories/tgix.html +   Redirect permanent \
/stories/uber-alles.html \
http://perl.apache.org/outstanding/success_stories/openscape.org.html +   Redirect \
permanent /stories/webby.html \
http://perl.apache.org/outstanding/success_stories/imdb.com.html +   Redirect \
permanent /stories/winamillion.html \
http://perl.apache.org/outstanding/success_stories/winamillion.msn.com.html +   \
Redirect permanent /stories/wmboerse.html \
http://perl.apache.org/outstanding/success_stories/wmboerse.html +
+   # Win32 docs
+   Redirect permanent /win32_binaries.html \
http://perl.apache.org/docs/1.0/os/win32/index.html +   Redirect permanent \
/win32_binaries.pod http://perl.apache.org/docs/1.0/os/win32/index.html +   Redirect \
permanent /win32_compile.html http://perl.apache.org/docs/1.0/os/win32/index.html +   \
Redirect permanent /win32_compile.pod \
http://perl.apache.org/docs/1.0/os/win32/index.html +   Redirect permanent \
/win32_multithread.html http://perl.apache.org/docs/1.0/os/win32/multithread.html +   \
Redirect permanent /win32_multithread.pod \
http://perl.apache.org/docs/1.0/win32/multithread.pod.orig +
+   # E-mail etiquette
+   Redirect permanent /email-etiquette.html \
http://perl.apache.org/maillist/email-etiquette.html +
+   # Jobs
+   Redirect permanent /jobs.html http://perl.apache.org/jobs/jobs.html
+
+   # Stats
+   Redirect permanent /netcraft/index.html \
http://perl.apache.org/outstanding/stats/netcraft.html +
+   # Old logos
+   Redirect permanent /logos/index.html \
http://perl.apache.org/about/link/linktous.html +
+   # embperl
+   Redirect permanent /Embperl/ http://perl.apache.org/embperl/
+   Redirect permanent /perl/Embperl/ http://perl.apache.org/embperl/
+   Redirect permanent /embperl.html http://perl.apache.org/embperl/
+
+   # ASP
+   Redirect permanent /asp http://www.apache-asp.org/
+
+   # Contributors
+   Redirect permanent /CREDITS.html \
http://perl.apache.org/about/contributors/people.html +
+   # Misc
+   Redirect permanent /bench.txt http://www.chamas.com/bench/
+   Redirect permanent /email-etiquette.pod \
http://perl.apache.org/maillist/email-etiquette.pod.orig +   Redirect permanent \
/embperl.html http://perl.apache.org/embperl/ +   Redirect permanent /faqs.html \
http://perl.apache.org/docs/offsite/index.html +
+
+   RewriteEngine On
+   RewriteOptions inherit
+</VirtualHost>



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic