Re: Internal server error on Refreshing mod_perl page ( Apache::ASP )

2001-11-12 Thread SubbaReddy M

Thanks alot Joshua,

You ar right, by turning off  the PerlTaintCheck , PerlTaintCheck Off in my
httpd.conf.
It's fixed.

My dev versions of Apache::ASP ( 2.29 )  MLDBM::Sync ( .25 )
will be able to run under PerlTaintCheck On, let me know if you
would like these pre release.

And I would like to have the Apache::ASSP(2.29) MLDBM::Sync(.25).
because I want to work with Apache::ASP, by having the PerlTaintCheck On.

Please give me guidance.

Once again thanks.

-SubbaReddy

- Original Message -
From: Joshua Chamas [EMAIL PROTECTED]
To: SubbaReddy M [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Saturday, November 10, 2001 2:24 PM
Subject: Re: Internal server error on Refreshing mod_perl page (
Apache::ASP )


  SubbaReddy M wrote:
 
  Hello Gurus,
 
  [Sat Nov 10 11:54:32 2001] [error] Insecure dependency in eval while
running with -T switch at
  /usr/lib/perl5/site_perl/5.6.1/MLDBM/Serializer/Data/Dumper.pm line 51.
 
MLDBM::Serializer::Data::Dumper::deserialize('MLDBM::Serializer::Data::Dumpe
r=HASH(0x843bd20)', '$MlDbM{\'timeout\' = \'1005374203\'}')
  called at /usr/lib/perl5/site_perl/5.6.1/MLDBM.pm line 155
  MLDBM::FETCH('MLDBM=HASH(0x843bd08)',
'07abbd5f03d200c6bac27a861f47e35e') called at
/usr/lib/perl5/site_perl/5.6.1/MLDBM/Sync.pm line 85
  MLDBM::Sync::AUTOLOAD('MLDBM::Sync=HASH(0x843a838)',
'07abbd5f03d200c6bac27a861f47e35e') called at


 This error comes from the mod_perl config: PerlTaintCheck On
 You can see more on this error at:

   http://www.apache-asp.org/faq.html#Insecure%20depec6cd400

 I would not recommend trying to get Apache::ASP to run under
 PerlTaintCheck as its been a while since the author ( me )
 has done so, so there will likely be other errors in doing so
 than what's listed in the above FAQ item.  So find the config
 in your system *.conf files and turn it off for now.

 Future Apache::ASP support queries should be emailed to the
 email list specific to it.  You can subscribe to it at

   [EMAIL PROTECTED]

 --Josh

 _
 Joshua Chamas   Chamas Enterprises Inc.
 NodeWorks Founder   Huntington Beach, CA  USA
 http://www.nodeworks.com1-714-625-4051




Re: Internal server error on Refreshing mod_perl page ( Apache::ASP)

2001-11-10 Thread Ged Haywood

Hi there,

On Sat, 10 Nov 2001, SubbaReddy M wrote:

 [snip] many strugles.
 [snip]
 /home/httpd/asp/1.asp  is called from brower http://192.168.1.235/asp/1.asp

Do you think it might be better to start with something a little less
ambitious?  Just getting a mod_perl server running with a pre-built
handler like Apache::Registry is enough for many people.  Apache::ASP
is Yet Another Big Chunk Of Configuration and things to figure out...

73,
Ged.




Re: Internal server error on Refreshing mod_perl page ( Apache::ASP )

2001-11-10 Thread Joshua Chamas

 SubbaReddy M wrote:
 
 Hello Gurus,
 
 [Sat Nov 10 11:54:32 2001] [error] Insecure dependency in eval while running with -T 
switch at
 /usr/lib/perl5/site_perl/5.6.1/MLDBM/Serializer/Data/Dumper.pm line 51.
 
MLDBM::Serializer::Data::Dumper::deserialize('MLDBM::Serializer::Data::Dumper=HASH(0x843bd20)',
 '$MlDbM{\'timeout\' = \'1005374203\'}')
 called at /usr/lib/perl5/site_perl/5.6.1/MLDBM.pm line 155
 MLDBM::FETCH('MLDBM=HASH(0x843bd08)', '07abbd5f03d200c6bac27a861f47e35e') 
called at /usr/lib/perl5/site_perl/5.6.1/MLDBM/Sync.pm line 85
 MLDBM::Sync::AUTOLOAD('MLDBM::Sync=HASH(0x843a838)', 
'07abbd5f03d200c6bac27a861f47e35e') called at


This error comes from the mod_perl config: PerlTaintCheck On
You can see more on this error at:  

  http://www.apache-asp.org/faq.html#Insecure%20depec6cd400

I would not recommend trying to get Apache::ASP to run under
PerlTaintCheck as its been a while since the author ( me )
has done so, so there will likely be other errors in doing so
than what's listed in the above FAQ item.  So find the config
in your system *.conf files and turn it off for now.

Future Apache::ASP support queries should be emailed to the 
email list specific to it.  You can subscribe to it at
  
  [EMAIL PROTECTED]

--Josh

_
Joshua Chamas   Chamas Enterprises Inc.
NodeWorks Founder   Huntington Beach, CA  USA 
http://www.nodeworks.com1-714-625-4051