Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 9

This is strange. AEM displather has 2 dirs under conf.d:

available_vhosts

enabled_vhosts

 

What we have found is AEM ignores all xxx.vhosts files in enabled_vhosts except for one called default.vhost.

 

in avaliable_vhosts we have 3 xxx.vhost files

in enabled_vhosts we create a symbolic link to each.

only default.vhost is actually used.

 

Our workaround is to put all our vhosts in into default.vhost, but its not ideal.

 

Anyone else have this issue?

 

All our vhosts look like this:

 

<VirtualHost *:80>

ServerName "somesite_com"

ServerAlias "oursite-dev.ourdomain.net"

ServerAlias "oursite-test.ourdomain.net"

 

 

Who Me Too'd this topic