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 <mitchellk...@gmail.com>
Date: Friday, March 17, 2017 at 2:27 AM
To: John Rose <jbr...@utk.edu>, "users@httpd.apache.org" 
<users@httpd.apache.org>
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 <jbr...@utk.edu><mailto:jbr...@utk.edu>
Reply: users@httpd.apache.org<mailto:users@httpd.apache.org> 
<users@httpd.apache.org><mailto:users@httpd.apache.org>
Date: 16 March 2017 at 11:31:17 PM
To: users@httpd.apache.org<mailto:users@httpd.apache.org> 
<users@httpd.apache.org><mailto:users@httpd.apache.org>
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

Reply via email to