Apache + WSGI: Address already in use: make_sock: could not bind to address
问题 I get the following message when I try to start Apache2: * Restarting web server apache2 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:2080 no listening sockets available, shutting down Unable to open logs Action 'start' failed. The Apache error log may have more information. uwsgi is listening on that port: sudo netstat -ltnp | grep ':2080' tcp 0 0 0.0.0.0:2080 0.0.0.0:* LISTEN 884/uwsgi Before that I installed wsgi manually sudo apt-get install libapache2-mod-wsgi