popeye

Well-Known Member
May 23, 2013
368
2
68
Texas
cPanel Access Level
Root Administrator
Hi sometimes when i build Easy::Apache i get this message below and not sure what it means, could someone please explain,

!! Local template detected: /var/cpanel/templates/apache2/vhost.local !!

!! Local template detected: /var/cpanel/templates/apache2/ssl_vhost.local !!

!!
If there are issues with your local templates you might be interested in setting the 'When there are problems with local templates and the default templates are tried, move the local one to a .broken extension.' preference. !!
 

ThinIce

Well-Known Member
Apr 27, 2006
352
9
168
Disillusioned in England
cPanel Access Level
Root Administrator
The local templates are those used to make modifications to the apache config (httpd.conf) in this case for within localhost directives

EasyApache: Changes Contained Within a VirtualHost Directive

Provided nothing is broken after your compile / rebuild of the conf finishes, you're probably okay, however you might want to take a look inside the file and determine what it's doing on your system / if it's needed if you weren't aware of it's presence...
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Yes, that message is normal when the following files exist:

/var/cpanel/templates/apache2/vhost.local
/var/cpanel/templates/apache2/ssl_vhost.local

It just means some custom modifications have been made. It could have been from a third-party application, or from custom changes you made to the templates. You can view the files directly if you want to see the contents.

Thank you.