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
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
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
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:
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
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.
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
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
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
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
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
> 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
> 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
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
> > 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
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
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
> 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 => '
> 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
"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,
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
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
>
> 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.
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
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
- 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
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
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
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
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
> I can use a primer on researching WebMail programs with the following
http://www.astray.com/acmemail/
--
Eric Cholet
31 matches
Mail list logo