X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=doc%2Fmathopd.conf;fp=doc%2Fmathopd.conf;h=ea93d66538e675b696933414666c573bc116374f;hb=f64729f7ef5bf4fde2e86f2cab93dc26f056fae6;hp=0000000000000000000000000000000000000000;hpb=f3745f1a2bbf08e7e1abed1a980f076ffa4f1dfd;p=onak.git diff --git a/doc/mathopd.conf b/doc/mathopd.conf new file mode 100644 index 0000000..ea93d66 --- /dev/null +++ b/doc/mathopd.conf @@ -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 { * } + } + } + } +}