Bug 1480667
| Summary: | openshift-supported drupal quickstart fails to deploy | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Sten Turpin <sten> |
| Component: | Templates | Assignee: | Abhishek Gupta <abhgupta> |
| Status: | VERIFIED --- | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | aos-bugs, bparees, rthrashe, xiuwang, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sten Turpin
2017-08-11 16:36:56 UTC
From a very quick look, the patch for .htaccess in the drupal quickstart github is for drupal 7.43 and openshift is now using 7.56. The patch file may no longer be needed as drupal 7.56 has its own conditional to check for the apache 2.4 issue. Removing the patch works for me in online, though I didn't test with different versions of apache. I opened a PR to remove the patch here: https://github.com/openshift-quickstart/drupal-quickstart/pull/42 Customers who want to use the drupal quickstart in the meantime are welcome to update the source code link on the drupal quickstart to `https://github.com/thrasher-redhat/drupal-quickstart.git` with the branch `htaccess-fix`. Alternatively, customers can remove this line <https://github.com/openshift-quickstart/drupal-quickstart/blob/master/.openshift/action_hooks/build#L63> in their own fork and use that as the source. More info: Drupal 7.56 patchnotes which mention .htaccess changes - https://secure.installatron.com/updatefeed/drupal_7_56 Drupal 7.56 .htaccess - https://github.com/drupal/drupal/blob/7.56/.htaccess Could deploy quickstart with https://github.com/openshift/drupal-quickstart in openshift.redhat.com. |