# # 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... Order Deny,Allow Allow from All # ... but limit access to the registration page only to computers on the Otago # campus network (IP address 139.80.x.x). Order Deny,Allow Deny from All Allow from ##EPRINTS_ALLOWED_DOMAINS## ErrorDocument 403 /error403_register.html # Set up ADT directory. # # Options Indexes FollowSymlinks MultiViews # AllowOverride None # Order allow,deny # Allow from all # # Load the ePrintsStats configuration. Include ##EPRINTSSTATS##/vhost/apache.conf # Load the phpSurveyor configuration. #Include ##PHPSURVEYOR##/apache.conf