Update Debian Vcs-* fields to point to git repository
[onak.git] / mathopd.conf
index 841c77e2deafdb9bfa41dd791b73a2ce309317ee..ea93d66538e675b696933414666c573bc116374f 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 { * }
                }
@@ -56,34 +53,18 @@ Server {
        }
 
        Virtual {
-               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
+               AnyHost
                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 { * }
                        }
                }
        }
-
 }