From: Guenter Knauf Date: Sat, 29 Sep 2012 08:25:21 +0000 (+0000) Subject: Fixed comment. X-Git-Tag: 2.5.0-alpha~6261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dab1d092d7ce8b9b1d2753be73542f9d9a6d2fb;p=thirdparty%2Fapache%2Fhttpd.git Fixed comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/cgi-examples/printenv b/docs/cgi-examples/printenv index be74feaa82e..fca6f8a435b 100644 --- a/docs/cgi-examples/printenv +++ b/docs/cgi-examples/printenv @@ -1,8 +1,8 @@ # # 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