From: Jason Stephenson Date: Thu, 18 May 2017 20:58:22 +0000 (-0400) Subject: LP 1691856: Update README X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b0ec766d080776e0fb293167a5439af1495f571b;p=working%2FNCIPServer.git LP 1691856: Update README Add PerlSetEnv DANCER_ENVIRONMENT "production" to example Apache configuration to avoid a crash with newer OpenSRF and Evergreen. This change should not hurt with older OpenSRF or Evergreen, either. Signed-off-by: Jason Stephenson --- diff --git a/README b/README index 5986433..5fa732a 100644 --- a/README +++ b/README @@ -360,6 +360,7 @@ Apache 2.2 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" Order deny,allow Deny from all Allow from 10.0.0.0/8 @@ -379,6 +380,7 @@ Apache 2.4 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" Require ip 10.0.0.0/8 --------------------------------------------------------------------