Hi, I think the trick is not to use Apache mod_rewrite but instead to change the directive WSGIScriptAlias to WSGIScriptAliasMatch. See earlier post here: https://groups.google.com/forum/#!topic/web2py/ZKXaTlqyuWw
//Jon On Friday, November 1, 2013 10:02:06 PM UTC+1, Simon Berry wrote: > > Please could someone who has actually set up an Apache server with WSGI > and successfully mounted www.[domain].com/web2py kindly weigh in on this > topic? > > As a newbie to this group, there seem to be a lot of people requesting > this - however none of the solutions posted has worked for me yet... > > > On Friday, October 11, 2013 3:19:58 PM UTC-4, Niphlod wrote: >> >> you have to play hard with apache rewrite rules.... >> I'm not an expert on apache configs (as soon as nginx was out, it was >> clear to me that its syntax was more understandable to me) but basically >> you need to tell your apache that everything coming to / should be passed >> to joomla, except /web2py/ that should be treated by mod_wsgi. >> >> On Friday, October 11, 2013 6:44:22 PM UTC+2, Vicente Deluca wrote: >>> >>> Hi, I'm running web2py like wsgi ( >>> http://web2py.com/book/default/chapter/13#mod_wsgi) and that's fine, I >>> can access to my web2py on www.[domain].com. But I need now run the same on >>> www.[domain].com/web2py, because on www.[domain].com are running one joomla >>> system. >>> >>> What I have to modify? >>> >>> Thanks a lot. >>> >>> Vicente. >>> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

