X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache-paths.patch;h=e195a1595d1058532930efd7cbaf1467b53629ea;hp=65bd1e052fc5b4092d6d0fd4661d7e66dd74737c;hb=af4f8313df3d4f53c3ae5294c8aa7f673b6b7268;hpb=d6bfc52b46405313f9cd0e009bad54b0536e91b0 diff --git a/apache-paths.patch b/apache-paths.patch index 65bd1e0..e195a15 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.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 +@@ -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 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.