diff options
author | onefang | 2020-03-24 13:32:29 +1000 |
---|---|---|
committer | onefang | 2020-03-24 13:32:29 +1000 |
commit | feaafca13f59c3fcc33b36105f41d9c8c0b1ad55 (patch) | |
tree | 3a2ac2cac6bd2a19a0b87cb82d3ecf32c2efc221 /src | |
parent | Typo-- (diff) | |
download | opensim-SC-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.zip opensim-SC-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.tar.gz opensim-SC-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.tar.bz2 opensim-SC-feaafca13f59c3fcc33b36105f41d9c8c0b1ad55.tar.xz |
Install instructions + web socket directory has to be web server readable.
Diffstat (limited to 'src')
-rw-r--r-- | src/sledjchisl/README | 3 |
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 | ||
102 | Adjust that unix:// path to match if you have installed things elsewhere. | 102 | Adjust that unix:// path to match if you have installed things elsewhere. |
103 | Also make that directory readable by the web server group. | ||
103 | 104 | ||
104 | Copy the files in example/www to where eveqer your web servers document | 105 | Copy the files in example/www to where eveqer your web servers document |
105 | root is. | 106 | root is. |