Just following up, this is already mentioned in
perldoc Apache2::RequestUtil "It's possible to reuse the HTTP framework features outside the familiar HTTP request cycle. It's possible to write your own full or partial HTTP implementation without needing a running Apache server. You will need the "Apache2::RequestRec" object in order to be able to reuse the rich functionality supplied via this object." I'm not sure if the CommandServer example is relevant since it only works from inside apache2 On 8/31/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > On 8/30/07, bharanee rathna <[EMAIL PROTECTED]> wrote: > > has anyone tried to create an instance of Apache2::RequestRec outside > > apache ? > > How could that work? And even if it could work, what good what it be? > This class is a Perl version of the C API to Apache's internals. It > has no other purpose. > > - Perrin >