"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "mod-cband-0.9.7.5/conf/vhosts.conf.example" of archive mod-cband-0.9.7.5.tgz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1
2 <IfModule mod_cband.c>
3 <Location /cband-status>
4 SetHandler cband-status
5 </Location>
6
7 CBandDefaultExceededURL http://www.google.com
8
9 <CBandClass class_1>
10 CBandClassDst 217.172.231.67
11 CBandClassDst 127/8
12 CBandClassDst 192.168.0.0/24
13 CBandClassDst 10.0.0.20
14 </CBandClass>
15
16 <CBandClass class_2>
17 CBandClassDst 192.168.100.100
18 CBandClassDst 153.19/16
19 </CBandClass>
20
21 <CBandClass class_3>
22 CBandClassDst 10.13/16
23 </CBandClass>
24
25 <CBandUser dembol>
26 CBandUserLimit 100M
27 CBandUserExceededURL http://server_name.com/bandwidth_exceeded.html
28 CBandUserScoreboard /home/dembol/write/user.dembol.scoreboard
29 CBandUserPeriod 10W
30 </CBandUser>
31
32 <CBandUser dembolek>
33 CBandUserLimit 1000000
34 CBandUserExceededURL http://server_name.com/bandwidth_exceeded.html
35 CBandUserScoreboard /home/dembol/write/user.dembolek.scoreboard
36 CBandUserClassLimit class_1 50000
37 CBandUserPeriod 20H
38 </CBandUser>
39
40 <CBandUser dembol.nasa.pl>
41 CBandUserLimit 1G
42 CBandUserExceededURL http://www.google.com
43 CBandUserScoreboard /home/dembol/write/user.dembol.nasa.pl.scoreboard
44 CBandUserClassLimit class_2 3000K
45 CBandUserClassLimit class_3 100M
46 CBandUserPeriod 2H
47 </CBandUser>
48 </IfModule>
49
50 NameVirtualHost *:80
51
52 <VirtualHost *:80>
53 DocumentRoot /home/dembol/public_html/dembol.nasa.pl/
54 ServerName dembol.nasa.pl
55 ServerAlias *.dembol.nasa.pl
56 Setenv VLOG /home/dembol/public_html/logs/dembol.nasa.pl.access
57 CustomLog /home/dembol/public_html/logs/dembol.nasa.pl.access combined
58 ErrorLog /home/dembol/public_html/logs/dembol.nasa.pl.error
59 <IfModule mod_cband.c>
60 CBandLimit 600M
61 CBandUser dembol.nasa.pl
62 CBandExceededURL http://edns.pl/bandwidth_exceeded.html
63 CBandScoreboard /home/dembol/write/dembol.nasa.pl.scoreboard
64 CBandClassLimit class_1 1G
65 CBandPeriod 200S
66 </IfModule>
67 </VirtualHost>
68
69 <VirtualHost *:80>
70 DocumentRoot /home/dembol/public_html/dembol.nasa.pl/
71 ServerName dembol.eu.org
72 ServerAlias *.dembol.eu.org
73 Setenv VLOG /home/dembol/public_html/logs/dembol.eu.org.access
74 CustomLog /home/dembol/public_html/logs/dembol.eu.org.access combined
75 ErrorLog /home/dembol/public_html/logs/dembol.eu.org.error
76 <IfModule mod_cband.c>
77 CBandUser dembolek
78 CBandLimit 900M
79 CBandExceededURL http://server_name.com/bandwidth_exceeded.html
80 CBandScoreboard /home/dembolek/write/dembol.eu.org.scoreboard
81 CBandClassLimit class_1 700M
82 CBandClassLimit class_2 100000
83 CBandClassLimit class_3 5000K
84 CBandPeriod 5D
85 </IfModule>
86 </VirtualHost>
87
88 <VirtualHost *:80>
89 DocumentRoot /home/dembol/public_html/dembol.nasa.pl/cvs_alias
90 ServerName cvs.cband.linux.pl:80
91 Setenv VLOG /home/dembol/public_html/logs/cvs.cband.linux.pl.access
92 CustomLog /home/dembol/public_html/logs/cvs.cband.linux.pl.access combined
93 ErrorLog /home/dembol/public_html/logs/cvs.cband.linux.pl.error
94 <IfModule mod_cband.c>
95 CBandUser dembol
96 CBandLimit 10G
97 CBandExceededURL http://server_name.com/bandwidth_exceeded.html
98 CBandScoreboard /home/dembol/write/dembol.eu.org.scoreboard
99 CBandClassLimit class_3 200M
100 CBandPeriod 1W
101 </IfModule>
102 </VirtualHost>
103