04-14-2023, 10:12 PM
both syncronizes ehcp databases (domains) agains system, that is, apache/dns configs and file system. note that both is applied automatically whenever you setup a new domain or delete it.
a separate command link "sync domains" is put on options to let user do it manually, in case something goes wrong or we forgot something.
in a bit more detail:
sync domains:
you may see this in classapp.php, function syncdomains
it builds apache configs according to settings in ehcp,
fixes any directory permissions that may gone wrong.
it changes all to vsftpd:www-data ownership
if this is not suitable for you, you may change this in classapp.php.
also please describe why you prefer that way, so that we may also fix it in our copy or we may figure out a way to meet all.
subdomains, password protected domains etc also are configured during syncdomains.
sync dns:
bind dns configuration are written to bind files from ehcp domains.
this is something easier than syns domains.
domain zone files are constructed in /etc/bind/
this is much like mysql->bind config converter.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
a separate command link "sync domains" is put on options to let user do it manually, in case something goes wrong or we forgot something.
in a bit more detail:
sync domains:
you may see this in classapp.php, function syncdomains
it builds apache configs according to settings in ehcp,
fixes any directory permissions that may gone wrong.
it changes all to vsftpd:www-data ownership
if this is not suitable for you, you may change this in classapp.php.
also please describe why you prefer that way, so that we may also fix it in our copy or we may figure out a way to meet all.
subdomains, password protected domains etc also are configured during syncdomains.
sync dns:
bind dns configuration are written to bind files from ehcp domains.
this is something easier than syns domains.
domain zone files are constructed in /etc/bind/
this is much like mysql->bind config converter.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.