Hello,
I configured mod_wsgi as such:

python manage.py runmodwsgi --port 80 --log-to-terminal --user jdemers 
--group www-data --startup-log --https-port 443 --working-directory . 
 --setup-only --url-alias /static/ /srv/disso/static --url-alias /media/ 
/srv/disso/static/media/  --https-only --server-name dissodev.pfizer.com 
--ssl-certificate-file /etc/pki/tls/certs/dissodev.pfizer.com.crt 
--ssl-ca-certificate-file /etc/pki/tls/certs/PBACA-G2.crt --server-root 
/srv/dissohttps. 

>From  /srv/dissohttps I run ./apachectl start and I get the error:
"Invalid command 'SSLVerifyClient', perhaps misspelled or defined by a 
module not included in the server configuration".

I have also setup another directory without ssl and it works fine:
python manage.py runmodwsgi --port 80 --working-directory . --url-alias 
/static/ /srv/disso/static/ --url-alias /media/ /srv/disso/static/media/ 
--setup-only --server-root /srv/dissohttpd --host dissodev.pfizer.com

>From /srv/dissohttpd I run ./apachectl start and it works fine. Just not 
working for the SSL setup.

In python I have 
mod-wsgi==4.9.2
mod-wsgi-httpd==2.4.48.1
This is a RHEL type server. AWS Linux 2.

Any help would be greatly appreciated!

Thanks,
Jeremy




-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/modwsgi/2adaa272-9fb7-43eb-ae9d-1f00e0154f2fn%40googlegroups.com.

Reply via email to