You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Richards <pa...@hyperreal.com> on 1996/08/20 15:17:26 UTC

cvs commit: apache/cgi-bin printenv test-cgi

paul        96/08/20 06:17:25

  Modified:    cgi-bin   printenv test-cgi
  Log:
  Added $Id$ strings.
  
  Revision  Changes    Path
  1.2       +1 -0      apache/cgi-bin/printenv
  
  Index: printenv
  ===================================================================
  RCS file: /export/home/cvs/apache/cgi-bin/printenv,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** printenv	1996/05/28 01:26:35	1.1
  --- printenv	1996/08/20 13:17:23	1.2
  ***************
  *** 1,4 ****
  --- 1,5 ----
    #!/usr/local/bin/perl
  + # $Id: printenv,v 1.2 1996/08/20 13:17:23 paul Exp $
    
    print "Content-type: text/html\n\n";
    while (($key, $val) = each %ENV) {
  
  
  
  1.4       +1 -0      apache/cgi-bin/test-cgi
  
  Index: test-cgi
  ===================================================================
  RCS file: /export/home/cvs/apache/cgi-bin/test-cgi,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** test-cgi	1996/05/28 01:26:36	1.3
  --- test-cgi	1996/08/20 13:17:23	1.4
  ***************
  *** 1,4 ****
  --- 1,5 ----
    #!/bin/sh
  + # $Id: test-cgi,v 1.4 1996/08/20 13:17:23 paul Exp $
    
    echo Content-type: text/plain
    echo