domain pointer-alias not working after update

chrisly

Verified User
Joined
Apr 26, 2005
Messages
24
Hello,

Last night we updated our DirectAdmin servers with da build update_versions. But we now have a problem on 1 server.

The pointer aliases no longer work on that server.

I did some research and found that when I add a pointer as an alias, in the user httpd conf a virtual host is added, but the server name and server alias are the name of the user's root domain.
So all aliases are written in the user httpd.conf as the main domain. So there are several exactly the same virtualhost 443 sections of the main domain.
(In /usr/local/directadmin/data/users/<username>/httpd.conf)

Adding a pointer as a pointer works well

A simple da build rewrite_confs does not solve the problem

Does anyone have an idea what the problem could be?
 
found and resolved it

there was a virtual_host2_secure.conf file in templates\custom, wich was missing this section:
|?HOST_DOMAIN=`DOMAIN`|
|*if HOST_POINTER|
|?HOST_DOMAIN=`HOST_POINTER`|
|*endif|
 
Back
Top