amyroh      01/05/31 17:24:54

  Added:       tester/web SSIExecCmd.shtml SSIExecCGI.shtml
  Log:
  Add SSI exec cgi tests.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-4.0/tester/web/SSIExecCmd.shtml
  
  Index: SSIExecCmd.shtml
  ===================================================================
  <html>
    <head>
   <title>exec command  test examples </title>
   </head>
   <body>
   
   <h3>hello.exe
        <!--#exec cmd="hello.exe" --> </h3>
         using &lt;!--#exec cmd="hello.exe" --&gt; <br>
         
   <h3> The UNIX date of the server ::
        <!--#exec cmd="date" --> </h3>
        using &lt;!--#exec cmd="date" --&gt; <br>
  
   <hr>
  
   <h3>The current working directory ::
        <!--#exec cmd="pwd" --> </h3>
         using &lt;!--#exec cmd="pwd" --&gt; <br>
  
  
   </body>
   </html>
  
  
  
  1.1                  jakarta-tomcat-4.0/tester/web/SSIExecCGI.shtml
  
  Index: SSIExecCGI.shtml
  ===================================================================
  <html> 
    <head> 
   <title>exec command  test examples </title> 
   </head> 
   <body>
  
   <!--#exec cgi="/cgi-bin/array.pl" --><br>
  
   <!--#exec cgi="/cgi-bin/binary.pl?counter=102" --><br>
  
   <!--#exec cgi="/cgi-bin/chores.pl" --><br>
  
   <!--#exec 
cgi="/cgi-bin/concat.pl?first_name=jane&last_name=johnson&fiance_first=john&fiance_last=smith"
 --><br>
  
   <!--#exec cgi="/cgi-bin/days.pl" --><br>
  
   <!--#exec cgi="/cgi-bin/dowhile.pl?start=10" --><br>
  
   <!--#exec cgi="/cgi-bin/else.pl?food=spinach" --><br>
  
   <!--#exec cgi="/cgi-bin/elsif.pl?food=chocolate" --><br>
  
   <!--#exec cgi="/cgi-bin/exponents.pl?number=2&power=4" --><br>
  
   <!--#exec cgi="/cgi-bin/for.pl?start=10" --><br>
  
   <!--#exec cgi="/cgi-bin/getday.pl" --><br>
  
   <!--#exec cgi="/cgi-bin/helloperl.cgi" --><br>
  
   <!--#exec cgi="/cgi-bin/if.pl?food=spinach" --><br>
  
   <!--#exec cgi="/cgi-bin/increment.pl?counter=7" --><br>
  
   <!--#exec cgi="/cgi-bin/modifyall.pl?number=289" --><br>
  
   </body> 
   </html>
  
  
  

Reply via email to