-
Notifications
You must be signed in to change notification settings - Fork 515
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 for gh333: Layout broken after installation of 1.5.2 #335
fix for gh333: Layout broken after installation of 1.5.2 #335
Conversation
The issue linked with this PR #333 is still not recreated, that issue might have occurred due to some other reason Changes :
|
@computersalat Changes
|
Sorry, but your proposal is just wrong. You did definitly NOT understand the migration of directives from Apache 2.2 to 2.4. So if you want a working solution that can still be used on OLD Apache 2.2 as well as on Apache 2.4 then just take my PR as is. If you still don't understand then just close this PR. I am tired. |
We have checked the issue does occur in openSESU 15.3 but it took some time to recreate the issue as the complete steps were not clear on how the recreate the issue and the testing environment. The "mod_access_compat" directives have been deprecated in apache 2.4 by "mod_authz_host". we need the code that is being merged with QloApps to be of the correct standard. |
You still didn't answer the question about what you want. |
11cc3a9
to
1cf0b3e
Compare
@shreesh-webkul Note
If you want to continue using your old code also on Apache >= 2.4 then you must use mod_access_compat because you don't know if the guy that is running apache 2.4 is using mod_access_compat or not. This patch is perfect for using the code on Apache 2.2 as well as on Apache 2.4. No matter if mod_access_compat is being used on Apache 2.4 or not. Hopefully you will understand now. |
We have updated .htaccess files compatibility with Apache 2.2 and 2.4 in the PR #1062 . So, we are closing this PR. |
fixes Layout broken after installation of 1.5.2 #333