Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > b916fbfcdb68b4df99c173b96847a11e > files > 6

apache-mod_wsgi-4.6.8-4.mga8.src.rpm

<IfModule mod_wsgi.c>

    # WSGIScriptAlias - Map location to target WSGI script file.

    # WSGIScriptAliasMatch - Map location pattern to target WSGI script file.

    # WSGIDaemonProcess - Specify details of daemon processes to start.

    # WSGISocketPrefix - Path prefix for the daemon process sockets.

    # WSGIAcceptMutex - Set accept mutex type for daemon processes.

    # WSGIPythonOptimize - Set level of Python compiler optimisations.

    # WSGIPythonExecutable - Python executable absolute path name.

    # WSGIPythonHome - Python prefix/exec_prefix absolute path names.

    # WSGIPythonPath - Python module search path.

    # WSGIRestrictStdin - Enable/Disable restrictions on use of STDIN.

    # WSGIRestrictStdout - Enable/Disable restrictions on use of STDOUT.

    # WSGIRestrictSignal - Enable/Disable restrictions on use of signal().

    # WSGIRestrictProcess - Limit selectable WSGI process groups.

    # WSGIProcessGroup - Name of the WSGI process group.

    # WSGIApplicationGroup - Name of WSGI application group.

    # WSGICallableObject - Name of entry point in WSGI script file.

    # WSGIPassAuthorization - Enable/Disable WSGI authorization.

    # WSGIScriptReloading - Enable/Disable script reloading mechanism.

    # WSGIReloadMechanism - Defines what is reloaded when a reload occurs.

    # WSGIOutputBuffering - Enable/Disable buffering of response.

    # WSGICaseSensitivity - Define whether file system is case sensitive.

</IfModule>