[PATCH v2] docker: add Docker files for running an Apache mod_wsgi server
Antoine Pitrou
solipsis at pitrou.net
Tue Nov 25 00:49:12 UTC 2014
On Mon, 24 Nov 2014 15:12:26 -0800
Gregory Szorc <gregory.szorc at gmail.com> wrote:
> On 11/24/14 2:41 PM, Antoine Pitrou wrote:
> > On Sat, 22 Nov 2014 10:36:03 -0800
> > Gregory Szorc <gregory.szorc at gmail.com> wrote:
> >> +
> >> + WSGIDaemonProcess hg processes=${WSGI_PROCESSES} threads=${WSGI_THREADS} maximum-requests=${WSGI_MAX_REQUESTS} user=www-data group=www-data display-name=hg-wsgi
> >
> > Again, maximum-requests shouldn't be used with hgweb. See the previous
> > review for why.
>
> And a reply to your concerns stated it isn't a problem with modern
> versions of mod_wsgi.
Where was that? I can't find it in that thread:
http://www.selenic.com/pipermail/mercurial-devel/2014-November/063676.html
> Using this Docker container with maximum-requests=1, I can confirm
> pushing and pulling work just fine.
Good to know.
Regards
Antoine.
More information about the Mercurial-devel
mailing list