Apache stop working need help

Starting httpd: [Sun Nov 18 22:19:22 2012] [warn] NameVirtualHost 192.168.0.101:80 has no VirtualHosts [Sun Nov 18 22:19:22 2012] [warn] NameVirtualHost 192.168.0.101:443 has no VirtualHosts [Sun Nov 18 22:19:22 2012] [warn] NameVirtualHost *:8181 has no VirtualHosts /bin/bash: line 1: 4593 File size limit exceeded/usr/sbin/httpd [FAILED]

my apache stop working

restarted the server same issue please help

Status: 
Closed (fixed)

Comments

It sounds like a file size limit may have been setup for either root or your Apache user in /etc/security/limits.conf.

Can you either attach that file, or paste in it's contents? We can take a look at that and determine what in there might be causing that.

I just saw that you enabled Remote Support, I'm looking into this now.

It looks like the issue is related to the Google Site Map Apache plugin.

It's writing it's logs to this file here:

/usr/local/google-sitemap-generator/log/google-sitemap-generator.log

The problem is that file has grown too large -- it's 2GB now. And that was causing the module to fail to load, and thus Apache to fail.

What I did is rename that file to "google-sitemap-generator.log.orig", and then Apache was able to start up.

wowwwwwwwwwwwwwww You r the best

Thanks guys

Paul