Doc fix
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@869 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
f475fd19e3
commit
2665f1f304
@ -171,10 +171,10 @@ Apache::Qpsmtpd - a mod_perl-2 connection handler for qpsmtpd
|
|||||||
<Perl>
|
<Perl>
|
||||||
use lib qw( /path/to/qpsmtpd/lib );
|
use lib qw( /path/to/qpsmtpd/lib );
|
||||||
use Apache::Qpsmtpd;
|
use Apache::Qpsmtpd;
|
||||||
|
$ENV{QPSMTPD_CONFIG} = "/path/to/qpsmtpd/config";
|
||||||
</Perl>
|
</Perl>
|
||||||
|
|
||||||
<VirtualHost _default_:25>
|
<VirtualHost _default_:25>
|
||||||
SetEnv QPSMTPD_CONFIG /path/to/qpsmtpd/config
|
|
||||||
PerlModule Apache::Qpsmtpd
|
PerlModule Apache::Qpsmtpd
|
||||||
PerlProcessConnectionHandler Apache::Qpsmtpd
|
PerlProcessConnectionHandler Apache::Qpsmtpd
|
||||||
# can specify this in config/plugin_dirs if you wish:
|
# can specify this in config/plugin_dirs if you wish:
|
||||||
|
Loading…
Reference in New Issue
Block a user