WSGIRestrictProcess

E430993

WSGIRestrictProcess is a mod_wsgi configuration directive used to control and limit which WSGI applications or URLs can run in specific daemon processes within an Apache server.

All labels observed (1)

Label Occurrences
WSGIRestrictProcess canonical 1

How this entity was disambiguated

Statements (31)

Predicate Object
instanceOf Apache HTTP Server directive
mod_wsgi configuration directive
appliesTo daemon mode of mod_wsgi
argument URL or script name pattern
name of a WSGI daemon process group
canBeDeclaredMultipleTimes true
category Apache configuration security control
Apache process management control
configurationSyntax WSGIRestrictProcess process-group-name pattern
configuredBy Apache server administrator
controls mapping of URLs to daemon processes
mapping of WSGI applications to daemon processes
definedIn mod_wsgi
documentedIn mod_wsgi documentation
effect enforces process-level isolation of WSGI applications
prevents unauthorized WSGI applications from using a daemon process
ensures only configured applications can attach to a given daemon process group
introducedFor fine-grained control over WSGI daemon process usage
notApplicableTo embedded mode of mod_wsgi
patternType glob-style pattern
relatedTo WSGIDaemonProcess
WSGIProcessGroup NERFINISHED
scope server config
virtual host
supports resource isolation between WSGI applications
security hardening of WSGI deployments
typicalUseCase multi-tenant WSGI deployments
shared hosting environments
usedTo limit which URLs can run in a specific daemon process
limit which WSGI applications can run in a specific daemon process
usedWith Apache HTTP Server NERFINISHED

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

mod_wsgi configurationDirective WSGIRestrictProcess