Apache down

AKIN

Verified User
Joined
Apr 30, 2006
Messages
5
vercion 2.0.59
[root@debianhosting root]# clear

[root@debianhosting root]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Wed Oct 11 20:29:15 2006] [error] VirtualHost 212.175.208.118:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not support ed, proceeding with undefined results
[Wed Oct 11 20:29:16 2006] [error] VirtualHost 212.175.208.118:0 -- mixing * por ts and non-* ports with a NameVirtualHost address is not supported, proceeding w ith undefined results
[ OK ]


killall -1 httpd ???
messages no proces killed
helppp
 
If your system stops httpd and says OK then it must be running. Can you browse any of your domains? If so, then httpd is running.

Have you made any custom changes to your httpd.conf file?

Found on the 'net:
There are two reasons may cause this error. First, you may not have a
port defined after the NameVirtualHost directive; second, you have
different ports in your VirtualHost directives, i.e. 8077 and 80. Try
keep NameVirtualHost and VirtualHost directive consistent with or
without ports and /or use a single port either 8077 or 80 if you want to
use a port.
 
Back
Top