[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SSO support for buildd.d.o / writing to wanna-build from www-data



On Thu, 08 Aug 2019, Philipp Kern wrote:

> Done, thanks #7892.
> Sounds good, filed #7893 for that. Thanks!

Seems that RT#7892 and RT#7893 have been resolved by Julien already.
Yay.

> > Then apache can easily launch your wsgi thing as a specific user and
> > voila.
> 
> Where should the socket live for that?

Not sure that's a meaningful question if apache launches the process.

It'd be configured similar to this:

| WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=/ processes=4 threads=9 maximum-requests=5000 inactivity-timeout=1800 umask=0077 display-name=wsgi-snapshot.debian.org
[..]
| <VirtualHost ...>
[..]
|   WSGIScriptAlias / /srv/snapshot.debian.org/bin/snapshot.wsgi
|   WSGIProcessGroup snapshot.debian.org
[..]

Cheers,
-- 
                            |  .''`.       ** Debian **
      Peter Palfrader       | : :' :      The  universal
 https://www.palfrader.org/ | `. `'      Operating System
                            |   `-    https://www.debian.org/


Reply to: