Re: Problems with Apache::ASP, SSI/Filter, and Redirects

2000-12-13 Thread Mark T. Dame
Joshua Chamas wrote: Your exact config worked for me, I have the latest installed of everything ( 2.07 is latest ASP ) and I got: CPAN only has 2.03... I would check the error_log, The error log didn't give anything (except the "need AuthName" warning). and double check that you

Re: Problems with Apache::ASP, SSI/Filter, and Redirects

2000-12-13 Thread Mark T. Dame
"Mark T. Dame" wrote: Joshua Chamas wrote: Your exact config worked for me, I have the latest installed of everything ( 2.07 is latest ASP ) and I got: CPAN only has 2.03... OK, I found and installed 2.07 and I get the same results... -m -- ## Mark T. Dame: mailto:[EMAIL

Problems with Apache::ASP, SSI/Filter, and Redirects

2000-12-12 Thread Mark T. Dame
We have a strange problem using Redirects with Apache::ASP 2.03. With this in the .htaccess file: # .asp files for Session state enabled Files ~ (\.asp) SetHandler perl-script PerlHandler Apache::ASP PerlSetVar CookiePath / PerlSetVar Global

Re: Problems with Apache::ASP, SSI/Filter, and Redirects

2000-12-12 Thread Joshua Chamas
"Mark T. Dame" wrote: ... $Response-Redirect("/index.html"); However, if we change the .htaccess file to set up ASP to handle SSI: ... (with second .htaccess file) % telnet test.site.com 80 Trying x.x.x.x... Connected to test.site.com. Escape character is '^]'. get