On Jan 22, 3:01 pm, voltron <[email protected]> wrote: > I have been using Apache as a reverse-proxy to multiple instances of > web2py for several Vhost without problems: I use SSH to tunnel to the > admin interfaces of these applications all the time, for almost a year > now. I decide to use FCGI for a certain domain yesterday and now I > cannot pull up the admin, what gives?
Personally I load Web2Py manually (just as you had before) for SSH access to admin. - for me this is a rare task, so running thje process manually each time I need it is no big hassle I use WSGI for the front-end access required by the end-users. F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

