apache Remaining processes

bigboy

Verified User
Joined
Nov 25, 2005
Messages
188
Location
USA
apache Remaining processes

/usr/local/etc/rc.d/httpd restart
Stopping httpd: [ OK ]
Remaining processes: 1
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[Sun Feb 26 08:23:35 2006] [warn] NameVirtualHost 202.142.222.231:80 has no VirtualHosts
[Sun Feb 26 08:23:35 2006] [warn] NameVirtualHost 202.142.222.231:443 has no VirtualHosts


and pid

pid 17104 (httpd), uid 1004: exited on signal 11
pid 2380 (httpd), uid 1004: exited on signal 11
pid 8630 (httpd), uid 1004: exited on signal 11
pid 7041 (cpio), uid 0 inumber 49539 on /mnt: filesystem full
 
Did you see that last line you posted?

It appears you have a full filesystem.

Try:

# df -h

If you don't understand the output, post it here.

Jeff
 
# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad4s1a 496M 102M 354M 22% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/ad4s1e 248M 52K 228M 0% /tmp
/dev/ad4s1f 130G 10G 110G 8% /usr
/dev/ad4s1d 9.7G 691M 8.2G 8% /var
procfs 4.0K 4.0K 0B 100% /proc
 
That appears to be FreeBSD output to me.

I'm sorry but I'm not familiar enough with FreeBSD to figure it out.

Let me know if it is, and if you still haven't gotten it resolved.

If you tell me the FreeBSD version you're running I can move the post to a forum where more people may see it.

Jeff
 
Back
Top