The httpd server runs under user www. In my web deployment setup, the
httpd server communicates over uWSGI/gunicorn server over unix domain
sockets.
I am not able to launch uwsgi (or gunicorn) server under www user.
The command
"doas -u www <launchcmd>" gives error
"operation not permitted".  As root, trying to lauch a shell "su www
-l /bin/bash" returns "The account is currently not available".
Whats the recommended way to launch process under www?

Thanks.
-S

Reply via email to