Apache::ASP and Apache::SSI problems

2000-02-10 Thread ericb
Okay, I installed mod_perl, Apache::ASP and required modules like Apache::Filter, and Apache::SSI. (Note, some of the Apache:: modules will not isntall via CPAN.pm, they look for HTTP in some messed up directory where it oviously doesn't exist, you have to run make install manually or force the

Re: Apache::ASP and Apache::SSI problems

2000-02-10 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: Here is my statement: Files ~ (\.phtml) SetHandler perl-script PerlHandler Apache::ASP Apache::SSI PerlSetVar NoCache 1 PerlSetVar Global /tmp/ PerlSetVar Filter On PerlSetVar Dynamic Includes 0

Re: Apache::ASP and Apache::SSI problems

2000-02-10 Thread Perrin Harkins
On Thu, 10 Feb 2000 [EMAIL PROTECTED] wrote: Okay, I installed mod_perl, Apache::ASP and required modules like Apache::Filter, and Apache::SSI. (Note, some of the Apache:: modules will not isntall via CPAN.pm, they look for HTTP in some messed up directory where it oviously doesn't exist,

Re: Apache::ASP and Apache::SSI problems

2000-02-10 Thread Ken Williams
[EMAIL PROTECTED] (Perrin Harkins) wrote: On Thu, 10 Feb 2000 [EMAIL PROTECTED] wrote: Okay, I installed mod_perl, Apache::ASP and required modules like Apache::Filter, and Apache::SSI. (Note, some of the Apache:: modules will not isntall via CPAN.pm, they look for HTTP in some messed up

Re: Apache::ASP and Apache::SSI problems

2000-02-10 Thread Perrin Harkins
On Thu, 10 Feb 2000, Ken Williams wrote: Yeah, I just saw the message. Since I tend not to use CPAN.pm (I like to tinker around with stuff when I download/install) I've been ignorant of its procedures. The main thing to know is that it won't install if the tests fail, unless you force it.