From 1dab1d092d7ce8b9b1d2753be73542f9d9a6d2fb Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 29 Sep 2012 08:25:21 +0000 Subject: [PATCH] Fixed comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391771 13f79535-47bb-0310-9956-ffa450edef68 --- docs/cgi-examples/printenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cgi-examples/printenv b/docs/cgi-examples/printenv index be74feaa82..fca6f8a435 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 -- 2.40.0