logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache2 indicates listening, will not serve pages
Author
Forbin117



Joined: 13 Oct 2018
Posts: 2
Location: USA, Knoxville

PostPosted: Fri 26 Oct '18 17:37    Post subject: Apache2 indicates listening, will not serve pages Reply with quote

I have apache 2 running on a nonstandard port. Systemctl status indicates apache is listening on this port. No connections are made. Will not respond on localhost, localhost:port, localip:port, publicip:port, or fqdn:port. will not respond to localhost/munin. Nothing I change has any affect. What the hell am I doing wrong? ports.conf and 000-default.conf both reflect nonstandard port. No other websites are attempting to be served on this computer. I have followed every tutorial I can find. Everything indicates that my LAMP stack is correct. It even served the apache2 debian default page correctly until I wordpress, at which point it stopped serving. After removing wordpress it still refuses to serve. Someone please tell me what logs they need me to post to figure this out.

Thank you in advance,
Forbin117
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 06 Nov '18 12:36    Post subject: Reply with quote

You may find out using

Code:
sudo netstat -tulpn
Back to top


Reply to topic   Topic: Apache2 indicates listening, will not serve pages View previous topic :: View next topic
Post new topic   Forum Index -> Apache