]> TLD Linux GIT Repositories - packages/apache.git/blob - apache-paths.patch
1acf86f4418a0c68126ca5273c6ab682991fcfd5
[packages/apache.git] / apache-paths.patch
1 --- httpd-2.4.4/docs/cgi-examples/printenv.orig 2012-12-17 22:47:48.000000000 +0100
2 +++ httpd-2.4.4/docs/cgi-examples/printenv      2013-02-28 21:05:57.651099413 +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 on Unix / Linux also
9 -# set this script executable with chmod 755.
10 -#
11  # ***** !!! WARNING !!! *****
12  # This script echoes the server environment variables and therefore
13  # leaks information - so NEVER use it in a live server environment!