aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-03-24 13:32:29 +1000
committeronefang2020-03-24 13:32:29 +1000
commitfeaafca13f59c3fcc33b36105f41d9c8c0b1ad55 (patch)
tree3a2ac2cac6bd2a19a0b87cb82d3ecf32c2efc221
parentTypo-- (diff)
downloadopensim-SC_OLD-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.zip
opensim-SC_OLD-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.tar.gz
opensim-SC_OLD-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.tar.bz2
opensim-SC_OLD-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.tar.xz
Install instructions + web socket directory has to be web server readable.
-rw-r--r--src/sledjchisl/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sledjchisl/README b/src/sledjchisl/README
index e169956..31a4b30 100644
--- a/src/sledjchisl/README
+++ b/src/sledjchisl/README
@@ -99,7 +99,8 @@ virtual host definition -
99 SetHandler "proxy:unix:///opt/opensim_SC/var/cache/sledjchisl.socket|fcgi://localhost/" 99 SetHandler "proxy:unix:///opt/opensim_SC/var/cache/sledjchisl.socket|fcgi://localhost/"
100</FilesMatch> 100</FilesMatch>
101 101
102Adjust that unix:// path to match if you have installed things elsewhere. 102Adjust that unix:// path to match if you have installed things elsewhere.
103Also make that directory readable by the web server group.
103 104
104Copy the files in example/www to where eveqer your web servers document 105Copy the files in example/www to where eveqer your web servers document
105root is. 106root is.