PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /home/opensrf/NCIPServer/bin/ncip_dancing.pl
PerlSetEnv NCIP_CONFIG_DIR "/home/opensrf/NCIPServer/t/config_sample"
- PerlSetENV OILS_NCIP_CONFIG /openils/conf/oils_ncip.xml
- PerlSetENV DANCER_ENVIRONMENT "production"
+ PerlSetEnv OILS_NCIP_CONFIG /openils/conf/oils_ncip.xml
+ PerlSetEnv DANCER_ENVIRONMENT "production"
Order deny,allow
Deny from all
Allow from 10.0.0.0/8
SetHandler perl-script
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /home/opensrf/NCIPServer/bin/ncip_dancing.pl
- PerlSetENV NCIP_CONFIG_DIR /home/opensrf/NCIPServer/t/config_sample
- PerlSetENV OILS_NCIP_CONFIG /openils/conf/oils_ncip.xml
- PerlSetENV DANCER_ENVIRONMENT "production"
+ PerlSetEnv NCIP_CONFIG_DIR /home/opensrf/NCIPServer/t/config_sample
+ PerlSetEnv OILS_NCIP_CONFIG /openils/conf/oils_ncip.xml
+ PerlSetEnv DANCER_ENVIRONMENT "production"
Require ip 10.0.0.0/8
</Location>
--------------------------------------------------------------------