File: man2html.conf

package info (click to toggle)
man2html 1.6g-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,164 kB
  • sloc: ansic: 9,689; sh: 2,305; makefile: 335; perl: 335; awk: 305; lisp: 171; cs: 170; xml: 119
file content (8 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Man2html configuration file for apache2
<Location "/cgi-bin/man/">
  <IfModule mod_authz_host.c>
    Require local
    # Require ip 192.0.2.0/24
    # Require ip 2001:db8::a00:20ff:fea7:ccea/10
  </IfModule>
</Location>