Re: APR::Request::Apache2 param() method

2007-01-31 Thread Dave Viner
ug(" Checking params"); if(!$alert_id) { $r->log->warn("no alert id given"); How is it that CGI.pm finds the parameter and APR::Request::Apache2 does not?? thanks dave On Jan 30, 2007, at 12:49 PM, Joe Schaefer wrote: Da

APR::Request::Apache2 param() method

2007-01-30 Thread Dave Viner
Hi, I am having a strange problem with APR::Request::Apache2 and the param () method. When I send a POST from Firefox, my code works perfectly. When I send a POST from Safari or Windows/IE, my code fails. Here is the HTML which displays the form to send: method="post" enctype="mult

Re: Problems with apreq2 on OS X

2006-10-29 Thread Dave Viner
this might be a dumb question, but have you checked that the apreq module is loaded? LoadModule apreq_modulemodules/mod_apreq2.so ? dave On Oct 29, 2006, at 12:23 PM, Patrick Galbraith wrote: Fred Moyer wrote: Patrick Galbraith wrote: Fred, Ok: I have this failure on 1. OS X 2. Su