• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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