Hi, i want to set Apache Directives for Directory Listening, but it doesnt work over the Panel. Thats what i do: <Directory /var/www/clients/client10/web19/web> Options -Indexes Order allow,deny Allow from all </Directory> But i can still Browse the / of the Webdir and the Error Dir, but not the Log Dir, which shows a white page and Stats Folder is not shown at all. Aim should be to disallow Directory Listening. Also Directive "ServerTokens Prod" throws an error in Apache log. System is Debian Jessie with Apache 2.4.10
Hi Sunghost, You mentioned you have Apache2.4 Did you try to use require all granted instead and checking if mod_autoindex is loaded i was reading on the 2.4 changes earlier for another issue and i think it might apply to your case. https://httpd.apache.org/docs/2.4/upgrading.html https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html hope it helps. Nuno
Hi, and thanks for your replies. First - there are no files under /web/ except mentioned dirs. NRP thx - i checked that and mod_autoindex is enabled, but i dont know what to do next with that info. One Point is that Option "ServerTokens Prod" was not excepted and i think that has nothing to do with this mod.