Philip Mak wrote:
> 
> Recently, I reinstalled mod_perl and Apache::ASP on my system in order to
> fix a problem I was having with ASP not using the new version of perl on
> my system. However, I'm having problem with some old code.
> 
> I used to do this:
> 
> In httpd.conf: PerlSetVar IncludesDir /home/goamembers/www
> In an ASP script: <!--#include file="/index.inc"-->
> 
> Notice the "/" in "/index.inc". This would force it to get index.inc from
> /home/goamembers/www, instead of the current directory. This makes it kind
> of like <!--#include virtual--> does with respect to filenames that start
> with "/" (but include virtual cannot be used to inline asp code).
> 

That functionality was never intended to be supported, and 
am surprised it ever worked!  How painful would it be for
you to change your includes to be like <!--#include file="index.inc"-->

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