diff options
Diffstat (limited to 'dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-apache-docs.patch')
-rw-r--r-- | dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-apache-docs.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-apache-docs.patch b/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-apache-docs.patch new file mode 100644 index 000000000000..45d35176a0ec --- /dev/null +++ b/dev-perl/SpeedyCGI/files/SpeedyCGI-2.22-apache-docs.patch @@ -0,0 +1,18 @@ +Author: Niko Tyni <ntyni@iki.fi> +Description: Documentation for bug #204461. +--- a/src/SpeedyCGI.src ++++ b/src/SpeedyCGI.src +@@ -250,6 +250,13 @@ + be Speedy followed by the option name. For example to set the + Timeout option, use the apache directive SpeedyTimeout. + ++Note that these variables are global. There is currently no way to run ++different scripts with different SpeedyCGI options when they are run ++from the Apache module. Any <Directory> or <Location> contexts ++have no effect on the scope of the SpeedyCGI options. When the ++same SpeedyCGI option is set several times, the last one overrides ++the others. ++ + =back + + =head2 Context |