Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 304c1bfc9f1a64ebb93fb3db54a0b4a4 > files > 1

apache2-mod_fortress-2.0.44_1.0-4mdk.ppc.rpm

<IfDefine HAVE_FORTRESS>
  <IfModule !mod_fortress.c>
    LoadModule fortress_module    extramodules/mod_fortress.so
  </IfModule>
</IfDefine>

# Example taken from the "httpd.conf.append" file
# -- 
# Regards // Oden Eriksson
# Deserve-IT Networks -> http://d-srv.com

<IfModule mod_fortress.c>

# the signatures
FortressSignatures /etc/httpd/conf/mod_fortress_signatures.conf
FortressLog /var/log/httpd/mod_fortress
FortressLogString      "\
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=[ %Th:%Tm:%Ts ]=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=& \
 = Source: %Ci & \
 = Destination: %Sh & \
 = Port: %Sp & \
 = Request Line: %Rr & \
 = Description: %Rd & \
 = Method: %Rm & \
 = Protocol: %Rp & \
 = Virtual Host: %Sv & \
 = User-Agent: %H[User-Agent] & \
 = Query Arguments: %Rq & \
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=&"

</IfModule>