[wellylug] re:Website not visible

Cliff Pratt enkidu at cliffp.com
Sun Jan 28 10:45:24 NZDT 2007


John Durham wrote:
> I just searched for logs (thanks Andre) and found two:
> /var/log/apache2/access.log.1
> The last 2 entries here were:
> 65.55.208.140 - - [15/Jan/2007:18:45:48 +1300] "GET /indexaccounts.html
> HTTP/1.0" 200 31036 "-" "msnbot/1.0 (+http://search.msn.com/msnbot.htm)"
> 70.190.160.21 - - [15/Jan/2007:18:46:03 +1300] "POST /cgi-bin/links2.cgi
> HTTP/1.0" 500 16184 "http://modecideas.com/links2.html" "Mozilla/3.0
> (compatible)"
> 
> /var/log/apache2/errorlog.1
> The last 2 entries in this one were:
> [Mon Jan 15 18:46:03 2007] [error] [client 70.190.160.21] (2)No such
> file or directory: exec of '/var/www/modecideas.com/cgi-bin/links2.cgi'
> failed, referer: http://modecideas.com/links2.html
> [Mon Jan 15 18:46:03 2007] [error] [client 70.190.160.21] Premature end
> of script headers: links2.cgi, referer:
> http://modecideas.com/links2.html
> 
> The error is probably a simple script header problem easily fixed. The
> script is a dummy place holder of little importance.
> 
> After this both logs just stop. The server has been re-started without
> result. Port 80 does not show up in netstat any more.
> 
> I'm very puzzled.
 >
I was going to say to restart the web server, that is, apache. On a 
Debian system it would go like this:

I think you have apache2 don't you?

/etc/init.d/apache2 stop
/etc/init.d/apache2 start

Note any messages.

Do you have any 'Listen' directives in /etc/apache2/apache2.conf and any 
of the sites in /etc/apache2/site-enabled?

Cheers,

Cliff




More information about the wellylug mailing list