Andrew Mayo wrote:
> 
> Is it possible to configure Apache so that .asp files also support
> server-side includes?. I can configure Apache to successfully make .shtml
> files support server-side includes but the asp files have a .asp extension
> and if I change the handler for that, I'll end up disabling Apache::ASP. How
> do I get server-side includes to work as well, for files with an .asp
> extension?

<!--#include file=...--> includes are handled by Apache::ASP 
directly.  To enable the rest, you must filter the ASP output
through Apache::Filter.  See:

  http://www.nodeworks.com/asp/ssi.html
  http://www.nodeworks.com/asp/config.html#Filter

-- 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