My setup: Win2k Server, Apache 2.0.43, ActivePerl 5.6.1
I've got the proper AddHandler in the httpd.conf to allow .cgi files to be processed, and the cgi script shebang has been modified to point to the proper Perl directory.
For some reason, I'm getting a 403 when I try to access the .cgi file. Since I can't chmod the directory, what else is left? Should I add a .htaccess file to the directory?
I've got the proper AddHandler in the httpd.conf to allow .cgi files to be processed, and the cgi script shebang has been modified to point to the proper Perl directory.
For some reason, I'm getting a 403 when I try to access the .cgi file. Since I can't chmod the directory, what else is left? Should I add a .htaccess file to the directory?