• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Error during Apache web server configuration creation

Nostix

New Pleskian
When i try to rebuild the Apache web server configuration it fails with the following error:


Error: New configuration files for the Apache web server were not created due to the errors in configuration templates: httpd: Syntax error on line 1015 of /etc/httpd/conf/httpd.conf: Cannot load /usr/local/rvm/gems/ruby-2.3.1/gems/passenger-5.0.30/buildout/apache2/mod_passenger.so into server: /usr/local/rvm/gems/ruby-2.3.1/gems/passenger-5.0.30/buildout/apache2/mod_passenger.so: cannot open shared object file: No such file or directory.


I already went through the specified file but in line 1015 theres nothing which suits the given error. Can someone help me?
 
Last edited:
Try to find the line with mod_passenger.so in Apache config files with help of command:

# grep -R mod_passenger.so /etc/httpd/*

and then comment it.
Also can be useful command:

# plesk repair web
 
I executed both commands you wrote.

First one put out a file:
/etc/httpd/conf.d/passenger.conf

which only contained the line to load the mod_passenger.so
so i removed it.

I also did:
plesk repair web

which prompted, that everything is okay.

Sadly I am still getting the same error and i don't know why.
 
which only contained the line to load the mod_passenger.so
Do you mean exactly this line /usr/local/rvm/gems/ruby-2.3.1/gems/passenger-5.0.30/buildout/apache2/mod_passenger.so ?
You have to find the place in configs where exactly this module with this path is loaded.
 
Unfortunately i've searched every file i could find.
I also tried to find every file mentioning the mod_passenger.so File and there is literally no file or line where this path is mentioned.

I am very confused and i don't know what i should do.
 
Back
Top