while perrin addressed your other issues, I thought I'd bring this up as a
learning point :)

> 
>   return 200;

this is wrong - you should be returning OK (0) not HTTP_OK (200) from
handlers if everything is swell.  while 200 works in mp1 (due to mod_perl
"guessing" what you meant) you cannot do this in mod_perl 2.0.  so, if you
do it correctly now you'll have one less thing to migrate later :)

--Geoff


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to