From b0ec766d080776e0fb293167a5439af1495f571b Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 18 May 2017 16:58:22 -0400 Subject: [PATCH] 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 --- README | 2 ++ 1 file changed, 2 insertions(+) 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 -------------------------------------------------------------------- -- 2.43.2