Greetings!
I have some problems configuring my Apache2 installation to work with ActivePerl. After spending about one hour trying to figure out why I get a 404 when trying to execute a script, I realized that I forgotten to add a trailing slash to the ScriptAlias. Anyway, now everything seems to be in order with Mozilla, but Internet Explorer prompts me to save the Perl files, rather than execute them, although I have added the following line to the Apache2 configuration file:
"AddHandler cgi-script .cgi .pl"
Any ideas what is wrong?
Sebastian Mares