Hi Kurt,

On 01/04/15 13:44, Kurt Stieger wrote:
Hi,

I have installed web2py on a webserver with a other webapplication on it.

Is it possible that web2py lives in a subdirectory.

As example the legacy web application hat the url:
http://www.my-fancy-server.com
The web2py application should be reachable for evaluation on:
http://www.my-fancy-server.com/web2py/<app/contr/func/...>

I know how to gonfigure the webserver, but what and how must I configure
in web2py?


When you ay that you know how to configure the web-server, am I right in thinking that you are configuring the web2py app as a WSGI application?

If so, you will probably want to consider the contents of routes.py and add a "path_prefix" corresponding to your WSGIScriptAlias.

There is an example of this in this Stackoverflow post: -

http://stackoverflow.com/questions/16183293/apache-config-for-php-and-web2py

HTH


--

Regards,

PhilK


'a bell is a cup...until it is struck'

--
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/d/optout.

Reply via email to