• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Apache fails to restart after partial upgrade

R

redpaint

Guest
Hi All,

We cannot get apache2 restarted after a reboot of our FreeBSD 6.1 server after a partial (failed) upgrade to 8.3.

This is the 'helpful' message we get:

plesk# httpd -k restart
[Thu Jan 10 17:10:52 2008] [warn] module suexec_module is already loaded, skipping
[Thu Jan 10 17:10:52 2008] [warn] module logio_module is already loaded, skipping
[Thu Jan 10 17:10:52 2008] [warn] NameVirtualHost 195.***:443 has no VirtualHosts
[Thu Jan 10 17:10:52 2008] [warn] NameVirtualHost 195.***:443 has no VirtualHosts
[Thu Jan 10 17:10:52 2008] [warn] NameVirtualHost 195.***:443 has no VirtualHosts
httpd not running, trying to start
Segmentation fault (core dumped)

Nothing appears in the error logs.

Anyone have any suggestions?? It's a bit urgent now and I've exhausted all the options I can think of.
 
Look through your httpd.conf file and start commenting out modules you dont need, are in there twice, and what not.

That can help a lot of times
 
Thanks, got SWSoft to look at the problem and it came from apache using the wrong libs and upgrade to 8.3 failed due to incorrect perl path.
 
Back
Top