Re: Help with Apache::ASP!

2001-03-29 Thread Joshua Chamas
Sean Coyle wrote: > > Josh, > > I am not entirely sure that is the issue here. Just to cover off all > the bases, I am familiar with the FAQ, and several others. However, it is > actually not unparsed ASP that I am viewing in the browser output, but > seemingly partially parsed output. >

Re: Help with Apache::ASP!

2001-03-28 Thread Sean Coyle
Guys, One more thing to note... I get the exact same output even if I turn off the Directory options in either of the two httpd.conf areas I have tried. Have any ideas on what I am missing? Cheers, Sean Josh, I am not entirely sure that is the is

Re: Help with Apache::ASP!

2001-03-28 Thread Sean Coyle
Josh, I am not entirely sure that is the issue here. Just to cover off all the bases, I am familiar with the FAQ, and several others. However, it is actually not unparsed ASP that I am viewing in the browser output, but seemingly partially parsed output. Within one of my VirtualHost di

Re: Help with Apache::ASP (new Information)

2001-03-28 Thread Joshua Chamas
> t/application...(in cleanup) Can't call method "FETCH" on an > undefined value at blib/lib/Apache/ASP.pm line 4280 during global > destruction. The global destruction errors are annoying, but harmless. I believe this is specific to perl 5.6, which I have not yet installed. Its about ti

Re: Help with Apache::ASP

2001-03-28 Thread Joshua Chamas
Sean Coyle wrote: > > Alright guys, do I have an interesting question: > > Let us start with the output that ends up in the browser, if I try and load > the ./eg/index.htm page: > > -- > #!/usr/local/bin/perl5 asp > -- > > Then the output to

Help with Apache::ASP (new Information)

2001-03-28 Thread Sean Coyle
Well, I did the Apache::ASP instal again from the straigh .tar.gz file and this is the output that I get from the install (usless information has been removed where ever you see "~~"). So what does it mean when the tests say "Can't call method "FETCH" on an undefined value at blib/lib/Apache/

Help with Apache::ASP

2001-03-28 Thread Sean Coyle
Alright guys, do I have an interesting question: Let us start with the output that ends up in the browser, if I try and load the ./eg/index.htm page: -- #!/usr/local/bin/perl5 asp -- Then the output to browser when I load the ./eg/index.html p