disable for some domains the generation of VirtualHost with port :80

Norton

Verified User
Joined
Sep 30, 2021
Messages
5
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 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.
 
the topic is not current, I removed apache and installed nginx, I will play around with it now
 
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.
 
Back
Top