Dans un premier temps, suivre le tutoriel qui figure à cette adresse : http://apache.developpez.com/cours/apache20-modssl-windows/ Regénérer la clé sans RSA (sinon message d'erreur "SSLPassPhraseDialog builtin...
Tag: apache
find . -name .svn –prune -o -print | xargs chown www-data:www-data #Exclude another directory (cache) find . -name .svn -or -name cache –prune -o...
DirectoryIndex first_index.html second_index.html third_index.html #if “first_index.html” does not found apache tries to find the next index (“second_index.html”), if the index lists ends apache #...
if (isset($_SERVER)) die(‘Permission denied.’); Note it’s also possibl with a .htaccess file and “deny from all ” in that file
Note Most vulnerability scanners will complain about TRACE method being enabled on the web server tested. This tip disable it and return a 403...