Robert Friberg wrote: > > and created a simple helloworld.asp file: > > <html><body> > <% $Response->Write 'Hello, World!' %> > </body></html> > > Restarted the server, pointed a browser at the page > and got a 501 with the following reason: > > [error] Can't locate object method "fileno" via package > "Apache::Connection" at /home/webs/perllib/Apache/ASP.pm line 3741. > > Apache::ASP::Response::IsClientConnected('Apache::ASP::Response=HASH(0x85822 > 8c)') called at /home/webs/perllib/Apache/ASP.pm line 3458 > Apache::ASP::Response::new('Apache::ASP=HASH(0x8582088)') called at
I believe this is do to older ( < 2.21? ) modperls not implementing Apache::Connection::fileno, and this dependency was implemented in Apache::ASP 2.25 for the first time. 2.27 will fix this to be backwards compatible with older modperl versions. I can send you separately my experimental dev version, or you can downgrade to Apache::ASP 2.21. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]