X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=apache-paths.patch;h=1acf86f4418a0c68126ca5273c6ab682991fcfd5;hb=b41c8835fb30635cf45c0a6921ebc6bbcadfcd2d;hp=65bd1e052fc5b4092d6d0fd4661d7e66dd74737c;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69;p=packages%2Fapache.git diff --git a/apache-paths.patch b/apache-paths.patch index 65bd1e0..1acf86f 100644 --- a/apache-paths.patch +++ b/apache-paths.patch @@ -1,8 +1,13 @@ ---- httpd-2.2.0/docs/cgi-examples/printenv.save 2005-12-26 23:09:55.000000000 +0200 -+++ httpd-2.2.0/docs/cgi-examples/printenv 2005-12-26 23:09:55.000000000 +0200 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl +--- 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 - ## - ## printenv -- demo CGI program which just prints its environment - ## + +-# To permit this cgi, replace # on the first line above with the +-# appropriate #!/path/to/perl shebang, and on Unix / Linux also +-# set this script executable with chmod 755. +-# + # ***** !!! WARNING !!! ***** + # This script echoes the server environment variables and therefore + # leaks information - so NEVER use it in a live server environment!