]> the.earth.li Git - onak.git/commitdiff
cscvs to tla changeset 120
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:48:15 +0000 (23:48 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:48:15 +0000 (23:48 +0000)
Author: noodles
Date: 2004/05/26 17:45:03
Update mathopd config for newer version.

mathopd.conf

index 841c77e2deafdb9bfa41dd791b73a2ce309317ee..23c1ba3df0f13bd8d7a21fb5c74e670502b5d73d 100644 (file)
@@ -7,12 +7,11 @@ Tuning {
 
 StayRoot On
 
-PIDFile /home/noodles/tmp/mathopd/pid
-Log /home/noodles/tmp/mathopd/log.%Y%m%d
-ErrorLog /home/noodles/tmp/mathopd/errors.%Y%m
+PIDFile /home/noodles/pgp/mathopd/pid
+Log /home/noodles/pgp/mathopd/log.%Y%m%d
+ErrorLog /home/noodles/pgp/mathopd/errors.%Y%m
 
 Control {
-       Symlinks On
        Types {
                text/plain { * }
                text/css { css }
@@ -35,20 +34,18 @@ Control {
        IndexNames { home.html index.htm index.html redirect.url }
 }
 
-DefaultName localhost
-
 Server {
        Port 11371
 
        Virtual {
        Control {
                Alias /
-               Location /home/noodles/onak-0.0.1
+               Location /home/noodles/pgp
        }
 
        Control {
                Alias /pks
-               Location /home/noodles/onak-0.0.1/pks
+               Location /home/noodles/pgp/cgi
                Specials {
                        CGI { * }
                }
@@ -59,31 +56,15 @@ Server {
                Host localhost:11371
                Control {
                        Alias /
-                       Location /home/noodles/onak-0.0.1
-               }
-
-               Control {
-                       Alias /pks
-                       Location /home/noodles/onak-0.0.1/pks
-                       Specials {
-                               CGI { * }
-                       }
-               }
-       }
-       Virtual {
-               Host maeve.orange:11371
-               Control {
-                       Alias /
-                       Location /home/noodles/onak-0.0.1
+                       Location /home/noodles/pgp
                }
 
                Control {
                        Alias /pks
-                       Location /home/noodles/onak-0.0.1/pks
+                       Location /home/noodles/pgp/cgi
                        Specials {
                                CGI { * }
                        }
                }
        }
-
 }