Re: Apache::LogFile and mod_perl2

2007-10-10 Thread Philippe M. Chiasson
Dan Thomas wrote: Hi, I'm in the process of shifting some old mod_perl1 code over to Apache2.2 and mod_perl2. Part of it is using Apache::LogFile to write to a custom log. Well.. actually, it pipes the data to a little script that collects up lines and forks off processes to deal with them

Re: Apache crashing

2007-10-10 Thread Foo JH
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: VirtualHost *:80

RE: Apache crashing

2007-10-10 Thread Ian G. Tyndall
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

Re: Apache crashing

2007-10-10 Thread Perrin Harkins
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?

Re: Apache crashing

2007-10-10 Thread William A. Rowe, Jr.
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 the

removing temporary uploaded files

2007-10-10 Thread Tyler Bird
Hi List, Background: I don't not now for sure, but I think that apache stores files you upload with input type=file and form enctype=multi-part/form-data. 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

RE: redirect

2007-10-10 Thread Eli Shemer
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 qq (