Help for this page

Select Code to Download


  1. or download this
    #ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
    
    # into 
    ScriptAlias /cgi-bin/ "/usr/local/apache/htdocs/cgi-bin/
    
  2. or download this
    http://bioinfo-z.comp.nus.edu.sg/cgi-bin/hello.cgi
    
  3. or download this
    ScriptAlias /Test/cgi-bin/   /usr/local/apache/htdocs/Test/cgi-bin/
    ScriptAlias /Webap1/cgi-bin/ /usr/local/apache/htdocs/Webap1/cgi-bin/
    ScriptAlias /Webap2/cgi-bin/ /usr/local/apache/htdocs/Webap2/cgi-bin/
    
  4. or download this
    ScriptAlias /Test/   /usr/local/apache/htdocs/Test/cgi-bin/
    ScriptAlias /Webap1/ /usr/local/apache/htdocs/Webap1/cgi-bin/
    ScriptAlias /Webap2/ /usr/local/apache/htdocs/Webap2/cgi-bin/
    
  5. or download this
    http://bioinfo-z.comp.nus.edu.sg/Webap1/hello.cgi