diff -r 672eaaab9204 -r 52d12eb31c30 web/hgbook.conf
--- a/web/hgbook.conf Fri Feb 05 23:42:24 2010 +0530
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,111 +0,0 @@
-# -*- apache -*-
-
-
-# ServerName hgbook.red-bean.com
-# ServerAdmin bos@serpentine.com
- ServerAdmin webmaster@localhost
- ErrorLog /var/log/apache2/error.log
-# ErrorLog logs/hgbook-error_log
- # Debian:
- # CustomLog logs/hgbook-access_log full
- # Fedora:
-# CustomLog logs/hgbook-access_log combined
- CustomLog /var/log/apache2/access.log combined
-# Options +MultiViews
-# DirectoryIndex index.html.var index.html
- DocumentRoot "/home/amit/hgbook-alqua/web/html"
-
-
-# Redirect permanent /hgbook.html /index.html
-# Redirect permanent /hgbookch1.html /read/preface.html
-# Redirect permanent /hgbookch2.html /read/a-tour-of-mercurial-the-basics.html
-# Redirect permanent /hgbookch3.html /read/a-tour-of-mercurial-merging-work.html
-# Redirect permanent /hgbookch4.html /read/behind-the-scenes.html
-# Redirect permanent /hgbookch5.html /read/mercurial-in-daily-use.html
-# Redirect permanent /hgbookch6.html /read/file-names-and-pattern-matching.html
-# Redirect permanent /hgbookch6.html /read/managing-releases-and-branchy-development.html
-# Redirect permanent /hgbookch7.html /read/finding-and-fixing-mistakes.html
-# Redirect permanent /hgbookch8.html /read/handling-repository-events-with-hooks.html
-# Redirect permanent /hgbookch9.html /read/customizing-the-output-of-mercurial.html
-# Redirect permanent /hgbookch10.html /read/managing-change-with-mercurial-queues.html
-# Redirect permanent /hgbookch11.html /read/advanced-uses-of-mercurial-queues.html
-# Redirect permanent /hgbookch12.html /read/adding-functionality-with-extensions.html
-# Redirect permanent /hgbookap1.html /read/command-reference.html
-# Redirect permanent /hgbookap2.html /read/mercurial-queues-reference.html
-# Redirect permanent /hgbookap3.html /read/installing-mercurial-from-source.html
-# Redirect permanent /hgbookap4.html /read/open-publication-license.html
-# Redirect permanent /hgbookli1.html /read/index.html
-# Redirect permanent /hgbookli2.html /read/index.html
-# Redirect permanent /hgbookli3.html /read/index.html
-# Redirect permanent /hgbookli4.html /read/index.html
-
- WSGIScriptAlias /review /home/amit/hgbook-alqua/web/hgbook/run.wsgi
-
-
-
- # Actively redirect requests via a ServerAlias to the canonical hostname.
- RewriteEngine On
-# RewriteCond %{HTTP_HOST} !=hgbook.red-bean.com
-# RewriteRule ^(.*) http://hgbook.red-bean.com$1 [R]
-
-#
-# SetHandler python-program
- # hg clone http://bitbucket.org/mirror/django-trunk/
-# PythonPath "['/home/amit/hgbook-alqua/web/hgbook'] + sys.path"
-# PythonHandler django.core.handlers.modpython
-# PythonAutoReload Off
-# SetEnv DJANGO_SETTINGS_MODULE hgbook.settings
-# PythonDebug Off
-#
-
-
-
-
- SetHandler None
- DirectoryIndex index.html
-
-
-
- SetHandler None
-
-
-
- SetHandler None
-
-
-
- SetHandler None
-
-
-
- SetHandler None
-
-
-
- SetHandler None
-
-
-# Alias /media /home/bos/hg/django-trunk/django/contrib/admin/media
-
-
- Options Indexes FollowSymlinks
- AllowOverride None
- Order allow,deny
- Allow from all
-
-
-
- AllowOverride AuthConfig
-
-
-
- Options None
-
-
-
-#
-# Options None
-# AllowOverride None
-# Order allow,deny
-# Allow from all
-#