Apache-2.2

如何配置 awstats 來分析 .php 流量?

  • December 9, 2014

預設情況下,awstats 將 .php 流量分組為一個Dynamic PHP Script file數字。

但是,該站點的模式位於route=???之後index.php?,例如:

GET /index.php?route=account/login/valid HTTP/1.1
GET /index.php?route=account/logout HTTP/1.1
GET /index.php?route=product/sunglasses/success HTTP/1.1

awstats 是否可配置以分解routea 後面的流量index.php?如果不是,還有其他工具可以完成這項工作嗎?

閱讀手冊

URLWithQuery=$$ 0|1 $$

0 - 從查詢字元串中清除 URL(即:“/mypage.html”)

1 - 使用帶有查詢字元串的完整 URL(即:“/mypage.html?p=x&q=y”)

相關的是選項URLWithQueryWithoutFollowingParametersURLWithQueryWithOnlyFollowingParameters它們允許您調整哪些獲取選項用於和不用於分組命中。

引用自:https://serverfault.com/questions/650157