Thanks for replying, regarding question 1 let me reword the question … In one virtual host block could you have hundreds of ServerAlias lines with no negative impact.
As in … ServerName abc.com ServerAlias one.abc.com ServerAlias two.abc.com ServerAlias three.abc.com … ServerAlias fourhundred.abc.com Thanks From: Mitchell Krog Photography <[email protected]> Date: Friday, March 17, 2017 at 2:27 AM To: John Rose <[email protected]>, "[email protected]" <[email protected]> Subject: Re: [users@httpd] ServerAlias limit and conflicts? 1. I have always stuck to one ServerAlias line but for fun I tested this config this morning and it works just fine ServerName centos.local ServerAlias centos2.local centos3.local ServerAlias centos4.local ServerAlias centos5.local centos6.local centos7.local 2. Not that I am aware of, I have had Apache hosts in the past with well over 200 domains on a ServerAlias line 3. No tested that for you too got … [warn] _default_ VirtualHost overlap on port 80, the first has precedence From: Rose, John B <[email protected]><mailto:[email protected]> Reply: [email protected]<mailto:[email protected]> <[email protected]><mailto:[email protected]> Date: 16 March 2017 at 11:31:17 PM To: [email protected]<mailto:[email protected]> <[email protected]><mailto:[email protected]> Subject: [users@httpd] ServerAlias limit and conflicts? 1. Is there a limit on how many “ServerAlias” lines can be in a virtual host block? 2. Is there a limit on how many hostnames can be in one “ServerAlias” line? 3. If you used “ServerAlias *.abc.com<http://abc.com>” in one virtual host conf file, would that cause any conflict with existing virtual host conf files using the same abc.com<http://abc.com> domain? Thanks
