Changes between Version 65 and Version 66 of Dev/GettingStarted


Ignore:
Timestamp:
08/06/10 09:38:19 (3 years ago)
Author:
jbenito
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/GettingStarted

    v65 v66  
    198198}}} 
    199199 
    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. 
     200Add 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. 
    201201 
    202202{{{