X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4b8483ae278577a3adc8d84da81d77019704466f..a534b3b856a1e3cbfe60bc0bca432e802f9718be:/mathopd.conf diff --git a/mathopd.conf b/mathopd.conf index 841c77e..ea93d66 100644 --- a/mathopd.conf +++ b/mathopd.conf @@ -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 { * } } } } - }