> When I add:
> 
> SetHandler perl-script
> PerlHandler AxKit
> 
> to httpd.conf, all my perl scripts stop working and throw out 
> the code in plain text.

Another solution is to put your Scripts in a directory like 'cgi-bin'
and add the following to your httpd.conf:

  <Location /cgi-bin>
        SetHandler cgi-script
        Options All
  </Location>

This works for me.

Joachim Seibert


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to