docs icon indicating copy to clipboard operation
docs copied to clipboard

uwsgi.ini

Open kenneth-l-i opened this issue 6 years ago • 3 comments

Hi , i want to know which path should I put in the uwsgi.ini. if the virtualenv is in /dmoj/ is chdir /dmoj/site? how about pythonpath?

kenneth-l-i avatar Jan 29 '19 07:01 kenneth-l-i

I'm experiencing the same issue like @kenneth-l-i . It always show error when I use this command: uwsgi --ini uwsgi.ini "realpath() of uwsgi.ini failed: No such file or directory [core/utils.c line 3662]" I'm trying to figure out what happened but can't find anyway to fix it. Hope someone can help me.

Thanks!

hungnt14 avatar Sep 03 '21 11:09 hungnt14

It doesn't matter where you put the file, as long as you pass the correct path to uwsgi. If you are running uwsgi --ini uwsgi.ini, uwsgi.ini better exist in the current directory.

quantum5 avatar Sep 03 '21 11:09 quantum5

Hi , i want to know which path should I put in the uwsgi.ini. if the virtualenv is in /dmoj/ is chdir /dmoj/site? how about pythonpath?

Hi, did you solved that problem ?, i also confusing this.

tranvannhan1911 avatar Nov 08 '21 02:11 tranvannhan1911