X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-paths.patch;h=1acf86f4418a0c68126ca5273c6ab682991fcfd5;hp=e195a1595d1058532930efd7cbaf1467b53629ea;hb=a4cac23f9e06b9e3ea4f6678f43e938ad0dad931;hpb=6eaec7d58a91e0cd2986bcd33472bfd99271f6b7 diff --git a/apache-paths.patch b/apache-paths.patch index e195a15..1acf86f 100644 --- a/apache-paths.patch +++ b/apache-paths.patch @@ -1,13 +1,13 @@ ---- httpd-2.4.1/docs/cgi-examples/printenv.orig 2008-09-06 22:26:15.000000000 +0200 -+++ httpd-2.4.1/docs/cgi-examples/printenv 2012-02-22 00:03:03.259441113 +0100 +--- httpd-2.4.4/docs/cgi-examples/printenv.orig 2012-12-17 22:47:48.000000000 +0100 ++++ httpd-2.4.4/docs/cgi-examples/printenv 2013-02-28 21:05:57.651099413 +0100 @@ -1,9 +1,5 @@ -# +#!/usr/bin/perl -# To permit this cgi, replace # on the first line above with the --# appropriate #!/path/to/perl shebang, and set this script executable --# with chmod 755. +-# appropriate #!/path/to/perl shebang, and on Unix / Linux also +-# set this script executable with chmod 755. -# - # Note that it is subject to cross site scripting attacks on MS IE - # and any other browser which fails to honor RFC2616, so never use - # it in a live server environment, it is provided only for testing. + # ***** !!! WARNING !!! ***** + # This script echoes the server environment variables and therefore + # leaks information - so NEVER use it in a live server environment!