BTW the location given in python-path, second argument to WSGIScriptAlias and 
argument to Directory directive are supposed to be absolute paths, not 
relative. Use of a relative path might cause incorrect results.

For a virtual environment you should not use python-path like that anyway. 
Instead use python-home to virtual environment root. See:

https://modwsgi.readthedocs.io/en/master/user-guides/virtual-environments.html

> On 14 Dec 2023, at 1:45 am, Manu Itutur <iturbide.emman...@gmail.com> wrote:
> 
> WSGIDaemonProcess ipt python-path=virtualenv/lib/python3.7/site-packages 
> processes=7 threads=2 display-name=custom-apache
> WSGIScriptAlias / conf/wsgi.preprod.py process-group=custom 
> application-group=%{GLOBAL}
> WSGIApplicationGroup %{GLOBAL}
> <Directory conf>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to modwsgi+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/modwsgi/36877CF7-6FC2-4B35-86E1-45E80C0DCA32%40gmail.com.

Reply via email to