diff --git a/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf b/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf index ae1ba0b..2fc0a7d 100755 --- a/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf +++ b/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf @@ -8,12 +8,17 @@ # configuration for this archive. # +# Ensure that the Perl CGI virtual directory is accessible to all... + + Order Allow,Deny + Allow from All + -# Prevent access to the registration page from computers not on the Otago -# campus network (IP address 139.80.x.x) +# ... 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 139.80.0.0/16 + Allow from 192.168.1.4 ErrorDocument 403 /error403_register.html