Update Debian Vcs-* fields to point to git repository
[onak.git] / mathopd.conf
1 Umask 026
2
3 Tuning {
4         NumConnections 120
5         BufSize 12288
6 }
7
8 StayRoot On
9
10 PIDFile /home/noodles/pgp/mathopd/pid
11 Log /home/noodles/pgp/mathopd/log.%Y%m%d
12 ErrorLog /home/noodles/pgp/mathopd/errors.%Y%m
13
14 Control {
15         Types {
16                 text/plain { * }
17                 text/css { css }
18                 application/octet-stream { zip gz tgz exe class }
19                 application/futuresplash { spl }
20                 model/vrml { wrl }
21                 application/pdf { pdf }
22                 text/html { html htm }
23                 image/gif { gif }
24                 image/jpeg { jpg }
25         }
26         Specials {
27                 Imagemap { map }
28                 CGI { cgi }
29                 Redirect { url }
30         }
31         External {
32                 /usr/bin/perl { pl }
33         }
34         IndexNames { home.html index.htm index.html redirect.url }
35 }
36
37 Server {
38         Port 11371
39
40         Virtual {
41         Control {
42                 Alias /
43                 Location /home/noodles/pgp
44         }
45
46         Control {
47                 Alias /pks
48                 Location /home/noodles/pgp/cgi
49                 Specials {
50                         CGI { * }
51                 }
52         }
53         }
54
55         Virtual {
56                 AnyHost
57                 Control {
58                         Alias /
59                         Location /home/noodles/pgp
60                 }
61
62                 Control {
63                         Alias /pks
64                         Location /home/noodles/pgp/cgi
65                         Specials {
66                                 CGI { * }
67                         }
68                 }
69         }
70 }