> I loaded up the program did a basic configuration of the webserver,
> everything seemed fine but when I try to access the webserver I get a
> refuse connection.
First of all, can you ping the IP of the webserver?  If you can, the next thing to 
do is to see if your httpd daemon is running.  Do a
        ps -ax |grep httpd
If httpd is currently running, you will see a list of httpd pids.  The smallest PID 
is the parent.  If you don't see any, it means that you do not have the httpd 
running.

If httpd is running, and you can ping, check your hosts.deny file in /etc.  Make 
sure everything is remarked out.

HTH...


Vincent Tan [CNE, NCIP, CNA4, CNA3, MCP]
Commonwealth Credit Union
Network Coordinator
mailto:[EMAIL PROTECTED]


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to