• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

httpd start failing

A

Amross

Guest
I am attempting to start httpd and get the following error:

Starting httpd: Syntax error on line 37 of /etc/httpd/conf/httpd.include:
Cannot load /opt/jrun4/lib/wsconfig/psa/mod_jrun20.so into server: /opt/jrun4/lib/wsconfig/psa/mod_jrun20.so: cannot open shared object file: No such file or directory
[FAILED]

The jrun4 is coming from ColdFusion which I un-installed, so is no longer there. But obviously that did not remove it from the httpd file. How can I fix this?

I have tried re-installing and un-installing multiple times with rebooting in between, it was not successful.

Thanks in advance
 
You should be able to simply comment out the line pointing to mod_jrun20.so in your /etc/httpd/conf/httpd.include file, it should be on line 37 as per your error. Restart apache and you should be good.
 
Back
Top