Subversion Repositories configs

Rev

Rev 34 | Rev 142 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 132
Line 272... Line 272...
272
# If your host doesn't have a registered DNS name, enter its IP address here.
272
# If your host doesn't have a registered DNS name, enter its IP address here.
273
# You will have to access it by its address anyway, and this will make 
273
# You will have to access it by its address anyway, and this will make 
274
# redirections work in a sensible way.
274
# redirections work in a sensible way.
275
#
275
#
276
#ServerName www.example.com:80
276
#ServerName www.example.com:80
277
ServerName www.ujsoftware.com:80
277
#ServerName www.ujsoftware.com:80
-
 
278
ServerName www.ujsoftware.linkpc.net:80
278
 
279
 
279
#
280
#
280
# UseCanonicalName: Determines how Apache constructs self-referencing 
281
# UseCanonicalName: Determines how Apache constructs self-referencing 
281
# URLs and the SERVER_NAME and SERVER_PORT variables.
282
# URLs and the SERVER_NAME and SERVER_PORT variables.
282
# When set "Off", Apache will use the Hostname and Port supplied
283
# When set "Off", Apache will use the Hostname and Port supplied
Line 1006... Line 1007...
1006
#    DocumentRoot /www/docs/dummy-host.example.com
1007
#    DocumentRoot /www/docs/dummy-host.example.com
1007
#    ServerName dummy-host.example.com
1008
#    ServerName dummy-host.example.com
1008
#    ErrorLog logs/dummy-host.example.com-error_log
1009
#    ErrorLog logs/dummy-host.example.com-error_log
1009
#    CustomLog logs/dummy-host.example.com-access_log common
1010
#    CustomLog logs/dummy-host.example.com-access_log common
1010
#</VirtualHost>
1011
#</VirtualHost>
1011
 
-
 
1012
 
1012
 
1013
<Files upsset.cgi>
1013
<Files upsset.cgi>
1014
deny from all
1014
allow from all
1015
allow from 10.192.25.201
-
 
1016
</Files>
1015
</Files>
1017
 
1016
 
1018
Alias "/amavis-stats" "/usr/local/share/amavis-stats/"
1017
Alias "/amavis-stats" "/usr/local/share/amavis-stats/"
1019
 
1018
 
1020
<Directory /usr/local/share/amavis-stats/>
1019
<Directory /usr/local/share/amavis-stats/>