- SSH into the machine, navigate to your root web2py directory (containing web2py.py), and then run ``python2.5 web2py.py -a <yourpass>`` - Then rename parameters_8000.py to parameters_443.py - Make sure you have HTTPS triggered for your domain inside the webfaction control panel.
Replace your app like any other web2py app, using the admin application. You can only have one web2py instance running on a domain and it has to be the root domain. However you can have as many web2py apps running on this instance as you want, and you can always use routes to make sure things go to the correct place (say each app has its own domain). -- Thadeus On Sun, Apr 25, 2010 at 6:12 AM, aure <[email protected]> wrote: > ssible to have more than one application working on one > domain? or spread them to subdom -- Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

