Thread: mod_zeus
View Single Post
  #5  
Old 05-16-2011, 10:14 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
You can define log format (admin console->configuration->server->log) as follows: %

Quote:
%{X-Cluster-Client-Ip}i %h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"
the first field (defined as %{X-Cluster-Client-Ip}i) in your access log should show client IP.
Reply With Quote