Hello Thadeus, After trying Annet's solution, I tried yours. Now if I try to access my site I get a webfaction message: "Site not configured..." This seems to be because I have enables HTTPS. Is normal that I cannot access the website using HTTP now? I am a bit confused.
Now if try to access the site using https I get the same message in Firefox as described in my reply to Annet, namely: ------ Secure Connection Failed admin.aurerua.webfactional.com uses an invalid security certificate. The certificate is only valid for the following names: *.webfaction.com , webfaction.com (Error code: ssl_error_bad_cert_domain) ------ Do you know what could cause the problem? Otherwise, you mentioned in some post above that you are "comfortable enough with ssh to publish the app manually". Maybe I could do that. I would not need to use the admin app online, is it true? In that case, how do you publish an app manually? Sorry for all these questions. I would be so glad to be able to put my first web2py app online! Aurelien On 25 avr, 17:16, Thadeus Burgess <[email protected]> wrote: > - 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

