Hi,
I set up Apache 2.2 and Perl 5.xx on a Windows XP notebook. I was able to get Apache to serve web pages out of its htdocs folder and perl to run out of its cgi-bin folder.
Now I am trying to move the source folders of the html and perl to another folder on the C: drive as if it was configured on a website, not in the Apache 2.2 folder. Changes were made to httpd.conf to accomplish this. I am able to get the html pages to be served out of its new folder like C:/vic/public but cannot get perl scripts to run out of C:/vic/cgi-bin. Apache finds the html and perl scripts, serves web pages, but prints the perl script as text (does not execute the script but just prints it out).
I think I looked at 50 websites for help on this but now must resort to my own request. Thanks for any help!