Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-31 Thread Clayton Cottingham
Stas: sorry i did miss that, yesterday was too too hectic ill try this now On Thu, 2004-01-29 at 20:03, Stas Bekman wrote: > Clayton Cottingham wrote: > > yah its calling it properly: > > > > my $apr = Apache::Request->new( > > shift, > > POST_MAX=> 10 * 1024 * 1024,

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Stas Bekman
Clayton Cottingham wrote: yah its calling it properly: my $apr = Apache::Request->new( shift, POST_MAX=> 10 * 1024 * 1024,# in bytes, so 10M DISABLE_UPLOADS => 0 ); how would one make a test to make sure the file is uploading properly? and what about multip

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
yah its calling it properly: my $apr = Apache::Request->new( shift, POST_MAX=> 10 * 1024 * 1024,# in bytes, so 10M DISABLE_UPLOADS => 0 ); how would one make a test to make sure the file is uploading properly? and what about multipart form? ##how to pos

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Stas Bekman
Clayton Cottingham wrote: ok thanks for the patience! i managed to a) get the base bug report template to go under freebsd and good. b) had my modules fail and generate error log which is telling me that this isnt correct: my $apr = Apache::Request->new( shift, POST_MAX

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Stas Bekman
[please keep on the list, thanks] Clayton Cottingham wrote: hey stas! > how can i set them into the httpd.conf? They are inherited from your global httpd.conf this is what i need in i think! LoadModule status_module modules/mod_status.so LoadModule info_modulemodules/mod_info.so

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
ok thanks for the patience! i managed to a) get the base bug report template to go under freebsd and b) had my modules fail and generate error log which is telling me that this isnt correct: my $apr = Apache::Request->new( shift, POST_MAX=> 10 * 1024 * 1024,# in

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Stas Bekman
Clayton Cottingham wrote: oops! i just checked the bug.t wasnt safed after i put the changes in to use PP/* modules, that should work ok right? i include it with changes that same file was included in the original tar. sorry for the fud also i injected the pp.conf into extra.conf.in sio there is

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
oops! i just checked the bug.t wasnt safed after i put the changes in to use PP/* modules, that should work ok right? i include it with changes sorry for the fud also i injected the pp.conf into extra.conf.in sio there is no need to include it there is nothing nessecary in my startup.pl file th

Re: [mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Stas Bekman
Clayton Cottingham wrote: Hello: here is as much information on this as i have currently the test suite was blowing up on both freebsd and linux for different reasons, its all in the error report doc i guess at this point the only thing left is to try and compile apache/mod-perl from scratch.. bu

[mp1] [bug report] Re: Apache::Request vs Apache->request

2004-01-29 Thread Clayton Cottingham
Hello: here is as much information on this as i have currently the test suite was blowing up on both freebsd and linux for different reasons, its all in the error report doc i guess at this point the only thing left is to try and compile apache/mod-perl from scratch.. but i dont have time for th