About 727,000 results
Open links in new tab
  1. windows - What exactly is going on when I go to localhost:8080 in …

    Jul 1, 2015 · Making it simple, localhost as a web address connects to your local machine, where in this case you have Apache installed as web server. The second part, :8080, means connect …

  2. php - http://localhost:8080 is not working on running apacher …

    I am unable to configure a PHP/MySQL/Apache environment on my local machine using XAMPP. In my xampp control panel the Apache and MySQL status is shown as started, but localhost …

  3. tcp - Access local webserver on port 8080 in home network using …

    Jul 10, 2017 · this is quite new to me so I hope it is clear what I try to ask. On my windows 10 pro I have installed a small application which runs as a webserver on port 8080. I can access it …

  4. windows - How to kill a localhost:8080 - Super User

    Mar 5, 2019 · I'm trying to kill a dev server setup via yarn on Windows. While I Ctrl+C'd the command prompt, when I went back to localhost:8080 it had not stopped. How can I kill the …

  5. "localhost:8080" works fine but "localhost" doesn't - Super User

    Mar 11, 2014 · What doesn't work? are you talking about apache2 web service? as in you can't reach the page if you don't specify port 8080? localhost is just an address (127.0.0.1), so if …

  6. How to map "localhost:8080" to simply "localhost"? - Server Fault

    You can set up a reverse proxy to serve at port 80, and forward all requests to 8080. Apache is one of the web servers that can do this for you. There is a basic reverse proxying example in …

  7. windows - Can't connect to local host in Windows10 Pro despite …

    Mar 19, 2025 · ERR_CONNECTION_REFUSED is the expected result when there is no process listening to that port 8080 There must be a process listening to the port you're connecting to, …

  8. localhost port 8080 doesn't respond but using 127.0.0.1:8080 does …

    When I try to access locahost:8080, I get The localhost page isn’t working localhost didn’t send any data. ERR_EMPTY_RESPONSE but if I try: 127.0.0.1:8080, I get the response I'm looking …

  9. Apache Tomcat 6.0.53 is starting, but access to …

    Jan 30, 2025 · The project restrictions force me to use Java 1.6 and partly Java 17. The Spring Boot version is 3.2.6.RELEASE. MVVM is implemented with ZK Studio 5.0, and Apache …

  10. How to access Windows localhost server on port 8080 from WSL2?

    Jun 24, 2025 · I have a web server running on port 8080 on my Windows, and I want to access that from my WSL2 Ubuntu on Windows 11. But I am not able to do that. When I do curl, it get …