Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - markben

Pages: [1]
1
Apache / Re: Starting httpd: (98)Address already in use
« on: April 19, 2016, 11:52:59 AM »
This does appear to be a major bug. There are other processes running on port 80 or 8181. You need to kill the running processes which can be done with the command fuser -k 80/tcp if httpd has stopped or fuser -k 8181/tcp if nginx has stopped.

Pages: [1]