Re: ServerAlias has maximum length ?

2017-10-02 Thread Mithun Bhattacharya
Related but not completely we have a apache config written in Perl which refuses to honor our PerlPassEnv beyond a certain string length - it is bad enough for us to actively consider not writing our Apache config in Perl even though it provides a lot of flexibility. On Mon, Oct 2, 2017 at 9:06 AM

ServerAlias has maximum length ?

2017-10-02 Thread Thomas den Braber
I found a strange problem when upgrading from Apache 2.2 with modperl 2.09 to Apache 2.4 with modperl 2.10 I use sections to write the configuration of Apache. To set the ServerAlias, I use: ServerAlias => 'alias1.domain.com alias2.domein.com alias3.domein.com' (with about 10 domains) All do