[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RaQ3 - Housing] - how to know if the httpd service is running from remote?



On Fri, 20 Sep 2002, antonio_slogan wrote:

> Hi all,
> I have a cobalt RaQ3 housed on another city.
>
> Sometime the ADSL line get into problems and the server does not show on
> the browser, but it responds on telnet.
>
> Is there a way to test the server status from telnet? at least the
> mail/httpd services?
>
Get SSH

 netstat -tupan | grep httpd
tcp 0   0 0.0.0.0:81   0.0.0.0:* LISTEN   9344/httpd.admsrv
tcp 0   0 0.0.0.0:444  0.0.0.0:* LISTEN   9344/httpd.admsrv
tcp 0   0 0.0.0.0:80   0.0.0.0:* LISTEN   22946/httpd
tcp 0   0 ip.ad.re.ss:443  0.0.0.0:* LISTEN  22946/httpd
admserv is listening on 81 and 444
httpd   is listening on 80 and 443 (only 80 ifs ssh is off)


netstat -tupan | grep sendmail
tcp 0  0 0.0.0.0:25  0.0.0.0:* LISTEN 0700/sendmail: acc
You should at least see it listening on prot 25

Gerald
--
http://frontstreetnetworks.com | http://raqware.com
229 Front Street, Ste. C, New Haven, CT. 06513-3203
Phone: +1 203-785-0699