From 260d2a01d3ff14e8aed911abe8d00b7f160c84f8 Mon Sep 17 00:00:00 2001 From: Liam Whalen Date: Wed, 4 Nov 2015 08:43:50 -0800 Subject: [PATCH] Modified apache2-websocket init instructions When starting the apache2-websocket engine the user needs to sudo the init command. This update reflects those needs. Signed-off-by: Liam Whalen --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index a5895c0..2db8c1f 100644 --- a/README +++ b/README @@ -460,11 +460,12 @@ export OSRF_WEBSOCKET_MAX_REQUEST_WAIT_TIME=600 8. 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`. Start apache2-websockets with: + `/var/log/apache2-websockets/error.log`. Start apache2-websockets as the user + account with: + [source, bash] --------------------------------------------------------------------------- -/etc/init.d/apache2-websockets start +sudo /etc/init.d/apache2-websockets start --------------------------------------------------------------------------- Troubleshooting note for Python users -- 2.11.0