Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 2710864632c67b992413b6a9a6ea103b > files > 1

apache-mod_fcgid-2.3.9-4.1.mga5.i586.rpm

<IfModule mod_fcgid.c>

    #FcgidAccessChecker - a absolute access checker file path

    #FcgidAccessCheckerAuthoritative - Set to 'off' to allow access control to be passed along to lower modules upon failure

    #FcgidAuthenticator - a absolute authenticator file path

    #FcgidAuthenticatorAuthoritative - Set to 'off' to allow authentication to be passed along to lower modules upon failure

    #FcgidAuthorizer - a absolute authorizer file path

    #FcgidAuthorizerAuthoritative - Set to 'off' to allow authorization to be passed along to lower modules upon failure

    #FcgidBusyScanInterval - scan interval for busy timeout process

    #FcgidBusyTimeout - a fastcgi application will be killed after handling a request for BusyTimeout

    #FcgidCmdOptions - set processing options for a FastCGI command

    #FcgidInitialEnv - an environment variable name and optional value to pass to FastCGI.

    #FcgidMaxProcessesPerClass - Max process count of one class of fastcgi application

    #FcgidMinProcessesPerClass - Min process count of one class of fastcgi application

    #FcgidErrorScanInterval - scan interval for exited process

    #FcgidIdleScanInterval - scan interval for idle timeout process

    #FcgidIdleTimeout - an idle fastcgi application will be killed after IdleTimeout

    #FcgidIOTimeout - Communication timeout to fastcgi server

    #FcgidConnectTimeout - Connect timeout to fastcgi server

    #FcgidMaxProcesses - Max total process count

    #FcgidMaxRequestInMem - The part of HTTP request which greater than this limit will swap to disk

    #FcgidMaxRequestLen - Max HTTP request length in byte

    #FcgidMaxRequestsPerProcess - Max requests handled by each fastcgi application

    #FcgidOutputBufferSize - CGI output buffer size

    #FcgidPassHeader - Header name which will be passed to FastCGI as environment variable.

    #FcgidFixPathinfo - Set 1, if cgi.fix_pathinfo=1 in php.ini

    #FcgidProcessLifeTime - fastcgi application lifetime

    #FcgidProcessTableFile - fastcgi shared memory file path

    #FcgidIPCDir - fastcgi socket file path
    FcgidIPCDir /var/lib/apache-mod_fcgid

    #FcgidSpawnScore - Score of spawn

    #FcgidSpawnScoreUpLimit - Spawn score up limit

    #FcgidTerminationScore - Score of termination

    #FcgidTimeScore - Score of passage of time (in seconds)

    #FcgidWrapper - The CGI wrapper file an optional URL suffix and an optional flag

    #FcgidZombieScanInterval - scan interval for zombie process

    # Use FastCGI to process .fcg .fcgi & .fpl scripts
    # Don't do this if mod_fastcgi is present, as it will try to do the same thing
    <IfModule !mod_fastcgi.c>
	AddHandler fcgid-script fcg fcgi fpl
    </IfModule>

</IfModule>