Page 1 of 1

xampp localhost error - service, endpoint not found

PostPosted: 15. November 2019 12:37
by Un-real studio
Hello everybody, this is my first post. I hope someone could help me
I've got a problem with localhost connection. Probably after windows update I receive an error why I try to start Apache service. As you can see on the screenshot, I get and error with port. I try to change the one with 8080, apache service start but localhost page's result doesn't change.
I already try to unistall and reinstall the program, turn on/off world wide web publishing service, and many other things read on web but without results. I could not enter also on phpmyadmin even if the mysql service is correctly started.

Anyone as got the same error?

XAMPP CONTROL PANEL
https://drive.google.com/file/d/1oS1HmkJlKcKObiLSuZfYhNBR0GnSgcDU/view?usp=sharing

127.0.0.1
https://drive.google.com/file/d/1TOJ5co3Wzm7dY_3P4itHuyEihi0mMAnC/view?usp=sharing

LOCALHOST
https://drive.google.com/file/d/130xEeUQ6Pgo0DaQ22SdGgz7yS95-uJQT/view?usp=sharing

LOCALHOST FOLDER OF MY PROJECT INSIDE HTDOCS
https://drive.google.com/file/d/1blno6EGFvDVQbikAIza0yw1WjDbbAR2X/view?usp=sharing

Re: xampp localhost error - service, endpoint not found

PostPosted: 15. November 2019 14:59
by Nobbie
Enter "Port 80 in use by “Unable to open process” with PID 4!" into Google, you will get tons of usefull topics.

Anyway, if you change Port 80 to 8080, you MUST(!) apply the Port in your URL (if you dont apply a Port in the URL, the browser takes Port 80 for http Protocoll, thats the default). Enter http://localhost:8080 for example.