GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Digital_Repository
Browse code
- Fixed bogus IP address.
master
1 parent
5ea3f55
commit
d16104715d27c72b83ee1c68f44eee45d0563847
nstanger
authored
on 21 Nov 2005
Patch
Showing
1 changed file
Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf
Ignore Space
Show notes
View
Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf
# # apachevhost.conf include file for otago_eprints # # If this file exists then it will not be over written by # the generate_apacheconf command. # # Directives in this file are interpreted inside the virtualhost # configuration for this archive. # # Ensure that the Perl CGI virtual directory is accessible to all... <Location "/perl"> Order Allow,Deny Allow from All </Location> # ... but limit access to the registration page only to computers on the Otago # campus network (IP address 139.80.x.x). <Location "/perl/register"> Order Deny,Allow Deny from All Allow from 139.80.0.0/16 ErrorDocument 403 /error403_register.html </Location>
# # apachevhost.conf include file for otago_eprints # # If this file exists then it will not be over written by # the generate_apacheconf command. # # Directives in this file are interpreted inside the virtualhost # configuration for this archive. # # Ensure that the Perl CGI virtual directory is accessible to all... <Location "/perl"> Order Allow,Deny Allow from All </Location> # ... but limit access to the registration page only to computers on the Otago # campus network (IP address 139.80.x.x). <Location "/perl/register"> Order Deny,Allow Deny from All Allow from 192.168.1.4 ErrorDocument 403 /error403_register.html </Location>
Show line notes below