Disable directory listing #14

Closed
opened 2022-10-21 15:11:59 +02:00 by ktyl · 1 comment
Owner

Only the files in https://ktyl.dev/journal should be listed. All other paths on the server should have directory listing disabled.

https://www.simplified.guide/apache/disable-directory-listing
https://httpd.apache.org/docs/current/en/mod/core.html#directory

Only the files in https://ktyl.dev/journal should be listed. All other paths on the server should have directory listing disabled. https://www.simplified.guide/apache/disable-directory-listing https://httpd.apache.org/docs/current/en/mod/core.html#directory
ktyl added the
enhancement
label 2024-06-06 00:11:38 +02:00
ktyl changed title from Disable directory indexing to Disable directory listing 2024-06-06 00:18:13 +02:00
Author
Owner

Used <Directory> blocks with Options -Indexes for the site root and Options Indexes for the journal path.

Used `<Directory>` blocks with `Options -Indexes` for the site root and `Options Indexes` for the journal path.
ktyl closed this issue 2024-06-06 00:36:14 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ktyl/ktyl.dev#14
No description provided.