Control Web Panel

WebPanel => Apache => Topic started by: joaolm on May 21, 2019, 01:55:56 PM

Title: Location of domain configurations
Post by: joaolm on May 21, 2019, 01:55:56 PM
Hi!
We had some specific configurations in one of the sites and all configuration was lost after the march update.

Where can I make this specific configurations?
In /usr/local/apache/conf.d/vhosts/app.xxxxxxxxx.com.conf ?


Regards,
Title: Re: Location of domain configurations
Post by: Igor S. on May 22, 2019, 12:00:54 PM
Hi
make a config file in /usr/local/apache/conf/userdata/USER/DOMAIN/THE-FILE.conf and uncomment:

Code: [Select]
# Custom settings are loaded below this line (if any exist)
IncludeOptional "/usr/local/apache/conf/userdata/USER/DOMAIN/*.conf"

in In /usr/local/apache/conf.d/vhosts/app.xxxxxxxxx.com.conf ?