15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
--- module/t/conf/extra.conf.in.orig 2022-08-18 09:18:20 UTC
|
|
+++ module/t/conf/extra.conf.in
|
|
@@ -2,7 +2,10 @@
|
|
ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
|
|
</IfModule>
|
|
|
|
-
|
|
+<IfModule mod_dumpio.c>
|
|
+ DumpIoInput on
|
|
+ DumpIoOutput on
|
|
+</IfModule>
|
|
|
|
<Directory "@ServerRoot@/cgi-bin">
|
|
AllowOverride None
|