简体   繁体   中英

Apache Directory Index showing files but not folders with mod_auth_openidc

I have a folder with files and folders inside it and I am running Apache 2.4 on Debian Jessie . Everything is chmoded 755 and chowned by www-data .

I have enabled Directory Indexing with Options +Indexes and also with Options Indexes FollowSymlinks MultiViews from the config of my VirtualHost.

I have no IndexIgnore directive in the apache2.conf

When I access the folder from HTTP, Apache only shows the files but not the folders.

I'd like to show the folder links as well. How can I achieve that?

Looks like mod_auth_openidc did not want Apache to list folders for some reason. I overrode that with:

IndexOptions +ShowForbidden

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM