Re: Trying apache with multiple configs.

2009-12-08 Thread Robin Bowes
On 05/12/09 05:23, Peter Eisch wrote: Consider the first config loaded: -- Listen 10.1.200.28:25 smtp AcceptFilter smtp none LoadModule perl_module lib/httpd/mod_perl.so Perl use lib qw( /home/smtpd/qpsmtpd.1/lib ); use Apache::Qpsmtpd;

Re: Trying apache with multiple configs.

2009-12-08 Thread Peter Eisch
On 12/8/09 5:54 AM, Robin Bowes robin-li...@robinbowes.com wrote: Not tested, but how about this: Listen 10.1.200.29:25 smtp AcceptFilter smtp none LoadModule perl_module lib/httpd/mod_perl.so Perl use lib qw( /home/smtpd/qpsmtpd.2/lib ); use Apache::Qpsmtpd; /Perl

Re: Trying apache with multiple configs.

2009-12-08 Thread Ask Bjørn Hansen
On Dec 8, 2009, at 6:27, Peter Eisch wrote: SetEnv QPSMTPD_CONFIG /home/smtpd/qpsmtpd.2/config /VirtualHost That doesn't appear to set the value where it can be picked up: ... $ENV{QPSMTPD_CONFIG} must be given at /home/smtpd/qpsmtpd.vsi/lib/Apache/Qpsmtpd.pm line 26.\n The