zend-patterns / ZendServerPuppet

ZendServerPuppet
Apache License 2.0
6 stars 16 forks source link

Reload missing after some config changes. #43

Closed ubellavance closed 7 years ago

ubellavance commented 7 years ago

When a vhost is added/deleted, make sure httpd is reloaded. Using the API, it seems that the call is zs-client.sh restartPhp --target=localadmin. Or a service httpd reload may be OK? @mkherlakian?

mkherlakian commented 7 years ago

the preferred way is zs-client.sh restartPhp as that only restart the services requiring a restart. Thanks @ubellavance!

ubellavance commented 7 years ago

@mkherlakian Does it need to be done after an application action (define, deploy, etc)?

ubellavance commented 7 years ago

Fixed in #50 or #55, closing.