Edits in httpd-vhosts.conf getting overrided by daemon
01-28-2016, 04:51 AM
(This post was last modified: 01-28-2016, 04:52 AM by kaanmijo.)
Hi all,
I have one custom line in my httpd-vhosts.conf like this:
However, everytime daemon runs and it has to make some changes in httpd-vhosts.conf, when I create a subdomain for example, it removes that line. The consquence is that my SSL domains won't work anymore because apache doesn't load the httpd-ssl-vhosts.conf.
Does anyone have a solution how this can be fixed?
I have one custom line in my httpd-vhosts.conf like this:
Code:
Include /etc/sentora/configs/apache/httpd-ssl-vhosts.conf
However, everytime daemon runs and it has to make some changes in httpd-vhosts.conf, when I create a subdomain for example, it removes that line. The consquence is that my SSL domains won't work anymore because apache doesn't load the httpd-ssl-vhosts.conf.
Does anyone have a solution how this can be fixed?