Intro to Apache - ApacheCon 2005
Or, in shell
  • Example CGI program in shell

    
        #!/bin/sh
        echo Content-type: text/html
        echo
        echo Hello.
    
      

Index
Back to CGI
Forward to Or, in C

ApacheCon 2005 : Intro to Apache - Slide #84 of 164