Re: [web2py] Re: running two web2py instances on the same server under apache wsgi mod

2020-01-21 Thread Manuele Pesenti
On 21/01/20 15:10, Manuele Pesenti wrote: So I guess I have to try using the second web2py (R-2.18 under python3 virtualenv) instance through mod_proxy... right? So I'm trying to run a web2py (R-2.18.3) instance for deploy purposes using apache mod_proxy. First I want to install the necessa

Re: [web2py] Re: running two web2py instances on the same server under apache wsgi mod

2020-01-21 Thread Manuele Pesenti
On 21/01/20 14:59, Manuele Pesenti wrote: Thank you Tim, I tried but restarting apache and accessing the instance the browser takes a long time to respond and I get this error in log: ImportError: No module named site Could it be related to this https://stackoverflow.com/a/41006418/103951

Re: [web2py] Re: running two web2py instances on the same server under apache wsgi mod

2020-01-21 Thread Manuele Pesenti
Thank you Tim, I tried but restarting apache and accessing the instance the browser takes a long time to respond and I get this error in log: ImportError: No module named site This is how my apache configuration looks like if could be of any help to understand the problem:   ServerAdmin

[web2py] Re: running two web2py instances on the same server under apache wsgi mod

2020-01-21 Thread Tim Nyborg
Yes, that should work. I have three web2py instances on a server running nginx/uwsgi, and the principle's the same: slightly different configs for each instance, pointing to separate source files. On Tuesday, 21 January 2020 11:37:55 UTC, Manuele wrote: > > Hi! > > If I need to manage on the s