No web page or port 80

Having issues? Post them here, and help other users.
Post Reply
ChorleyCake
Junior Member
Posts: 4
Joined: Thu Jul 06, 2017 8:30 am

No web page or port 80

Post by ChorleyCake »

Hi

I've woke to a zillion emails saying NEMS http is down. Port scanned and there is no port 80?
Rebooting has no effect. Is there a command to start it and keep it there?

Thankyou in advance
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: No web page or port 80

Post by Robbie Ferguson »

Trying to understand what you're asking. Can you SSH to the unit? If not, perhaps your SD card failed. If yes, you'll need to explain what you are experiencing.
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
ChorleyCake
Junior Member
Posts: 4
Joined: Thu Jul 06, 2017 8:30 am

RE: No web page or port 80

Post by ChorleyCake »

Robbie Ferguson wrote: Trying to understand what you're asking. Can you SSH to the unit? If not, perhaps your SD card failed. If yes, you'll need to explain what you are experiencing.
Yes can ssh into it. As I said port 80 (and the Web page obviously) not there. Port 22 is there and I can ssh into it, all is working, still emailing warning for the devices I'm monitoring just no Web page. And rebooting changes nothing. It happened overnight whatever went wrong and as I said I had dozens of emails warning about NEMS HTTP check failed by the time I woke up.
I'm baffled (although I'm a Linux noob)
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: No web page or port 80

Post by Robbie Ferguson »

Very odd. You didn't install any additional software such as a firewall by chance? Just want to rule that out.

So the first thing I'd do, in that state, is check the status of the web server.

Code: Select all

systemctl status apache2
Is it running? Does it tell you anything is wrong?

Try starting it if it is stopped.

Code: Select all

systemctl start apache2
Since you have SSH access working, you can email me the info to connect and I'll be happy to take a look for you if you're stuck.
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
Post Reply