]> the.earth.li Git - onak.git/blobdiff - doc/mathopd.conf
Move docs into their own subdirectory
[onak.git] / doc / mathopd.conf
diff --git a/doc/mathopd.conf b/doc/mathopd.conf
new file mode 100644 (file)
index 0000000..ea93d66
--- /dev/null
@@ -0,0 +1,70 @@
+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 { * }
+                       }
+               }
+       }
+}