Hi,
much Hotels use Apache 2.2.x (include in Xammp).
The Apache http Server is not the best, but with this Two tools / modules can u make it mor safer and a little bit better.
->OVERFLOW Request Shield.
->Injector Protect.
->DOS Shield.
NOTE!
You need the Microsoft Visual C++ Basic Files!!!
The first One:
mod_security
CREDITS:
Original source by: Ivan Ristic <ivanr@webkreator.com>
Original Home: ModSecurity: Open Source Web Application Firewall
Creator:
win32 files: Steffen
Mail: info@apachelounge.com
Home: ApaceLounge (Apache on Windows)
INSTALL
1"
Create an folder into ".../apache/modules/" name it "mod_security2"
2"
Copy the files (mod_security2.so, libxml2.dll and pcre.dll)
into your ".../apache/modules/mod_security2" folder.
3"
Add this to your httpd.conf (.../apache/conf/httpd.conf)
and if it not exist (or enable this by by uncommenting)Code:LoadModule security2_module modules/mod_security2/mod_security2.so
and add to the bottom:Code:unique_id_module modules/mod_unique_id.so
Code:<IfModule mod_security2> SecRuleEngine On SecDefaultAction log,auditlog,deny,status:403,phase:2,t:lowercase,t:replaceNulls,t:compressWhitespace SecAuditEngine RelevantOnly SecAuditLogType Serial SecAuditLog logs/mod_security2.log SecRule ARGS "c:/" t:normalisePathWin SecRule ARGS "\.\./" "t:normalisePathWin,id:99999,severity:4,msg:'Drive Access'" SecRule ARGS "d:/" t:normalisePathWin </IfModule>
The Second One:
mod_dosevasive22
CREDITS:
Original Home: http://www.zdziarski.com/projects/mod_evasive/
< More CREDITS can't be set, the Page is not longer Online>
INSTALL:
1"
Copy the files (mod_dosevasive22.c and mod_dosevasive22.dll) into your ".../apache/modules" folder.
2"
Add this to your httpd.conf (.../apache/conf/httpd.conf)
and add to the bottom:Code:LoadModule dosevasive22_module modules/mod_dosevasive22.dll
INFO:Code:<IfModule dosevasive22_module> DOSHashTableSize 3097 DOSPageCount 90 DOSSiteCount 110 DOSPageInterval 1 DOSSiteInterval 1 DOSBlockingPeriod 10 DOSWhitelist 127.0.0.1 </IfModule>
DOSHashTableSize
Nuber of top-level nodes.
DOSPageCount
Number of maximum requests per Webpage.
DOSSiteCount
Number of maximum requests per any Object by the same client.
DOSPageInterval
Number of the server waiting intervall before the next Webpage request is allowed.
DOSSiteInterval
Number of the server waiting intervall before the next Webpage request is allowed.
DOSBlockingPeriod
Number (in seconds) of the blockingtime for an overrequested client.
DOSWhitelist
The Whitelist of the client IP's hwo is allowed to overrequested.
If an Client overrequested it shows an 403 Error.
_______________________________________________________________________
Sorry, my ENGLISH is not so good.
_______________________________________________________________________
File Download:
HTTP
security2.7z (File size = 579,677 kb)
FTP
FTP Server: gtx-server.dyndns.org
Windows File Explorer
ftp://gtx-server.dyndns.org/FTP/apache_mods/
Copy into your Windows Explorer (not Internet Explorer)
you don't trust it?
keep your hands away from it!
-Tenshie![]()



LinkBack URL
About LinkBacks
>









"




