1
SmarterStats on Apache
Question asked by Michael Muller - 1/14/2015 at 11:07 AM
Unanswered
I have moved my websites to a Windows / Apache box and need to know if SmarterStats will support the access logs in the same manner it will IIS. If so, are there switches I need to use on the logging line? This is what I have now...
 
<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    CustomLog "logs/access.log" common
</IfModule>
 
Thanks,
---
Montague WebWorks
Powered by RocketFusion

2 Replies

Reply to Thread
1
Employee Replied
Employee Post
Hi Michael,
 
SmarterStats does support Apache logs and to see the format please look at this knowledge base article: http://portal.smartertools.com/kb/a2481/supported-log-formats-for-importing-into-smarterstats.aspx
0
Tom Replied
I realize this is an old thread and apologize for waking up a dinosaur but I'm in a similar situation with our configuration. 5 years ago a tech from SmarterTools RDP'd into my box and configured my smartermail without going through IIS. Now that it is time to perform a server migration, I don't know how the tech configured it. Can you provide some guidance on how to set that up?

Reply to Thread