I am running WSGI on a subdirectory of my home, however you have to run it
as the root of the domain (unless you want to try and get fancy with apache
conf.)

Basically what I did, was map a subdomain to a directory that stores my
website instance.

so i have

thadeusb.com = /home/thadeusb.com
for my wordpress blog (in the middle of migrating to web2py)

web2py.thadeusb.com = /home/thadeusb.com/web2py/
for my web2py blog

-Thadeus




On Tue, Sep 15, 2009 at 11:50 PM, rppowell <[email protected]> wrote:

> Hey Thadeus;
>
> I looked at WSGI stuff for a bit, but was unclear on how to have WSGI
> in seperate/sub directories.
>
> The important thing I'm working on is having an instance of web2py
> running off of a subdirectory off of my web directory, not in the web
> directory root.
> I found these links as well while trying to figure out to setup
> FastCGI with web2py.
>
> I notice that these all assume that web2py is going to be running from
> the root directory.
> Have you figured out how to use WSGI in a subdirectory off of the root
> web directory?
>
> -rppowell

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to