File: mathopd.conf

package info (click to toggle)
onak 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,280 kB
  • sloc: ansic: 13,824; sh: 403; perl: 301; sql: 21; makefile: 19
file content (70 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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 { * }
			}
		}
	}
}