unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 691 forks source link

[BUG]uwsgi --emperor /etc/uwsgi.d #303

Closed 29x10 closed 11 years ago

29x10 commented 11 years ago

if the config files in the /etc/uwsgi.d directory are symbolic links, the uwsgi --emperor /etc/uwsgi.d didn't work out.

I have to copy all the config files into /etc/uwsgi.d

29x10 commented 11 years ago

runing configs in /etc/uwsgi.d by hand, like uwsgi --ini rate_uwsgi.ini, I got this.

[uWSGI] getting INI configuration from rate_uwsgi.ini open("rate_uwsgi.ini"): Too many levels of symbolic links [core/io.c line 431]

unbit commented 11 years ago

i think you have another problem to raise that error (too many levels) you have made some loop

29x10 commented 11 years ago

thanks