LC wrote...
> Hello,
>
> I would like to test my cgi-scripts at the apache server but it doesn't work
> properly instead of the result of the cgg-sript I get a message if I want to
> download the file. Is there an easy way to solve this problem. (it's just
> for testing the script, nothing else).
>
> Thank you!
>
>
>
In http.conf use a ScriptAlias line for the directory where you keep the
cgi scripts. Like:
ScriptAlias /cgi-bin/ "/home/user/www/test/cgi-bin/"
Another way is to use:
Options +ExecCGI
in the directory where you keep the cgi scripts.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: problem with cgi