Hello

Environment:
FreeBSD 9.1 AMD64
uwsgi-1.9.14

I searched about this [1] problem, but none of the solutions offered have
helped me.

The strange thing is that in my notebook works fine, but on a new server
I'm installing does not run.

My configuration (partial) is
[uwsgi]
uid=www
gid=www
pythonpath = /home/web2py/
module = wsgihandler
socket = 127.0.0.1:9001
master = true
processes = 1

if I change uid and gid to
uid=root
gid=wheel

start ok.

Any idea?

Best Regars
Jose


[1]

# cat /var/log/uwsgi.log
*** Starting uWSGI 1.9.14 (64bit) on [Thu Jul 25 13:44:32 2013] ***
compiled with version: 4.2.1 20070831 patched [FreeBSD] on 25 July 2013
11:27:13
os: FreeBSD-9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37
UTC 2013     [email protected]:/usr/obj/usr/src/sys/GENERIC
nodename: ibm-server
machine: amd64
clock source: unix
detected number of CPU cores: 4
current working directory: /usr/home/jose
writing pidfile to /var/run/uwsgi.pid
detected binary path: /usr/local/bin/uwsgi
setgid() to 80
setuid() to 80
your processes number limit is 5547
your memory page size is 4096 bytes
detected max file descriptor number: 16384
lock engine: POSIX semaphores
uwsgi socket 0 bound to TCP address 127.0.0.1:9001 fd 3
bind(): Permission denied [core/socket.c line 185]
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to