Cannot listen to port 80 but 3000, 3080 without Apache

Mauro Stettler mauro.stettler at gmail.com
Mon Jan 4 16:20:16 MSK 2010


you have to start it as root, users don't have privs to open ports below 1024

On Mon, Jan 4, 2010 at 21:19, Arthur Chan <lists at ruby-forum.com> wrote:
> Hi Guys,
>
> I am using ubuntu and having nginx with thin (using sockets) and rails
> successfully --- only on port 3000 and 3080.
>
> When I try to change the nginx config and
> listen 80;
>
>
> it fails and the follows found in nginx/error.log
>
> 2010/01/04 21:08:25 [emerg] 21146#0: bind() to 0.0.0.0:80 failed (13:
> Permission denied)
>
>
>
> And I've checked what binding on port 80 but failed:
>
> arthur at ubuntuserver:~$ sudo netstat -plant | grep ':80'
> [sudo] password for arthur:
> tcp        0      0 0.0.0.0:8000            0.0.0.0:*
> LISTEN      21395/with_thin.con
> tcp        0      0 0.0.0.0:8025            0.0.0.0:*
> LISTEN      2999/master
> tcp6       0      0 :::8025                 :::*
> LISTEN      2999/master
> arthur at ubuntuserver:~$ lsof -i tcp:80
> arthur at ubuntuserver:~$ lsof -i tcp:8080
>
>
>
> Can you help me?
>
> Thanks a bunch!
> Arthur
> --
> Posted via http://www.ruby-forum.com/.
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list