[CLUE-Tech] Apache question

Bill Gjestvang bill at uncultured.org
Tue Mar 16 10:41:31 MST 2004


The configuration items you've listed seem fine.  Here are some
suggestions on debugging.  If any of this is too basic, I apologize:
-See if apache is actually running:
    ps auxc|grep httpd
-Start or restart apache if you haven't already.  On most distros:
    /etc/init.d/apache restart
  or
    /etc/init.d/httpd restart
-Check your logs, especially error logs.  Most distros have them in:
    /var/log/apache
 Easiest I find is to sort by time: "ls -ltr", and look at the most recent.

Hope this helps.

-Bill Gjestvang

Francis X. Maier said:
> I'm having a difficult time setting up a simple Apache server on my
> Yellow Dog Linus 3.0 box.
>
> 1.  I use vi to go into /etc/httpd/conf/httpd.conf
>
> 2.  I write the ServerName as my static IP (don't have a domain name).
>
> 3.  I tell the server to listen to [static IP]:80
>
> 4.  DocumentRoot is default /var/www/html
>
> Do I need to remove the quotation marks in lines like "var/www/html" or
>  "/etc/httpd" to enable them?
>
> When I try to connect to my static IP from another computer, the
> connection just hangs and fails.  When I try to do it from my YDL box,
> I get a "connection refused" message.
>
> Any idea what I'm doing wrong?
>
> _______________________________________________
> CLUE-Tech mailing list
> Post messages to: CLUE-Tech at clue.denver.co.us
> Unsubscribe or manage your options:
> http://clue.denver.co.us/mailman/listinfo/clue-tech






More information about the clue-tech mailing list