• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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