Apache::ASP

1999-11-02 Thread Andrew Mayo
We are trying to store references in session variables but for some reason this does not work. The reference cannot be regained. For example, in simple Perl I can create an array containing two anonymous hashes, then place a reference to this array in $d, then dereference $d to recover the

Apache::ASP and server-side includes

1999-01-17 Thread Andrew Mayo
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