--- 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 -# 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.