Error whilst using Apache2 on Ubuntu
Go to solution
Solved by Sauron,
check if anything is using ports 80 and 443:
netstat -lnp | grep -e :80 -e :443
and kill those processes.
check your configuration and make sure it's NOT like this:
Listen 0.0.0.0:80
Listen [::]:80
if it is, remove the second line.
-
Topics
-
0
-
anothertealtiger ·
Posted in Programs, Apps and Websites0 -
Mumintroll ·
Posted in Programs, Apps and Websites3 -
ElDTac ·
Posted in CPUs, Motherboards, and Memory3 -
HunterSVK ·
Posted in Troubleshooting2 -
Ozzi ·
Posted in Networking5 -
2
-
MadManMarsBar ·
Posted in Build Logs3 -
IAmAndre ·
Posted in New Builds and Planning8 -
4
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now