commit | 1e26508983a1ebf2c23560395ffca8b1f6f79462 | [log] [tgz] |
---|---|---|
author | Hirotaka Wakabayashi <hiwkby@yahoo.com> | Thu Jul 02 06:19:21 2020 +0000 |
committer | Hirotaka Wakabayashi <hiwkby@yahoo.com> | Thu Jul 02 06:27:06 2020 +0000 |
tree | ec071db7ba8b7f0f7c9b463b56b51a115c1c1e0f | |
parent | 3cbb33e5c6068d80c50f64a543550611eca8309a [diff] |
Use python3-mod-wsgi instead of mod_wsgi on CentOS8 This fixes a stack.sh execution error on CentOS8. We should use python3-mod_wsgi instead of mod_wsgi since mod_wsgi is replaced by python3-mod_wsgi. The following change may affect this issue. https://git.centos.org/rpms/mod_wsgi/c/4a746b53e9e3fef74b227e016e785449160871b8?branch=c8s Change-Id: I5344ecf519e1a79091b6158c2d711d09b21fae0c Closes-Bug: #1885645