From 85c79d711dabb65c37774a7325e67b29f9c18ba6 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 6 Mar 2014 16:23:51 -0500 Subject: [PATCH] LP#1268619: websockets: apache docs Signed-off-by: Bill Erickson --- README.websockets | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.websockets b/README.websockets index 45f336f..a2a60d2 100644 --- a/README.websockets +++ b/README.websockets @@ -5,11 +5,9 @@ Websockets installation instructions for Debian: # TODO: Better handling of external dependencies (websocket_plugin.h). # ! as root ! -# Perform these steps before installing OpenSRF -# Be sure to restart the websocket instance after an opensrf re-install -# just like you would the main apache instance: -# % /etc/init.d/apache2-websockets restart +# Perform these steps after installing OpenSRF. +# create the websocket Apache instance # see also /usr/share/doc/apache2/README.multiple-instances % sh /usr/share/doc/apache2.2-common/examples/setup-instance websockets @@ -70,7 +68,9 @@ done # # CONFIG_FILE / CTXT are the standard opensrf core config options. -# After OpenSRF is up and running, fire up the secondary Apache instance -# errors will appear in /var/log/apache2-websockets/error.log +# After OpenSRF is up and running (or after any re-install), +# fire up the secondary Apache instance errors will appear in +# /var/log/apache2-websockets/error.log +% /etc/init.d/apache2-websockets start -- 2.11.0