N Norton Verified User Joined Sep 30, 2021 Messages 5 Feb 17, 2024 #1 I would like to override the configuration so that entries with port 80 are not generated for some domains, and subdomains <VirtualHost *.*.*.*:80 >. Is there documentation where it is described how to modify the contents of VirtualHost
I would like to override the configuration so that entries with port 80 are not generated for some domains, and subdomains <VirtualHost *.*.*.*:80 >. Is there documentation where it is described how to modify the contents of VirtualHost
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,467 Location UA Feb 17, 2024 #2 you can use or Custom HTTPD for single domain modifications, or custom templates Customizing Apache | Directadmin Docs DirectAdmin Knowledge Base docs.directadmin.com
you can use or Custom HTTPD for single domain modifications, or custom templates Customizing Apache | Directadmin Docs DirectAdmin Knowledge Base docs.directadmin.com
N Norton Verified User Joined Sep 30, 2021 Messages 5 Feb 17, 2024 #3 I have reviewed this documnetation and regurgitated it, but I did not find in it information on my question. Perhaps I don't know how to search.
I have reviewed this documnetation and regurgitated it, but I did not find in it information on my question. Perhaps I don't know how to search.
N Norton Verified User Joined Sep 30, 2021 Messages 5 Feb 18, 2024 #4 the topic is not current, I removed apache and installed nginx, I will play around with it now
O Ohm J Verified User Joined Aug 16, 2019 Messages 1,900 Feb 18, 2024 #5 directadmin doesn't have default variable to customize virtualhost outside block. It only have variable to customize inside block. So, you can only make them force 404 error. but port still open for that domain.
directadmin doesn't have default variable to customize virtualhost outside block. It only have variable to customize inside block. So, you can only make them force 404 error. but port still open for that domain.