Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Enabling CGI Script from Apache's htdocs directory

by shmem (Chancellor)
on Apr 06, 2007 at 14:39 UTC ( [id://608684]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608684]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-20 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found