Thanks for all the help. serious progress has been made. My configurations file now looks like:
============================================= WSGIScriptAliasMatch ^/(admin|welcome|examples|instructions)(/.*)?$ /usr/local/web2py/current/wsgihandler.py/$1$2 WSGIDaemonProcess web2py user=apache group=apache \ home=/usr/local/web2py/current \ display-name=%{GROUP} \ processes=10 maximum-requests=500 WSGIProcessGroup web2py LogFormat "%h %l %u %t \"%r\" %>s %b" common CustomLog /var/log/web2py_access.log common ============================================= I can access the apps via http://server.com/welcome/ . I would like to place all of these apps in a sub folder, so that I could access the apps vi http://server.com/apps/welcome/ . Is that possible? If not, I am just happs to have this working. On Fri, Aug 21, 2009 at 7:41 AM, Graham Dumpleton < graham.dumple...@gmail.com> wrote: > > > > On Aug 20, 5:45 pm, Graham Dumpleton <graham.dumple...@gmail.com> > wrote: > > On Aug 20, 12:21 pm, Graham Dumpleton <graham.dumple...@gmail.com> > > wrote: > > > > > On Aug 20, 5:14 am, Don Lee <sam...@gmail.com> wrote: > > > > > > I'll try that, but I got that from the web2py_manual. The manual > gives an > > > > example of a virtual host configuration, so I've tried to adapt that > by > > > > taking out the things I feel are related to virtual hosts. > > > > > The web2py manual is wrong for many reasons. A working mod_wsgi > > > configuration has been supplied to Massimo for next version. > > > > FWIW, I have started blogging about the problems with the > > configuration for using web2py with mod_wsgi as it is a good example > > of why people who don't know how to use Apache shouldn't tell others > > how to use it. > > > > You can find the first post at: > > > > http://blog.dscpl.com.au/2009/08/problems-with-example-web2py.html > > > > Just documenting that much has taken a while, so you will have to wait > > for followup posts for remainder of the problems and a working > > configuration. > > Second instalment out now. > > http://blog.dscpl.com.au/2009/08/more-on-those-problems-with-example.html > > Graham > > > To be fair, I should point out that as far as I know, Massimo has only > > included what someone had previously posted on the web2py list as to > > what to use in his book, it wasn't Massimo who came up with it in the > > first place. > > > > Graham > > > > > > > > > > On Wed, Aug 19, 2009 at 2:01 PM, Fran <francisb...@googlemail.com> > wrote: > > > > > > > On Aug 19, 5:08 pm, Don Lee <sam...@gmail.com> wrote: > > > > > > Alias /apps "/usr/local/web2py/current/applications" > > > > > > > Try removing the line above > > > > > > > > WSGIScriptAlias /apps "/usr/local/web2py/current/wsgihandler.py" > > > > > > > I think it's clashing with this line (mine certainly works & I have > no > > > > > 'Alias' like this) > > > > > > > F > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---