From: Bill Erickson Date: Mon, 10 Mar 2014 12:41:45 +0000 (-0400) Subject: LP#1268619: websockets: README typo repairs X-Git-Tag: osrf_rel_2_4_0-alpha~23 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=77c7f5889e8f31038cd732feb3e6057a0d3788b5;p=OpenSRF.git LP#1268619: websockets: README typo repairs Patch from Warren Layton to repair path to 'envvars' and clarify some text. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- diff --git a/README.websockets b/README.websockets index 639e080..69a56c0 100644 --- a/README.websockets +++ b/README.websockets @@ -22,7 +22,7 @@ Websockets installation instructions for Debian % cp /path/to/OpenSRF/examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ # OPTIONAL: add these configuration variables to -# /etc/init.d/apache2-websockets/envvars and adjust as needed. +# /etc/apache2-websockets/envvars and adjust as needed. # export OSRF_WEBSOCKET_IDLE_TIMEOUT=60 # export OSRF_WEBSOCKET_IDLE_CHECK_INTERVAL=5 # export OSRF_WEBSOCKET_CONFIG_FILE=/openils/conf/opensrf_core.xml @@ -41,6 +41,6 @@ Websockets installation instructions for Debian # CONFIG_FILE / CTXT are the standard opensrf core config options. # After OpenSRF is up and running (or after any re-install), -# fire up the secondary Apache instance errors will appear in +# fire up the secondary Apache instance. Errors will appear in # /var/log/apache2-websockets/error.log % /etc/init.d/apache2-websockets start