Tags: http,apache

Sort by: Date / Title /

  1. 1 month ago by spirit
    Most vulnerability scanners will complain about TRACE method being enabled on the web server tested. This tip disable it and return a 403 FORBIDDEN error to the client (apache versions newer than 1.3.34 for the legacy branch, and 2.0.55 for apache2).
    This needs to be added in the main server config and the default is enabled (on):
    
    TraceEnable Off
  2. 8 months ago by eltupper
    1. DirectoryIndex first_index.html second_index.html third_index.html
    2. #if "first_index.html" does not found apache tries to find the next index ("second_index.html"), if the index lists ends apache
    3. # gives the 404 error.
    4. # sorry for my bad english, it's not my natal languaje
    5.  
    6. #si "first_index.html" no es encontrado muestra el proximo en la lista ("third_index.html"), si la lista se acaba da error 404

First / Previous / Next / Last / Page 1 of 1 (2 posteets)