connection refused after PHP5 upgrade

CyberTaz

Verified User
Joined
Oct 30, 2004
Messages
6
Hello,
I've upgraded to PHP5 and now I get a connection refused on all the domains. I can connect no problem to direct admin but the domains don't work...

Any idea on why this happend?
Any input would be greatly appreciated.

Thank you for your time and help ..
 
Http isn't starting because of an error, probably in the /etc/httpd/conf/httpd.conf file.

From the command line as root, try:

# service httpd start

and watch for the error message.

Jeff
 
If you're sure the httpd daemon is running and static domains with index.html won't run, then most likely your /etc/httpd/conf/httpd.conf file is damaged or has been replaced by one not designed for DA.

Jeff
 
I got it figured out ... I had a syntax error in my httpd.conf file ...

I got it solved now ...

Thank you for your input ...
 
Back
Top