Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve signal handling when update vhosts list. #425

Merged
merged 3 commits into from
Nov 22, 2019

Commits on Nov 18, 2019

  1. Update Changelog

    jjnicola committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    97f304e View commit details
    Browse the repository at this point in the history
  2. Improve signal handling when update vhosts list.

    A child process was sending a signal to the parent to perform an update.
    The update was made during the interruption routine.
    Now the interruption just set a variable. This variable will be read and
    used for the parent process to make the update if it is necessary.
    jjnicola committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    f39fee6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    d8bc057 View commit details
    Browse the repository at this point in the history