Changes between Version 10 and Version 11 of gsocguidelines


Ignore:
Timestamp:
06/18/10 07:31:59 (14 years ago)
Author:
Fran Boon
Comment:

WSGI

Legend:

Unmodified
Added
Removed
Modified
  • gsocguidelines

    v10 v11  
    2121ln -s web2py/applications/eden web2py/applications/init
    2222}}}
     23
     24=== New (WSGI) ===
     25
     26An Apache virtual server has been created which points your sites at /home/<username>/web2py/applications/eden
     27
     28If you need to restart Apache (in order to see changes to a Module - either in Web2Py or Eden) then you have sudo rights to do this:
     29{{{
     30sudo /etc/init.d/apache2 force-reload
     31}}}
     32
     33=== Old (Proxy) ===
    2334
    2435After logging in you will need to spawn web2py according to the ports assigned to you: