[PATCH v2] docker: add Docker files for running an Apache mod_wsgi server

Antoine Pitrou solipsis at pitrou.net
Mon Nov 24 16:41:58 CST 2014


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.

Regards

Antoine.




More information about the Mercurial-devel mailing list