Re: Can't call Apache::Request->new()

2001-12-13 Thread Anand R
The Request Object contains info sent to the server in the client's request. The Information stored under the Request object *ClientCertificate *Cookies *form *QueryString *ServerVariables The ServerVariables collections stores both ENV variables relavent to the transaction an

Re: Can't call Apache::Request->new()

2001-12-13 Thread Paul Makepeace
So no replies to this -- could someone even confirm they have a working Apache::Request v0.33 on perl 5.6.1? That would be a big help in at least determining whether it's perhaps something amiss here. Else I'll file it as a bug. Cheers, Paul On Tue, Dec 11, 2001 at 09:11:50PM -0800, Paul Makepea

Re: Any good WebMail programs?

2001-12-13 Thread Anand R
I would say Indigoperl has a better mail utility www.indigostar.com -Anand - Original Message - From: Drew Taylor <[EMAIL PROTECTED]> To: Medi Montaseri <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 8:31 AM Subject: Re: Any good WebMail programs? > I can rec

Re: Any good WebMail programs?

2001-12-13 Thread Drew Taylor
I can recommend SquirrelMail (http://www.squirrelmail.org/) It's also written in PHP, but seems pretty well laid out. It also works well w/ shared hosting. :-) At 10:44 PM 12/12/2001 -0800, Medi Montaseri wrote: >I can use a primer on researching WebMail programs with the following >criterian:

Has anyone else seen this?

2001-12-13 Thread Rick Myers
I'm referring to Term::Readline problems. A while back I had all sorts of trouble with Term::Readline and was basically deleting it any time this that or the other module insisted it be there. Recently things have been pretty quiet so I've been letting it live. Suddenly though, as I was adding so

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Ged Haywood
Hi there, On Thu, 13 Dec 2001, Igor Sysoev wrote: > On Thu, 13 Dec 2001, Perrin Harkins wrote: > > > How about sending Stas a patch for the guide with information on this? It > > might be useful to other BSD'ers. > > My English is too poor for it. Send it to me then. :) 73, Ged.

Re: Apache::Scoreboard question

2001-12-13 Thread Robert
Anand R wrote: > > # ScoreBoardFile: File used to store internal server process information. > # Not all architectures require this. But if yours does (you'll know > because > # this file will be created when you run Apache) then you *must* ensure > that > # no two invocations of Apache share t

Re: form upload limit

2001-12-13 Thread darren chamberlain
Joe Schaefer <[EMAIL PROTECTED]> said something to this effect on 12/13/2001: > Is this what you want > > $apr = Apache::Request->new( $r->is_main ? $r : $r->main, >POST_MAX => 1024); > > ? I don't think Apache::Request provides any Perl methods for > culling

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Igor Sysoev
On Thu, 13 Dec 2001, Perrin Harkins wrote: > > > You should use it in an early phase, like PerlFixupHandler. It pushes a > > > cleanup handler if it needs to exit. It will not exit until after the > > > request is done. > > > > I didn't know it. I think you should document it. > > But any way I

Re: form upload limit

2001-12-13 Thread Igor Sysoev
On Thu, 13 Dec 2001, Stas Bekman wrote: > Viljo Marrandi wrote: > > > Hello, > > > > I didn't find anywhere in Net how much is browser form upload limit > > (with POST) and how much is Apache's default form data access(input) > > limit. If anyone knows where I can find this data i'd be grateful

Re: form upload limit

2001-12-13 Thread Joe Schaefer
Viljo Marrandi <[EMAIL PROTECTED]> writes: > I tested this form upload with large text and in my case only 64K went > thru (ended up in MySQL). I saw in Apache homepage, that I could define > POST_MAX like this: > >my $apr = Apache::Request->new($r, POST_MAX => 1024); > > Err, is this 1024

Re: form upload limit

2001-12-13 Thread Rob Nagler
> There is no such a limit in Apache and probably most browsers. By default, LimitRequestBody is 0 (unlimited) in Apache. We limit incoming requests with this directive, so server resources aren't consumed by excessive. I think POST_MAX happens after the request is already read into memory. Li

Re: form upload limit

2001-12-13 Thread Monika
> I didn't find anywhere in Net how much is browser form upload limit > (with POST) and how much is Apache's default form data access(input) > limit. If anyone knows where I can find this data i'd be grateful. Apache's default is 75 and it's under the directive LimitRequestBody 75 >From

Re: form upload limit

2001-12-13 Thread Stas Bekman
Viljo Marrandi wrote: > Hello, > > I didn't find anywhere in Net how much is browser form upload limit > (with POST) and how much is Apache's default form data access(input) > limit. If anyone knows where I can find this data i'd be grateful. There is no such a limit in Apache and probably mos

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Perrin Harkins
> > You should use it in an early phase, like PerlFixupHandler. It pushes a > > cleanup handler if it needs to exit. It will not exit until after the > > request is done. > > I didn't know it. I think you should document it. > But any way I think it's better to check size in cleanup. I agree an

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Igor Sysoev
On Thu, 13 Dec 2001, Perrin Harkins wrote: > > And some recomendation - I'm using Apache::SizeLimit as > > PerlCleanupHandler - so Apache would exit after request is completed. > > You should use it in an early phase, like PerlFixupHandler. It pushes a > cleanup handler if it needs to exit. It

RE: Auth Handlers

2001-12-13 Thread Stathy Touloumis
He he : ) I think this discussion is being miscommunicated (if that is a relevant word). I do not want authorization to be performed in the typical manner. Perhaps I want the information from a form submit or a cookie. I understand how the Apache authentication configuration works but I want t

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Perrin Harkins
> Perrin Harkins wrote: > >Try changing the call > >$r->child_terminate() to Apache::exit(). If this seems to work better > >for you, let me know and I'll consider changing this in a future release > >of Apache::SizeLimit. > > Geoff wrote: > >what about > > > >$r->headers_out->add(Connection => '

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Perrin Harkins
> Some bug report about Apache::SizeLimit diagnostic: > > I don't know about Linux and Solaris but under > FreeBSD shared memory shows some incredible numbers: Okay, I'll ask the guy who wrote the *BSD support to look into it. I don't have a FreeBSD system to test with. > And some recomendation

Re: Any good WebMail programs?

2001-12-13 Thread James G Smith
"Francesco Pasqualini" <[EMAIL PROTECTED]> wrote: >IMP is probably the best but it's written in PHP > www.horde.org I know this is straying into OT territory, but hopefully someone can benefit from the discussion. We used an IMP based product for a while, but if you must customize the code,

Re: Any good WebMail programs?

2001-12-13 Thread Les Mikesell
This is very off-topic but I'll mention it because you can install the whole server and be running faster than you can do the research to find something else.Look at http://www.e-smith.org. They have a modified Redhat distribution that is an 'office-in-a-box' and includes webmail access along

form upload limit

2001-12-13 Thread Viljo Marrandi
Hello, I didn't find anywhere in Net how much is browser form upload limit (with POST) and how much is Apache's default form data access(input) limit. If anyone knows where I can find this data i'd be grateful. I tested this form upload with large text and in my case only 64K went thru (ended up

RE: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Geoffrey Young
> > Geoff wrote: > >what about > > > >$r->headers_out->add(Connection => 'close'); > > I tried each of these changes in turn. Neither worked to > immediately exit > the child. I never saw that either of them would exit the > child at all > but I may not have kept them running long enough.

RE: Auth Handlers

2001-12-13 Thread Ged Haywood
Hi there, On Tue, 11 Dec 2001, Stathy Touloumis wrote: > : ) No problem, I guess I am unsure if this is the proper way to setup an > Access, Authen, Authz handler. When I use this configuration my 'handler()' > method does not get called and I get an error in the logs: > [Mon Dec 10 13:13:03

Re: Apache::SizeLimit Exit is Delayed

2001-12-13 Thread Igor Sysoev
On Wed, 12 Dec 2001, Perrin Harkins wrote: > > what about > > > > $r->headers_out->add(Connection => 'close'); > > Good idea! I'll put that into a future release. Some bug report about Apache::SizeLimit diagnostic: I don't know about Linux and Solaris but under FreeBSD shared memory shows s

Re: Perl Handlers

2001-12-13 Thread Maarten Koskamp
- Original Message - From: "Anand R" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 9:58 AM Subject: Perl Handlers > How to set location for perl on Apache Webserver 1.3.19 > SetHandler perl-script PerlHandler FOO::BAR AuthName "FOO-BAR" AuthTyp

ANNOUNCE: Apache::CacheContent 0.12 available (1st CPAN release)

2001-12-13 Thread Paul Lindner
Since nobody obected to Apache::CacheContent I've uploaded it to CPAN. The current version, 0.12, has a few small bug fixes, POD updates and a new ToDo list. (This version does not yet have the filename hash generator code) The complete README is reproduced below. You can download the code from

Re: Any good WebMail programs?

2001-12-13 Thread Francesco Pasqualini
IMP is probably the best but it's written in PHP www.horde.org Francesco > > I can use a primer on researching WebMail programs with the following > criterian: > > - Linux based > - Free > - Preferably in Perl > - Modularized Authentication subsystem (ie could hook up adapters to > che

Perl Handlers

2001-12-13 Thread Anand R
How to set location for perl on Apache Webserver 1.3.19 SetHandler --- Order deny,allow Deny from all Allow from myisp-provider Thanks in advance, Regards, Anand

RE: Any good WebMail programs?

2001-12-13 Thread Matt Sergeant
I've used SqWebMail with good success, it certainly seems to have all the features you wish for. Though I'd like to try Wing too to compare it. Matt. -- <:->Get a smart net > -Original Message- > From: Medi Montaseri [mailto:[EMAIL PROTECTED]] > Sent: 13 December 2001 06:44 > To: [EMAIL

Re: Any good WebMail programs?

2001-12-13 Thread Eric Cholet
> I can use a primer on researching WebMail programs with the following http://www.astray.com/acmemail/ -- Eric Cholet