File: mathopd-dhelp.conf

package info (click to toggle)
dhelp 0.6.32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 604 kB
  • sloc: ruby: 1,171; sh: 555; perl: 372; makefile: 77
file content (44 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download | duplicates (5)
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
## The default configuration file shipped by the mathopd debian package
## makes dhelp usable out-of-the-box. So there is no need to change
## anything.

## If however you want to create a custom configuration, the dhelp
## requirements are given below, commented out.

## The following fragment should be inserted inside the `Server{Virtual{...}}'
## block of the locally accessible virtual host:
#
#		Control {
#			Alias /doc
#			Location /usr/share/doc
#			Access {
#				Deny 0/0
#				Allow 127.0.0.1/32
#			}
#		}
#
## If you do not want to enable full access to /usr/share/doc, then
## replace the "... Alias /doc ..." control block, with these:
#
#		Control {
#			Alias /doc/dhelp/css
#			Location /usr/share/doc/dhelp/css
#			Access {
#				Deny 0/0
#				Allow 127.0.0.1/32
#			}
#		}
#		Control {
#			Alias /doc/HTML
#			Location /usr/share/doc/HTML
#			Access {
#				Deny 0/0
#				Allow 127.0.0.1/32
#			}
#		}
#
## You will then need one more alias control block *for each* document linked
## by dhelp's document index pages, else the links will return error.
##
## See /usr/share/doc/dhelp/README.debian for more information.