]> the.earth.li Git - onak.git/blobdiff - mathopd.conf
Move docs into their own subdirectory
[onak.git] / mathopd.conf
diff --git a/mathopd.conf b/mathopd.conf
deleted file mode 100644 (file)
index ea93d66..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-Umask 026
-
-Tuning {
-       NumConnections 120
-       BufSize 12288
-}
-
-StayRoot On
-
-PIDFile /home/noodles/pgp/mathopd/pid
-Log /home/noodles/pgp/mathopd/log.%Y%m%d
-ErrorLog /home/noodles/pgp/mathopd/errors.%Y%m
-
-Control {
-       Types {
-               text/plain { * }
-               text/css { css }
-               application/octet-stream { zip gz tgz exe class }
-               application/futuresplash { spl }
-               model/vrml { wrl }
-               application/pdf { pdf }
-               text/html { html htm }
-               image/gif { gif }
-               image/jpeg { jpg }
-       }
-       Specials {
-               Imagemap { map }
-               CGI { cgi }
-               Redirect { url }
-       }
-       External {
-               /usr/bin/perl { pl }
-       }
-       IndexNames { home.html index.htm index.html redirect.url }
-}
-
-Server {
-       Port 11371
-
-       Virtual {
-       Control {
-               Alias /
-               Location /home/noodles/pgp
-       }
-
-       Control {
-               Alias /pks
-               Location /home/noodles/pgp/cgi
-               Specials {
-                       CGI { * }
-               }
-       }
-       }
-
-       Virtual {
-               AnyHost
-               Control {
-                       Alias /
-                       Location /home/noodles/pgp
-               }
-
-               Control {
-                       Alias /pks
-                       Location /home/noodles/pgp/cgi
-                       Specials {
-                               CGI { * }
-                       }
-               }
-       }
-}