Thread: Format of log
View Single Post
  #2  
Old 06-27-2012, 06:20 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,217
1) try in .htaccess

RewriteRule \.php$ - [E=isPHP:1]

this set environment variable "isPHP"

in log format, add %{isPHP}e

will look into 2) later.
Reply With Quote