Hi,

I'd like to do server-side includes in my Apache::ASP file.
How do I write my httpd.conf?
I tried

<Location /perl/>
        AddHandler server-parsed .asp
        AddHandler perl-script .asp
        PerlHandler Apache::ASP
</Location>

The ASP works fine, but the SSI does not happen.

- Stefan Reitshamer
[EMAIL PROTECTED]

Reply via email to