Clement Law wrote:
> 
> How do I make it so when it sees the extension .asp it does the asp thing?
> instead of putting this
> <Location /asp/>
> SetHandler perl-script
> PerlHandler Apache::ASP
> PerlSetVar Global /tmp
> </Location>

The .htaccess file which activates the sample files
in the distribution's ./site/eg has entries like:

<Files ~ (\.htm)>
        SetHandler perl-script
        PerlHandler Apache::ASP
        PerlSetVar NoState 1
        PerlSetVar BufferingOn 1
        PerlSetVar NoCache 1
        PerlSetVar DebugBufferLength 250
</Files>

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to