You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/12/11 12:32:32 UTC

svn commit: r1420101 - in /httpd/httpd/branches/2.4.x: ./ docs/cgi-examples/printenv

Author: rjung
Date: Tue Dec 11 11:32:30 2012
New Revision: 1420101

URL: http://svn.apache.org/viewvc?rev=1420101&view=rev
Log:
Fixed comment.
Submitted by: fuankg
Backported by: rjung
Reviewed by: fuankg,rjung (CTR docs/comment)

Backport of r1391771 from trunk.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/cgi-examples/printenv

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1391771

Modified: httpd/httpd/branches/2.4.x/docs/cgi-examples/printenv
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/cgi-examples/printenv?rev=1420101&r1=1420100&r2=1420101&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/cgi-examples/printenv (original)
+++ httpd/httpd/branches/2.4.x/docs/cgi-examples/printenv Tue Dec 11 11:32:30 2012
@@ -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