constfilin wrote:
> 
> Greetings -
> 
> I'm a newbie to Perl and - so much the more - Apache::ASP,
> but when I needed <!--#include virtual=...-> support by
> Apache::ASP, all I had to do is changing a couple of lines
> in Apache/ASP.pm module. Here's the diff's output :
> 

Virtual includes for Apache::ASP are handled by hooking
Apache::ASP to Apache::SSI with the help of Apache::Filter.
For more about this, please see:

  http://apache-asp.org/config.html#Filter

File includes are handled natively so that the file includes
could be ASP code bits, but virtual includes are handled via
SSI so that the URLs could be referencing things like CGI scripts,
and other non-ASP executables.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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

Reply via email to