On Sep 8, 9:57 pm, Jose <[email protected]> wrote: > In my setup I have the following: > <VirtualHost 127.0.0.1:43109> > ServerName mydomain.com > DocumentRoot /home/myaccount/webapps/apachewsgi/web2py/applications > <Directory "/myapplication"> > Order allow,deny > Allow from all > </Directory> > </VirtualHost> > I understand this redirect to myapplication, however, enters in > welcome.
There is no redirection here, just an Allow statement: http://httpd.apache.org/docs/2.2/howto/access.html I don't see how this would work at all - it doesn't seem to be processing Python in any way - no Proxy to CherryPy, no WSGI or anything. I would look at Chapter 11 of the manual - e.g. the free Scribus version: http://web2py.com/examples/default/docs F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

