• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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