apache stop frequently

jt2377

Verified User
Joined
Dec 26, 2005
Messages
55
it's weird that apache stopped few time a day or whenever i try to visit the website hosted on my server. where do i look for the log?

my server is running FreeBSD 5.3 and the current DA.
 
jmstacey said:
Its usually /var/log/

Good Luck :)

this is the apache error log from DA

[Mon Jan 2 19:50:00 2006] [error] Cannot remove module mod_perl.c: not found in module list
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.53:80 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.53:443 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.52:80 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.52:443 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.54:80 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.54:443 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.51:80 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] NameVirtualHost 72.232.45.51:443 has no VirtualHosts
[Mon Jan 2 19:50:00 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

the website should be on 72.232.45.50 how do i fix this problem?
 
I'm just guessing here, but I assume you have a server that has 5 ip addresses assigned to it: 72.232.45.50 ~ 72.232.45.54
I also assume that all accounts on your server are running on 72.232.45.50. That would explain why you see all the "NameVirtualHost has no VirtualHosts" warnings for the other 4 ip addresses. So your website already is on 72.232.45.50 which is why you don't see a warning for that ip address.
This doesn't explain the other errors in your log however. I'm sorry but I don't have a solution for that. Maybe someone else can help you with that.
 
Back
Top