• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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