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
- Re-enabled the stats system.
master
1 parent
5c9a5c4
commit
4eb3679bddda1c7b2b8acf873204b60fb51a32dd
nstanger
authored
on 15 Jul 2008
Patch
Showing
1 changed file
Repositories/otago_eprints3/otago_eprints/cfg/apachevhost_src.conf
Ignore Space
Show notes
View
Repositories/otago_eprints3/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 repository. # # Ensure that the Perl CGI virtual directory is accessible to all... <Location "/cgi"> Order Deny,Allow 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 "/cgi/register"> Order Deny,Allow Deny from All Allow from ##EPRINTS_ALLOWED_DOMAINS## ErrorDocument 403 /error403_register.html </Location> # Set up ADT directory. # <Directory "##EPRINTS_ROOT##/archives/otago_eprints/html/en/ADT"> # Options Indexes FollowSymlinks MultiViews # AllowOverride None # Order allow,deny # Allow from all # </Directory> # Load the ePrintsStats configuration. Include ##EPRINTSSTATS##/vhost/apache.conf # Load the phpSurveyor configuration. #Include ##PHPSURVEYOR##/apache.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 repository. # # Ensure that the Perl CGI virtual directory is accessible to all... <Location "/cgi"> Order Deny,Allow 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 "/cgi/register"> Order Deny,Allow Deny from All Allow from ##EPRINTS_ALLOWED_DOMAINS## ErrorDocument 403 /error403_register.html </Location> # Set up ADT directory. # <Directory "##EPRINTS_ROOT##/archives/otago_eprints/html/en/ADT"> # Options Indexes FollowSymlinks MultiViews # AllowOverride None # Order allow,deny # Allow from all # </Directory> # Load the ePrintsStats configuration. #Include ##EPRINTSSTATS##/vhost/apache.conf # Load the phpSurveyor configuration. #Include ##PHPSURVEYOR##/apache.conf
Show line notes below