[Server-devel] [PATCH] Update apache config to enable ds-restore, remove debug settings

martin.langhoff at gmail.com martin.langhoff at gmail.com
Mon Jul 14 02:42:08 EDT 2008


From: Martin Langhoff <martin at laptop.org>

---
 server/apache-ds-backup.conf |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/server/apache-ds-backup.conf b/server/apache-ds-backup.conf
index 8ef5b84..7f7321a 100644
--- a/server/apache-ds-backup.conf
+++ b/server/apache-ds-backup.conf
@@ -1,11 +1,22 @@
 # This is the configuration file for apache
 # amd should be included within the main part
 # of the apache config 
-Alias /backup/1 /usr/local/ds-backup/server/backup-available.py
 
+#
+# /backup is the traffic control URL, where
+# clients check whether they are allowed to
+# backup now...
+#
+Alias /backup/1 /usr/local/ds-backup/server/backup-available.py
 <Directory /usr/local/ds-backup/server/ >
     AddHandler mod_python .py
     PythonHandler backup-available
-    PythonDebug On
-    #
+    ## Enable only in development boxen
+    #PythonDebug On
 </Directory>
+
+#
+# /ds-restore is the per-file interactive restore UI
+#
+Alias /ds-restore /usr/local/ds-backup/server/ds-restore.php
+
-- 
1.5.6.dirty



More information about the Server-devel mailing list