mod_wsgi icon indicating copy to clipboard operation
mod_wsgi copied to clipboard

httpd: Syntax error on line 275 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/orchestration-controller.conf: Cannot load modules/mod_wsgi.so into server: /etc/httpd/modules/mod_wsgi.so: cannot open shared object file: No such file or directory

Open satishkandekar opened this issue 3 years ago • 2 comments

Hi GrahamDumpleton, i have install httpd 2.5.6 after that install wsgi pip3 install mod_wsgi

and restart my httpd service but tis show the error httpd: Syntax error on line 275 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/orchestration-controller.conf: Cannot load modules/mod_wsgi.so into server: /etc/httpd/modules/mod_wsgi.so: cannot open shared object file: No such file or directory

satishkandekar avatar Sep 23 '22 13:09 satishkandekar

What do you get when you run:

ls -las /etc/httpd/modules/mod_wsgi.so

and:

ldd /etc/httpd/modules/mod_wsgi.so

What flavour of Linux are you on? Debian/Ubuntu, or some form of Red Hat Linux (RHEL, Centos, Fedora).

GrahamDumpleton avatar Sep 23 '22 21:09 GrahamDumpleton

BTW, at this point there has been no attempt to compile mod_wsgi with Apache 2.5 (dev stream) so it isn't known if it will even work for the future Apache version.

GrahamDumpleton avatar Sep 23 '22 21:09 GrahamDumpleton