File: cgiwrap.allow

package info (click to toggle)
cgiwrap 3.5-3
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 356 kB
  • ctags: 115
  • sloc: sh: 3,954; ansic: 1,036; perl: 104; makefile: 86
file content (13 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/cgiwrap.allow
#
# username
#  or
# username@subnet/mask
#  or
# username@subnet1/mask1,subnet2/mask2,...,subnetn/maskn
# 
# e.g
# myuser@1.2.3.4/255.255.255.255,2.3.0.0/255.255.0.0
# 
# would allow myuser's CGI scripts to run from the host 1.2.3.4 or any
# hosts whose IP address starts 2.3. (e.g. 2.3.56.78)