--- 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 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!