Doc update for Apache 2.2: use AcceptFilter w/ Linux, FreeBSD
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@766 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
afed08ebcd
commit
731e202025
@ -172,7 +172,12 @@ Apache::Qpsmtpd - a mod_perl-2 connection handler for qpsmtpd
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
Listen 0.0.0.0:25
|
||||
Listen 0.0.0.0:25 smtp
|
||||
AcceptFilter smtp none
|
||||
## "smtp" and the AcceptFilter are required for Linux, FreeBSD
|
||||
## with apache >= 2.1.5, for others it doesn't hurt. See also
|
||||
## http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter
|
||||
## and http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen
|
||||
|
||||
LoadModule perl_module modules/mod_perl.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user