Sentora Support Forums

Full Version: Edits in httpd-vhosts.conf getting overrided by daemon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

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?
include it from the main apache config under /etc/http2 ( if I'm not wrong in ubuntu) check conf & d.conf. Never do that using config files under /etc/sentora/config/apache.

M B
(01-28-2016, 07:50 AM)Me.B Wrote: [ -> ]include it from the main apache config under /etc/http2 ( if I'm not wrong in ubuntu) check conf & d.conf. Never do that using config files under /etc/sentora/config/apache.

M B

This fixed it. It's located in /etc/apache2/apache2.conf