mod wsgi - What is the significance of the name argument to WSGIDaemonProcess? -


the first argument wsgidaemonprocess name so:

wsgidaemonprocess name [ options ] 

but name map or affect? matter is? if so, matter?

the name doesn't map else, other things map name.

in particular, if don't have wsgiprocessgroup or process-group options on appropriate configuration directives name, nothing delegated use set of processes running wsgi application. need use wsgiprocessgroup mentioned in documentation refer to.

as value of name, you.


Comments