]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-paths.patch
- mod_authn/z_core provide mod_authn/z_default to smooth upgrade
[packages/apache.git] / apache-paths.patch
1 --- httpd-2.4.1/docs/cgi-examples/printenv.orig 2008-09-06 22:26:15.000000000 +0200
2 +++ httpd-2.4.1/docs/cgi-examples/printenv      2012-02-22 00:03:03.259441113 +0100
3 @@ -1,9 +1,5 @@
4 -#
5 +#!/usr/bin/perl
6  
7 -# To permit this cgi, replace # on the first line above with the
8 -# appropriate #!/path/to/perl shebang, and set this script executable
9 -# with chmod 755.
10 -#
11  # Note that it is subject to cross site scripting attacks on MS IE
12  # and any other browser which fails to honor RFC2616, so never use
13  # it in a live server environment, it is provided only for testing.