View Single Post
  #6  
Old 06-22-2012, 07:09 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
Code:
77.9.186.5 - - [22/Jun/2012:19:20:55 +0200] "GET /index.php HTTP/1.1" 403 25992 "-" "-"
looks problem. above "25992" should be "380" ?
i.e., response body's size is 380 bytes. content is
Quote:
<html>
<head><title> 403 Forbidden
</title></head>
<body><h1> 403 Forbidden
</h1>
Access to this resource on the server is denied!<hr />
Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br />
<font face="Verdana, Arial, Helvetica" size=-1>LiteSpeed Technologies is not responsible for administration and contents of this web site!</font></body></html>
although it's not most efficient, but only return 380 bytes instead of 25,992 bytes; more importantly, PHP is not triggered. php/mysql usually to be bottle-neck especially under attack.
Reply With Quote