launch script after synchro

Hi,

I want to synchronize apache config files

so after synchro is done I want to automaticaly do a sudo apache2ctl restart

is it possible ?

thanks

Currently, no. You’ll need to monitor the REST interface for events and react to those.

Or, since I guess apache won’t be changing it’s config by itself, use a unidirectional sync program like rsync or an actual deployment script of some sort.

ok :frowning:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.