
mhx
Enthusiast
May 29, 2001, 10:18 AM
Post #3 of 7
(13852 views)
|
Re: what next after install Apache and Activive per;
[In reply to]
|
Can't Post
|
|
Hi! I guess your hello-world-script is meant to be a cgi script, and you want to see the results in your web browser. So, you have to put the script into the cgi-bin subdirectory that is located below the folder where you installed Apache. If your script's first line is correct (i.e. contains the correct absolute path to your perl interpreter), e.g.:
#!c:\program files\perl\bin\perl.exe you should now be able to run your script by entering
http://localhost/cgi-bin/nameofyourscript.pl in your browser. I hope this helps. -- Marcus
|