This might be solution:
$r->content_type('text/plain');
--- Michael Stepanov <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I have a small problem with sending simple ASCII file
> to the browser. Inside perl module I have a method
> which find and send specific file:
>
> my $fh = new Apache::Fil
--- Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Tue, 2004-03-23 at 10:52, Chris Gamache wrote:
> > I wrote a load-testing script that hits my Apache webapp with 100
> serialized
> > requests. The webapp works great that way. If I start multiple simultaneous
> >
I wrote a load-testing script that hits my Apache webapp with 100 serialized
requests. The webapp works great that way. If I start multiple simultaneous
instances of the load-testing script, the requests eventually fail.
This is my first time posting on this list. I'm not sure what information yo