Forum Moderators: phranque
I have setup Apache 2.2 on my laptop (Windows XP) with Perl, PHP and MySQL. I have my main directory (C:/Server/htdocs) which serves web pages and cgi-bin (C:Server/cgi-bin) which runs scripts. As long as I place my scripts in cgi-bin, they work fine, however, I REALLY need to be able to run scripts from any directory - preferably my main directory (htdocs) and all sub-folders.
As I said, its been 3 days I'm at this and tried every configuration possible but I continue getting "403 Forbidden" errors. My config file is pretty brutal (from all the changes I tried)... if anyone can provide me with the proper configuration to be able to run Perl, PHP and CGI scripts from my htdocs folder (and sub-folders) I would be enternally grateful. Thanks for taking the time to read this :)