Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 99fa9eaa7792524e80c4e09aaaecaf36 > files > 1

apache-mod_wsgi-2.3-3mdv2009.1.src.rpm

<IfDefine HAVE_WSGI>
    <IfModule !mod_wsgi.c>
	LoadModule wsgi_module	extramodules/mod_wsgi.so
    </IfModule>
</IfDefine>

<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>