At 9:39 AM -0400 6/22/00, Vivek Khera wrote:
>
>I use the include virtual in some situations.  If you want the query
>string, just append it:
>
>  <!--#include virtual="/path/to/program?$QUERY_STRING" -->

Do you happen to know if there's any performance difference between 
using the include and virtual and using the following:

<!--#perl sub="Apache::Include" arg="/perl/ssi.pl" -->

The book Professional Apache says this is more efficient than include 
virtual since it allows scripts to be persistent, but I don't see how 
they would not be using include virtual.

Thanks for the reply, I appreciate the time.

- mt

Reply via email to