About 711,000 results
Open links in new tab
  1. Localhost works but Computer Name does not - Server Fault

    Jan 29, 2010 · 4 When I'm trying to connect to my iis with localhost, everything works fine. When I'm trying to connect with the name of my computer instead of localhost, it doesn't work. I've …

  2. IIS activated but localhost page won't work - Windows 7 Help …

    Feb 21, 2019 · IIS activated but localhost page won't work Hey all! I am setting up a workspace for a temporary project. I already set VS and SQL-Server (both are running fine) but now I am …

  3. apache 2.2 - http://localhost not working - Server Fault

    1 ::1 is the IPv6 version of localhost, so it is working. Localhost always translates to the loopback IP address 127.0.0.1 in IPv4, or ::1 in IPv6.

  4. Browsing to localhost not working after Apache installed

    It could be that your hosts file does not map localhost to the loopback IP (127.0.0.1). On Windows, your hosts file should be at \Windows\system32\drivers\etc\hosts.

  5. Unable to Access Docker Container Services on WSL2 from …

    Jun 16, 2024 · I am having trouble with Windows + WSL 2 (networkingMode=mirrored) + Docker setup myself, not being able to access docker-compose service as localhost:port from the …

  6. HTTPS not working; binding set, certificate installed

    I've installed the certificate and set up the HTTPS bindings. However, when I load the site on HTTPS it does not load. I've looked at all the settings but everything seems correct. I've restarte...

  7. MySQL connection works with localhost but not with 127.0.0.1

    Jul 22, 2014 · I recently broke a working installation where most clients are Java-based. The CLI tools would work, but the Java clients all stopped dead in their tracks. In my case, the culprit …

  8. java - 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 …

  9. IIS refuses connection to localhost and 127.0.0.1 - Server Fault

    Nov 29, 2013 · Your service is bound only on 172.16.2.187 and not to the loopback addresses (127.0.0.1, ::1:). You need to reconfigure IIS to listen on the loopback address of your choice, …

  10. 127.0.0.1 is working but localhost is not working on mac XAMPP

    The 'Test Page for Apache installation' IS the webpage served when you access localhost, so that part's working. If that's not what you had before, something has changed the files in the …