Re: [modwsgi] Multiple Django Sites. Apache2. Mod_wsgi.

2019-02-21 Thread utest342
Yes, now both sites are working! Thank you very much for your help, Graham! For those who will have similar situation as mine here is additional info. After I've corrected .conf file as Graham had advised me, I ran into another problem: site1 works correctly, site2 loads without static files,

Re: [modwsgi] Multiple Django Sites. Apache2. Mod_wsgi.

2019-02-21 Thread utest342
Yes, now both sites are working! Thank you very much for your help, Graham! For those who will have similar situation as mine here is additional info. After I've corrected .conf file as Graham had advised me, I ran into another problem: site1 works correctly, site2 loads without static files,

Re: [modwsgi] Multiple Django Sites. Apache2. Mod_wsgi.

2019-02-22 Thread utest342
Yes, Graham, you're absolutely right about '/'! It must be there! My bad! So, here is the final variant of .conf file with two Django sites: WSGIRestrictEmbedded On WSGIDaemonProcess site1

Re: [modwsgi] Multiple Django Sites. Apache2. Mod_wsgi.

2019-02-22 Thread utest342
Yes, Graham, you're absolutely right about '/'! It must be there! My bad! So, here is the final correct variant of .conf file with two Django sites: == WSGIRestrictEmbedded On

[modwsgi] Multiple Django Sites. Apache2. Mod_wsgi.

2019-02-19 Thread utest342
Hi, I have deployed two Django sites on apache server with mod_wsgi. When I enable site1.conf and site2.conf separately, my sites work correctly. But when I enable both site1.conf and site2.conf, then site1 shows error "404 Not Found: The requested URL /site1 was not found on this server."