This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Apache / Re: How to disable directory listing
« on: September 11, 2020, 05:54:59 PM »
Thank you..
Hello, there.
I have been using CWP Panel more than 1 year. Really thanks founder&contributers to give us such nice platform.
Please follow this small modification for disable "Directory indexing" or "Directory Listing" on all server-side.Quote[OPEN]
/usr/local/apache/conf/extra/httpd-userdir.conf
[FIND]
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
[REPLACE]
Options MultiViews SymLinksIfOwnerMatch IncludesNoExec
[IMPORTANT]
RESTART APACHE SERVICE AFTER CHANGES!!!
Pages: [1]