About 51 results
Open links in new tab
  1. How do I free my port 80 on localhost Windows? - Stack Overflow

    Apr 25, 2009 · I installed XAMPP 1.6.8 and for some reason it didn't work. Later realized port 80 is not free or not listening. How can …

  2. How to close TCP and UDP ports via windows command line

    Dec 31, 2011 · Does somebody knows how to close a TCP or UDP socket for a single connection via windows command line? …

  3. ¿Por qué no está funcionando el método stopListening ()? Android Java

    Jul 10, 2019 · Como lo mencionas, hace tiempo se tenía un "bug" en SpeechRecognizer.stopListening () el cual fue "solucionado", a …

  4. speech recognition - Android SpeechRecognizer: stopListening () vs ...

    Apr 21, 2011 · Well, you cancel the SpeechRecognition, i.e. I would assume there is no result handed back to you, whereas on …

  5. Windows could not start the Apache2 on Local Computer - problem

    Oct 12, 2008 · Go to Control panel --> Programs and features -->click Turn Windows features on and off --> see IIS is Checked Or …

  6. How do I programmatically shut down an instance of ExpressJS?

    I'm trying to figure out how to shut down an instance of Express. Basically, I want the inverse of the .listen(port) call - how do I get an …

  7. How to stop a python socket.accept() call? - Stack Overflow

    Apr 10, 2012 · Close the listening socket from another thread - the accept () will raise an exception if it fails. Open a local connection …

  8. c# - Proper way to stop listening on a Socket - Stack Overflow

    Dec 19, 2016 · I have a server that listens for a connection on a socket: public class Server { private Socket _serverSocket; public …

  9. Can't connect to Flask web service, connection refused

    May 31, 2015 · If you are work on macbook, use other port than 5000 because Control Center is listening to port 5000 and port 7000. …

  10. http - NGINX doesn't stop listening 80 port - Stack Overflow

    May 16, 2021 · i want nginx to stop listen 80 port, and only listen https port So I changed config file like this: But its still listening http …