[MKDoc-commit] [1.6] Fixed last broken commit for Aliases

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Thu Oct 27 16:04:02 BST 2005


Log Message:
-----------
[1.6] Fixed last broken commit for Aliases

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/MKDoc/Site/ConfigWriter:
        Httpd_Conf.pm

-------------- next part --------------
Index: Httpd_Conf.pm
===================================================================
RCS file: /var/spool/cvs/mkd/MKDoc/Site/ConfigWriter/Httpd_Conf.pm,v
retrieving revision 1.1.2.45
retrieving revision 1.1.2.46
diff -LMKDoc/Site/ConfigWriter/Httpd_Conf.pm -LMKDoc/Site/ConfigWriter/Httpd_Conf.pm -u -r1.1.2.45 -r1.1.2.46
--- MKDoc/Site/ConfigWriter/Httpd_Conf.pm
+++ MKDoc/Site/ConfigWriter/Httpd_Conf.pm
@@ -286,13 +286,13 @@
   ServerAdmin           $SERVER_ADMIN
   CustomLog             $::LOG_DIR/www_combined_log combined
   ErrorLog              $::LOG_DIR/www_error_log
-  Alias /.static        $SITE_DIR/static
+  # If you don't want the standard file type icons comment the following line
+  Alias /.static/css/mime    $MKDOC_DIR/skin/mime
   # If you want to use customised skins uncomment the following line
   # and comment the line after it.
   #Alias /.static/css    $SITE_DIR/resources/skin
   Alias /.static/css    $MKDOC_DIR/skin
-  # If you don't want the standard file type icons comment the following line
-  Alias /.static/css/mime    $MKDOC_DIR/skin/mime
+  Alias /.static        $SITE_DIR/static
   Alias /               $MKDOC_DIR/cgi/mkdoc.cgi/
   Include               $SITE_DIR/httpd/httpd-env.conf
   UseCanonicalName      On
@@ -324,11 +324,13 @@
   ServerAdmin           $SERVER_ADMIN
   CustomLog             $::LOG_DIR/users_combined_log combined
   ErrorLog              $::LOG_DIR/users_error_log
-  Alias /.static        $SITE_DIR/static
+  # If you don't want the standard file type icons comment the following line
+  Alias /.static/css/mime    $MKDOC_DIR/skin/mime
   # If you want to use customised skins uncomment the collowing line
   # and comment the line after it.
   #Alias /.static/css    $SITE_DIR/resources/skin
   Alias /.static/css    $MKDOC_DIR/skin
+  Alias /.static        $SITE_DIR/static
   Alias /               $MKDOC_DIR/cgi/mkdoc.cgi/
   Include               $SITE_DIR/httpd/httpd-env.conf
   UseCanonicalName      On


More information about the MKDoc-commit mailing list