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

Fix Apache/core crashes related to 4.3.0 migration script #2049

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

BadWolf42
Copy link
Contributor

@BadWolf42 BadWolf42 commented Aug 30, 2022

Proposed change

Temporary fix related to https://community.jeedom.com/t/crash-install-4-3/89719

2 issues here:

  • Apache MUST NOT be restarted in update script as update.php is not completely detached from Apache,
  • Apache cannot start on some systems, because this script enables mod_headers in apache and some users have a very old security.conf file containing Content-Security-Policy (preventing security.conf update).

Type of change

HOT FIX

@zoic21 could you please merge in alpha and beta quickly to avoid this issue to spread further more?

  • 3rd party lib update
  • Bugfix (non breaking change)
  • Core new feature
  • UI new functionnality
  • Code quality improvements
  • Core documentation

@zoic21 zoic21 merged commit 12c9a1e into jeedom:alpha Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants