Apache 记录 PHP 请求
我想在我的访问日志中登录完整的网址,而不仅仅是这个。
127.0.0.1 - - [07/May/2011:20:19:48 +0200] "GET /test/index1.php HTTP/1.1" 200 31333 "-" "Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0"
我想要日志,例如:
/test/index.php?page=10 或者我还使用 mod 重写而不是 /test/Page/100
这可能吗?
我的服务器上运行的是 Apache / PHP 5
谢谢您的帮助。
i want log in my accesslog the full urls not just this.
127.0.0.1 - - [07/May/2011:20:19:48 +0200] "GET /test/index1.php HTTP/1.1" 200 31333 "-" "Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0"
i want log for example:
/test/index.php?page=10 or I use also mod rewrite than it would be /test/Page/100
is this possible?
On my server is running Apache / PHP 5
Thank you for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 LogFormat 指令指定您想要的确切格式。查询字符串的参数是
%q
Use the LogFormat directive to specify the exact format that you want. The parameter for the query string is
%q