You already have an application listening on port 8080. You can find it using netstat(1).
On Monday, April 20, 2015 01:34:51 PM daBee wrote: > Hi folks. > > Brand new to nginx. I'm trying to run 3 vhosts on my workstation to get > familiar with nginx. > > alpha > bravo > charlie > > I'm using bravo in the main nginx.conf pointing to /var/www/alpha/ > > bravo and charlie are in settings/vhosts.conf into /var/www/bravo and > /var/www/charlie > > Upon trying to start nginx (installed via homebrew on OSX), I get the > following: > > HQ:~ rich$ sudo nginx > nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) > nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) > nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) > nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) > nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) > nginx: [emerg] still could not bind() > > Not too sure what that means. I'm sure it's a directive that's not entered > for localhost. > > Anyway, any leadership appreciated as to how to get this thing going. > > Cheers > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,258229,258229#msg-258229 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx -- Best regards, Styopa Semenukha. _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
