Hello List,

in apache 2.2 we had a typical vhost like this to realize wildcardsubdomains:

<VirtualHost *:80>
ServerName *.example.com
ServerAlias *.example.com
DocumentRoot /var/www/wildcardexample/public_html
</VirtualHost>

In apache 2.4 wildcards are not allowed in servername. Is it ok to just comment out servername and run this vhost only with "ServerAlias *.example.com"? It seems that servername is not a mandatory directive, apache 2.4 is starting without problems.
Or is there an better way to realize?

Thanks,
Hajo


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to