Re: "Callback called exit." x 100000

2001-09-11 Thread Adi Fairbank
I had this problem a while back and it turned out to be an infinite loop in my code. I found it by writing in better logging mechanisms which pinpointed exactly where the infinite loop was. HTH, Adi Christoph Bergmann wrote: > > Hi... > > I have a problem with an apache_mod_perl-server which

keeping client images private

2001-09-11 Thread will trillich
y'all seem to have some clever brains out here, so i'm wondering if some of you can offer suggestions-- what's a good clean way to keep images private per customer? i'm using mod_perl and HTML::Mason with session cookies, but coming up with a paradigm for storing and revealing images privately h

RE: "Callback called exit." x 100000, additional info

2001-09-11 Thread Rob Bloodgood
Also, look into the MaxServers settings, and memory calculations in the Guide: http://perl.apache.org/guide/config.html#MinSpareServers_MaxSpareServers_ And especially http://perl.apache.org/guide/performance.html#Choosing_MaxClients GOOD LUCK! L8r, Rob

RE: "Callback called exit." x 100000

2001-09-11 Thread Rob Bloodgood
> Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Attempt to free unreferenced scalar during global destruction. > Out of memory! > Callback called exi

"Callback called exit." x 100000

2001-09-11 Thread Christoph Bergmann
Hi... I have a problem with an apache_mod_perl-server which flushes the httpd.error_log-file with the following lines: Attempt to free unreferenced scalar during global destruction. Attempt to free unreferenced scalar during global destruction. Attempt to free unreferenced scalar during global d

uploads with Apache::Request failing

2001-09-11 Thread John Saylor
Hi I'm trying to use Apache::Request to upload a file, but it's not working. Here's how I initalize the object: $s = shift; $apr = Apache::Request->new ( $s, DISABLE_UPLOADS => 0 ); And here's the upload code: # using $rv for something beside a return

Re: AxKit & Last-Modified header

2001-09-11 Thread Robin Berjon
On Tuesday 11 September 2001 16:01, Brian Wheeler wrote: > On Tue, 2001-09-11 at 06:41, Matt Sergeant wrote: > > You could always add in a blank AxOutputTransformer, which will force > > AxKit to just use print(), even for cached content. > > I don't see AxOutputTransformer in the docs...do you ha

RE: AxKit & Last-Modified header

2001-09-11 Thread Brian Wheeler
On Tue, 2001-09-11 at 06:41, Matt Sergeant wrote: > > -Original Message- > > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > > > > > -Original Message- > > > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > > > > > > > -Original Message- > > > > From: Brian Wheeler [mai

Re: Touble getting apache going...

2001-09-11 Thread Remco Schaar
sorry, forgot the list... On Tue, 11 Sep 01:54 Tim J Spriggs wrote: > I am running Debian Linux(Woody) and installed apache-perl and all of the > supporting libraries. Whenever Apache is run I get the error message: > > >

RE: AxKit & Last-Modified header

2001-09-11 Thread Matt Sergeant
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > > > -Original Message- > > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > > > > > -Original Message- > > > From: Brian Wheeler [mailto:[EMAIL PROTECTED]] > > > > > > $r->header_out("Last-Modified"

RE: AxKit & Last-Modified header

2001-09-11 Thread Geoffrey Young
> -Original Message- > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 11, 2001 5:36 AM > To: 'Brian Wheeler'; [EMAIL PROTECTED] > Subject: RE: AxKit & Last-Modified header > > > > -Original Message- > > From: Brian Wheeler [mailto:[EMAIL PROTECTED]] >

RE: AxKit & Last-Modified header

2001-09-11 Thread Matt Sergeant
> -Original Message- > From: Brian Wheeler [mailto:[EMAIL PROTECTED]] > > $r->header_out("Last-Modified"=>''); > and > $r->header_out("Last-Modified"=>undef); > > but the header still comes out. > > Thoughts? Am I on the right track? Maybe: $r->headers_out->unset('Last-Modified');

AxKit & Last-Modified header

2001-09-11 Thread Brian Wheeler
Since AxKit is down and this is really a mod-perl issue, I'll ask it here :) I'm having problems with the browser caching to much info. Here's my situation: I'm using authcookie to do authentication and my pages are generated via axkit. after logging in (and the cookie set), the browser decide

Re: Virtual Host?

2001-09-11 Thread Rafiq Ismail
I set up something similar recently. What I would recommend is setting up a separate samba view to 'just' that dirctory on your unix disk which you wish to make publically accessible - set this up in your smb.conf file. You can specify valid users (just the webserver?), whether it is writable a

ANNOUNCE: Apache::ImageMagick 2.0b3

2001-09-11 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/image/Apache-ImageMagick-2.0b3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-ImageMagick-2.0b3.tar.gz size: 10596 bytes md5: 52cc19c99c0d1cf6922a612bc3527511 NAME Apache::ImageMagick - Convert and manipulate images o