[MKDoc-commit] :1,$s/bndfc.co.uk/$domain_name/gc

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Tue May 3 16:00:43 BST 2005


Log Message:
-----------
:1,$s/bndfc.co.uk/$domain_name/gc

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/tools:
        install-details-gt.pl

-------------- next part --------------
Index: install-details-gt.pl
===================================================================
RCS file: /var/spool/cvs/mkd/tools/install-details-gt.pl,v
retrieving revision 1.21.2.27
retrieving revision 1.21.2.28
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.21.2.27 -r1.21.2.28
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -413,9 +413,9 @@
 $handler
 $env
     # Redirect requests for server status and logs to the users interface
-    Redirect /.server-status http://users.bndfc.co.uk/.server-status
-    Redirect /.perl-status http://users.bndfc.co.uk/.perl-status
-    Redirect /.logs http://users.bndfc.co.uk/.logs
+    Redirect /.server-status http://users.$domain_name/.server-status
+    Redirect /.perl-status http://users.$domain_name/.perl-status
+    Redirect /.logs http://users.$domain_name/.logs
 $alias
 </VirtualHost>
 
@@ -445,7 +445,7 @@
         PerlHandler Apache::Status
     </Location>
     RedirectMatch ^/.logs$ http://users.$domain_name/.logs/
-    <Directory /var/home/mkdoc16/bndfc.co.uk/logs/>
+    <Directory /var/home/mkdoc16/$domain_name/logs/>
         Options Indexes
         PerlAuthenHandler MKDoc::Handler::Authenticate
         AuthName "Please enter your user credentials"


More information about the MKDoc-commit mailing list