Except for the optimizations and the additional
On certain unix operating systems, forking a process from a
multi-threaded server is a very expensive operation because the
new process will replicate all the threads of the parent
process. In order to avoid incurring this expense on each CGI
invocation,
This module is used by default instead of
ScriptSock
which gives the
name of the socket to use for communication with the cgi
daemon.
This directive sets the filename prefix of the socket to use for communication with the CGI daemon, an extension corresponding to the process ID of the server will be appended. The socket will be opened using the permissions of the user who starts Apache (usually root). To maintain the security of communications with CGI scripts, it is important that no other user has permission to write in the directory where the socket is located.
If file-path is not an absolute path, the location specified
will be relative to the value of
This directive limits the length of time to wait for more output from the CGI program. If the time is exceeded, the request and CGI are terminated.