I don't know if it's any help to anyone but if it is,
it seems the reason the usual redirect didn't work for me as it should, was
due to screen output after the redirect command
$r->headers_out->set(Location => '../index.pl');
$r->status(Apache2::Const::REDIRECT);
$r->headers_out;
# Print
Hi List,
Background:
I don't not now for sure, but I think that apache stores files you
upload with
and in a directory on the server temporarily and then hands the input stream
off to your script.
Does anybody know a way I can cofigure apache to automatically delete
these temporarily uploa
Perrin Harkins wrote:
> On 10/10/07, Ian G. Tyndall <[EMAIL PROTECTED]> wrote:
>> Apache version: 2.2.6
>
> There was a thread earlier about that version not being an official
> apache release. If you mix and match binaries from multiple sources
> you are likely to have trouble. Have you tried t
On 10/10/07, Ian G. Tyndall <[EMAIL PROTECTED]> wrote:
> Apache version: 2.2.6
There was a thread earlier about that version not being an official
apache release. If you mix and match binaries from multiple sources
you are likely to have trouble. Have you tried the binaries that
Randy provides?
Thanks for the reply!
I do have these in my conf already (sorry, should've been more
specific):
LoadFile Perl/bin/perl58.dll
LoadModule perl_module modules/mod_perl.so
But, I don't have the others. I added the following to my conf:
LoadFile "X:/Apache2.2/bin/libapreq2.dll"
LoadModule apreq_mod
Your conf does not look complete. For example, I don't even see the
following lines:
LoadFile Perl/bin/perl58.dll
LoadModule perl_module modules/mod_perl.so
LoadFile bin/libapreq2.dll
LoadModule apreq_module modules/mod_apreq2.so
Ian G. Tyndall wrote:
My virtual host:
ServerName mysite