From 71078d61ad001deb219c7c846d146c902629abbd Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 26 Apr 2016 19:24:58 +1000 Subject: [PATCH] Add FAQ on preventing path disclosure Signed-off-by: Madhura Jayaratne --- doc/faq.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/faq.rst b/doc/faq.rst index 2115452355..01276c76ba 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -2168,6 +2168,13 @@ logs. Currently there are two variables available: You can then use any log analyzing tools to detect possible break-in attempts. +.. _faq8_3: + +8.3 Why are there path disclosures when directly loading certain files? +----------------------------------------------------------------------- + +This is a server configuration problem. Never enable ``display_errors`` on a production site. + .. _faqsynchronization: Synchronization