in reply to setting up a localhost
orhttp://localhost
with your browser, you should see the apache test page. If that's showing, Apache was installed correctly.http://127.0.0.1
Now for the cgi-bin part: Make sure that your apache installation has a cgi-bin directory and the script you're calling is in there. Depending on your installation, this might be in C:\Program Files\Apache Group\Apache\cgi-bin or similar.
Then, open a DOS (gack!) window, go into the directory and try running the script by hand:
Check the output. If that shows something likeperl test.cgi
then you're in business and can tryContent-type: text/plain CGI/1.0 test script report: ...
in your browser. Let us know at which part of the way you're stuck, and we can provide more help.http://localhost/cgi-bin/test.cgi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: setting up a localhost
by rebot (Initiate) on Mar 12, 2004 at 05:13 UTC |