=pod
=head2 Chapter 7
=over to apache
PerlModule Apache::Checksum1 Apache::Checksum2 Apache::Checksum3
PerlTransHandler Apache::Checksum1
PerlSetVar ChecksumDir checksums
ForceType text/plain
PerlTransHandler Apache::Checksum2
PerlSetVar ChecksumPath /checksums
PerlTransHandler Apache::Checksum3
PerlModule Apache::MimeDBI
PerlTypeHandler Apache::MimeDBI
PerlModule Apache::HttpEquiv
PerlFixupHandler Apache::HttpEquiv
PerlModule Apache::LogMail
PerlLogHandler Apache::LogMail
PerlSetVar LogMailto dougm@apache.org
PerlSetVar LogPattern \.(html|txt)$
PerlModule Apache::LogDBI
PerlLogHandler Apache::LogDBI
=back to pod
=over 4
=item Apache::MIME Configuration (chapter 7)
=over to apache
PerlModule Apache::MIME
PerlTypeHandler Apache::MIME
TypesConfig conf/mime.types
=back to pod
=item Apache::PATCH Configuration (chapter 7)
Since I requires some authentication to be configured,
below we use the I example from chapter 6, just for
testing. You should configure another authentication module to
provide some decent protection
=over to apache
PerlModule Apache::PATCH
PerlInitHandler Apache::PATCH
PerlAuthenHandler Apache::AuthAny
AuthName PatchAble
AuthType Basic
require valid-user
=back to pod
=item Apache::AdBlocker Configuration (chapter 7)
=over to apache
PerlModule Apache::AdBlocker
PerlTransHandler Apache::AdBlocker
=back to pod
=item Apache::PassThru Configuration (chapter 7)
=over to apache
PerlModule Apache::PassThru
PerlTransHandler Apache::PassThru
PerlPassThru /CPAN http://www.perl.com/CPAN
PerlPassThru /search http://www.altavista.com
=back to pod
=item Apache::TrafficCop Configuration (chapter 7)
=over to apache
PerlModule Apache::TrafficCop
Elm St. 20
Payson Ave. 15
Main St. 25
TrafficCopRoadBlock On
TrafficCopTicket street_sweeping monday wednesday friday
TrafficCopRightOfWay LeftLane
SetHandler perl-script
PerlHandler Apache::TrafficCop::test
TrafficCopActiveSergeant Maloney
# PerlModule Apache::DirIndex
#
# PerlHandler Apache::DirIndex
#
# PerlModule Apache::Icon
#
# SetHandler perl-script
# PerlHandler Apache::Icon::handler
#
=back