The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::TestTieBucketBrigade - Tests Apache::TieBucketBrigade takes a bunch of stuff in then writes it back upcased

SYNOPSIS

unh - read the code

DESCRIPTION

It tests stuff. I suppose you could use it as an example of building things with Apache::TieBucketBrigade. This would be cooler if I actually new how to test mod_perl protocol handlers. For now, put something like the following in httpd.conf

Listen localhost:8013

<VirtualHost localhost:8013>

      PerlModule                   Apache::TestTieBucketBrigade
      PerlProcessConnectionHandler Apache::TestTieBucketBrigade

</VirtualHost>

restart apache and hope for the best. Telnet to locahost:8013 type some stuff in and see if it comes back upcased.

EXPORT

None

SEE ALSO

Apache::TieBucketBrigade IO::Stringy mod_perl IO::Handle

AUTHOR

mock <mock@obscurity.org>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Will Whittaker and Ken Simpson

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.