[modwsgi] WSGI and Impersonation

2014-08-20 Thread Mario Doehring
Hi, I don't know if this is the right place for my problem, so I'm sorry if not...I'm new in Apache and Python and google now for two weeks but could't find a solution for my problem, so hopefully you have some ideas... I'm using Apache 2.2 64bit on Windows 7 with WSGI 3.5 and SSPI 1.0.4.,

Re: [modwsgi] WSGI and Impersonation

2014-08-20 Thread Bill Freeman
I'm not sure if this transfers to Windows, but for Apache started as root (Administrative user?), and mod_wsgi running with daemon processes, it is possible to specify as what user and group (group may not be relevant on Windows) the daemon processes run. But it is also unusual to have to be

Re: [modwsgi] WSGI and Impersonation

2014-08-20 Thread Graham Dumpleton
Windows doesn't have daemon mode and it wouldn't really help in this case even on Linux. In some cases for database on UNIX, if daemon mode runs as a special user then it can be granted access to a database without a password through local UNIX socket access, but that is the user of the whole