Screwed up httpd.conf

lifegauge

Verified User
Joined
Nov 5, 2004
Messages
13
I attempted to install coldfusion mx on my server and I *think* I accidentally screwed up my httpd.conf file because now, all my domains are inaccessible.

when I try to access it, it says "the connection was refused when connecting to www.lifegauge.com".

I have tried to replace the httpd.conf with the original httpd.conf that came with DirectAdmin, I have also restarted Apache ...

Please help.
 
Make sure your users httpd.conf files are also included in the main httpd.conf
User httpd.conf files are located in each users directory in /usr/local/directadmin/data/users/
*Might want to make sure the user .conf files haven't been affected.


For example, something like this should be at the very bottom of the main httpd.conf for every user.
Code:
Include /usr/local/directadmin/data/users/username/httpd.conf
 
Or :) When you restart apache, it should give an error, if you give that to us we can narrow down the possibilities ;)

Other way is to check the /var/log/messages and give any apache related info to us ;) (must be in there when restarting)
 
Back
Top