storm_shadow
Verified User
- Joined
- Oct 8, 2016
- Messages
- 27
Hello Guys...
Int the last version of directadmin, httpd combin all domain pointer in subdomain Virtualhost , like this :
But in new version of directadmin Httpd generate special Virtualhost for Subdomain per every Domain Pointer, like this:
Are there settings that will generate the same as before?
Where do I need to make change to generate it look like before?
Please help me for this, it's importnat
Int the last version of directadmin, httpd combin all domain pointer in subdomain Virtualhost , like this :
Apache config:
<VirtualHost 88.88.88.88:80 127.0.0.1:8080 >
ServerName www.sub.domain.com
ServerAlias www.sub.domain.com sub.domain.com sub.domain1.com www.sub.domain1.com sub.domain2.com www.sub.domain2.com sub.domain3.com www.sub.domain3.com sub.domain4.com www.sub.domain4.com
ServerAdmin [email protected]
...
But in new version of directadmin Httpd generate special Virtualhost for Subdomain per every Domain Pointer, like this:
Apache config:
<VirtualHost 88.88.88.88:80 127.0.0.1:8080 >
ServerName www.sub.domain1.com
ServerAlias www.sub.domain1.com sub.domain1.com
ServerAdmin [email protected]
...
<VirtualHost 88.88.88.88:80 127.0.0.1:8080 >
ServerName www.sub.domain2.com
ServerAlias www.sub.domain2.com sub.domain2.com
ServerAdmin [email protected]
...
<VirtualHost 88.88.88.88:80 127.0.0.1:8080 >
ServerName www.sub.domain3.com
ServerAlias www.sub.domain3.com sub.domain3.com
ServerAdmin [email protected]
...
Are there settings that will generate the same as before?
Where do I need to make change to generate it look like before?
Please help me for this, it's importnat