Directadmin creates wrong vhosts?

ja3

Verified User
Joined
Mar 28, 2004
Messages
49
Everytime one user at my server edits his vhost with adding subdomains and adding new domains the vhost file is wrong. It just sets things on the wrong place. I edit it in his httpd.conf but directadmin just does continue to make mistakes

Egg: <virtualhost ip:80> stands at the top of the page and under it there is standing another <virtualhost ip:80>. And 1 vhost is just missing an <virtualhost ip:80> that stands on the top of the page? How can I fix this?

Thanx,
ja3
 
Nothing is in the custom httpd conf from that user... so I don't understand whats wrong
 
Hello,

Try this:

Remove these files:

/usr/local/directadmin/data/users/username/domains/domain.com.cust_httpd

/usr/local/directadmin/data/templates/custom/virtual_host*.conf

Then rewrite the httpd.conf files:
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

John
 
Back
Top