Re: [users@httpd] Is it alive?

2013-09-17 Thread Lester Caine
Smith, Burton wrote: How do you tell if a server is running apache? * I can see processes running. * I can't surf to it - website is online but isn't responding to connection attempts. Firewall? Is it working as localhost on the machine. -- Lester Caine - G8HFL

Re: [users@httpd] Is it alive?

2013-09-17 Thread Jim Barchuk
HiHi! How do you tell if a server is running apache? * I can see processes running. * I can't surf to it - website is online but isn't responding to connection attempts. apachectl status will tell you if it's running. apachectl fullstatus will give more details and info about current

RE: [users@httpd] Is it alive?

2013-09-17 Thread Smith, Burton
Message- From: Jim Barchuk [mailto:j...@jbarchuk.com] Sent: Tuesday, September 17, 2013 3:14 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Is it alive? HiHi! How do you tell if a server is running apache? * I can see processes running. * I can't surf to it - website is online

Re: [users@httpd] Is it alive?

2013-09-17 Thread Peter Kühnlein
Am 18.09.2013 00:15, schrieb Smith, Burton: I'm told there are no firewall issues, but firewall does make the most sense. I'll have to look up the apachectrl. I don't think it is working correctly it says: * [root@dxnpb2 extra]# /usr/sbin/apachectl status * ELinks: SSL error *

Re: [users@httpd] Is it alive?

2013-09-17 Thread Mauricio Tavares
. --- Thanks, Burton L. Smith w:801-584-6164 c:801-201-2897 -Original Message- From: Jim Barchuk [mailto:j...@jbarchuk.com] Sent: Tuesday, September 17, 2013 3:14 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Is it alive? HiHi! How do you tell if a server is running

Re: [users@httpd] Is it alive?

2013-09-17 Thread Peter Kühnlein
Am 18.09.2013 00:15, schrieb Smith, Burton: I'm told there are no firewall issues, but firewall does make the most sense. I'll have to look up the apachectrl. I don't think it is working correctly it says: * [root@dxnpb2 extra]# /usr/sbin/apachectl status * ELinks: SSL error *

Re: [users@httpd] Is it alive?

2013-09-17 Thread Vincenzo D'Amore
if you try: # netstat -nltp you should see all listening sockets and related processes So you should see if apache is listening where is listening. if you see something like this: tcp0 0 0.0.0.0:80 0.0.0.0:* LISTEN 984/apache2 or this: tcp6