Skip to content

Add DirectoryIndex to fallback for resources #14509

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

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

wimme002
Copy link
Contributor

@wimme002 wimme002 commented Nov 2, 2020

When DirectoryIndex is set FallbackResource disabled will do nothing because apache falls back to DirectoryIndex.

@javiereguiluz javiereguiluz added this to the 4.4 milestone Nov 3, 2020
@Philosoft
Copy link
Contributor

I haven't touched Apache in years but may be Options -Indexes will be more robust? On a VirtualHost level, since nowadays directory index is veeery rarely used feature.

Docs: https://httpd.apache.org/docs/2.4/mod/core.html#options

@javiereguiluz
Copy link
Member

Thanks for this proposal and the review! We finally merged it because, as you said, the Options directive should be defined at VirtualHost level ... so better only change the config of this <Directory> of resources.

When DirectoryIndex is set FallbackResource disabled will do nothing because apache falls back to DirectoryIndex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants