summaryrefslogtreecommitdiff
path: root/docs/cgi-examples
Commit message (Collapse)AuthorAgeFilesLines
* Added a warning that these scripts leak information.Guenter Knauf2012-12-174-12/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1423166 13f79535-47bb-0310-9956-ffa450edef68
* Add CGI sample to show how JScript can be used (BZ51359).Guenter Knauf2012-09-291-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391773 13f79535-47bb-0310-9956-ffa450edef68
* Changed WScript.Echo to WScript.StdOut.WriteLine becauseGuenter Knauf2012-09-291-9/+6
| | | | | | | | | WScript.Echo seems to mess up output with Locale; avoid Split() usage since it seems not consistent with all versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391772 13f79535-47bb-0310-9956-ffa450edef68
* Fixed comment.Guenter Knauf2012-09-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1391771 13f79535-47bb-0310-9956-ffa450edef68
* Make printenv.vbs inactive by default.Guenter Knauf2012-09-201-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388054 13f79535-47bb-0310-9956-ffa450edef68
* Added VBScript CGI sample for Windows.Guenter Knauf2012-09-191-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387439 13f79535-47bb-0310-9956-ffa450edef68
* Encourage best practice, even though it's a trivial example.Rich Bowen2012-05-091-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335882 13f79535-47bb-0310-9956-ffa450edef68
* Ensure it's abundently clear that these scripts may be bad newsWilliam A. Rowe Jr2008-09-062-2/+19
| | | | | | | | | | with stupid-assed clients which contravine their prime directives, such as content-type, or do not harm humans. Flaws such as utf-7 decoding ensure that even txt->html transforms are insufficient. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@692727 13f79535-47bb-0310-9956-ffa450edef68
* Add charset to the painfully old example scripts.Roy T. Fielding2004-12-112-2/+2
| | | | | | | | | These should really be replaced with proper encoding of the output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111580 13f79535-47bb-0310-9956-ffa450edef68
* These files cannot be distributed at present - Justin, update your RC.32William A. Rowe Jr2002-02-131-26/+0
| | | | | | | | | | | | | | Win32 is not escaping or rejecting ANY hazerdous shell command strings in Apache 2.0 at present. These would include the pipe character (|) which allows the user to construct malicious request strings. This needs consideration in code and configuration before we reintroduce a batch-file based example. Reported by: Ory Segal <ORY.SEGAL@SANCTUMINC.COM> 13 Feb 2002 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93393 13f79535-47bb-0310-9956-ffa450edef68
* Additional enlightenment for users trying to understand win32 .bat scripts.William A. Rowe Jr2001-09-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91096 13f79535-47bb-0310-9956-ffa450edef68
* Hmmm... this is cmd (or command) ... not sh :)William A. Rowe Jr2001-07-261-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89743 13f79535-47bb-0310-9956-ffa450edef68
* Provide a Win32 batch file example cgiWilliam A. Rowe Jr2001-07-261-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89740 13f79535-47bb-0310-9956-ffa450edef68
* Merge forward changes in Apache 1.3 printenvRoy T. Fielding2000-03-311-3/+9
| | | | | | | Submitted by: Ralf S. Engelshall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84873 13f79535-47bb-0310-9956-ffa450edef68
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-242-0/+38
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83748 13f79535-47bb-0310-9956-ffa450edef68