I am new to Apache. I installed Perl and Apache2. Everything looks like installed correctly. The problem I have is when I execute my submit button to which calls for the PL program to execute, the browser opens up with the Perl source code. I believe it means that the script IS NOT been executed.
If I go into the Perl directory, I can execute the PERL program using the DOS prompt. SO, the problem is NOT the PERL - it is more likely that the Apache is NOT executing my script. I read in the APache.org about making the directly of cgi-bin the default for executing PERL and that is how I exactly I have it. I think there is something to do with the configuration file and I can not figure this out
If I go into the Perl directory, I can execute the PERL program using the DOS prompt. SO, the problem is NOT the PERL - it is more likely that the Apache is NOT executing my script. I read in the APache.org about making the directly of cgi-bin the default for executing PERL and that is how I exactly I have it. I think there is something to do with the configuration file and I can not figure this out