Re: mod_perl installation query

2006-07-26 Thread CrazyAndy
I work on mac osx, and sometimes you must install both the libapreq C llbs, and the perl libs. in the libapreq2 source folder: ./configure make make install (or sudo make install...) then (using the same perl you used with mod_perl) build the perl libs in the same folder: /path/to/perl Makefile.

input filters

2005-11-03 Thread CrazyAndy
hi, i have recently upgraded to mp2 and have been porting my apps to the new api. ( i don't want to run the compatibility modules. ) one of my apps needs to access the raw post data sent from a flash movie ( it's xml data ). previously, i simply called $r->content and attempted to create an xml