Changes between Version 65 and Version 66 of Dev/GettingStarted
- Timestamp:
- 08/06/10 09:38:19 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/GettingStarted
v65 v66 198 198 }}} 199 199 200 Add the following to make Apache re-route JSON-RPC requests to the json-rpc-handler.py file located in htdocs. Make sure this <Directory> entry appears BEFORE the <Directory> entry found below. 200 Add the following to make Apache re-route JSON-RPC requests to the json-rpc-handler.py file located in htdocs. Make sure this <Directory> entry appears BEFORE the <Directory> entry found below. For Ubuntu users, you will need to create a file inside mods-available (and a symbolic link to it in mods-enabled) with the following content. 201 201 202 202 {{{
