If you have dash-sh installed, apache2 completely fails to start: Nov 04 21:52:14 f3 start_apache2[55066]: /usr/sbin/start_apache2: 158: Syntax error: "(" unexpected OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=710
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
#
|
|
# The length of time in seconds to wait for more output
|
|
# from a CGI program.
|
|
#
|
|
# This will prevent a DoS if too many CGI's don't send their output quickly
|
|
# enough.
|
|
# The value for CGIDScriptTimeout defaults to the value of Timeout.
|
|
# CGIDScriptTimeout is used by mod_cgid only!
|
|
#
|
|
|
|
<IfModule mod_cgid.c>
|
|
CGIDScriptTimeout 60
|
|
</IfModule>
|
|
|
|
|