• 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

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