Author: kschenk
Date: Tue Mar 20 20:50:30 2012
New Revision: 1303141
URL: http://svn.apache.org/viewvc?rev=1303141&view=rev
Log:
kls -- add another test cgi
Added:
incubator/ooo/ooo-site/trunk/cgi-bin/h.cgi (with props)
Added: incubator/ooo/ooo-site/trunk/cgi-bin/h.cgi
URL:
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/cgi-bin/h.cgi?rev=1303141&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/cgi-bin/h.cgi (added)
+++ incubator/ooo/ooo-site/trunk/cgi-bin/h.cgi Tue Mar 20 20:50:30 2012
@@ -0,0 +1,5 @@
+#! /usr/bin/perl
+
+print "content-type: text/html\n\n" ;
+
+print "Hello world!\n" ;
Propchange: incubator/ooo/ooo-site/trunk/cgi-bin/h.cgi
------------------------------------------------------------------------------
svn:executable = *