-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Configure DirectoryIndex by default #854
Conversation
If the module is required, then it make sense to include it 👍. There seems to be some style issues in this file, do you mind adding a commit to fix those? |
the problems aren’t related to my changes, but here is the linter fixed |
Ah, thanks for the pointer! The other PR looked good, I merged it. Can you please rebase your changes on top of the main branch (the second commit being already in master it should be removed in the process)? From your working directory:
|
500bd4c
to
93a7911
Compare
well, the archlinux build seems broken:
|
It appears upstream has renamed the snmp templates: It should probably be fixed in its own PR |
Fine. You can create the feature branch on top of this branch if it helps you with testing, just remind us that "This PR also include # " in the new PR. The CI failure put aside, this LGTM! |
#855 has been merged, which should fix CI. The change is unlikely to have any impact regarding CI so let's merge this, thanks! |
Pull Request (PR) description
Make sure the DirectoryIndex is configured when apache 'default_mods` are disabled:
Feel free to correct me if you think it should not be in this module, but instead only in my own
profile
.This Pull Request (PR) fixes the following issues
Fixes #853