Hello guys, hope someone can help me my configuration : debian 8 + ispconfig apache 2.4.10 I recently upgrade my website to all ssl. I just have one issue : on webmaster tool, I have a lot of 404 erros with the same directory "manual" When I checked on my server it seems to be the apache documentation example : https://www.mywebesite.com/manual/fr/mod/mod_session_crypto.html I don't know how google have access this directory as I don't have it on the website files. the directory is located on "/usr/share/doc/apache2-doc/manual" thank you for your help
Problem solved on /etc/apache2/conf-available/apache2-doc.conf I comment this file like this #Alias /manual /usr/share/doc/apache2-doc/manual/ #<Directory "/usr/share/doc/apache2-doc/manual/"> # Options Indexes FollowSymlinks # AllowOverride None # Require all granted # AddDefaultCharset off #</Directory> thank you