主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情! |
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作 |
查看user_agent
打开日志文件 cat /usr/local/apache2/logs/test.com-access_20161111_log
如何不显示chrome和curl的日志
1.打开虚拟主机配置文件
vi /usr/local/apache2/conf/extra/httpd-vhosts.conf
添加一代代码
<IfModule mod_rewrite.cgt;
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.test.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.aaa.com$ ----添加一行
RewriteRule ^/(.*)$ http://ww.lizheng.com/$1 [R=301,L](以/开始,$1作为标记)
条件一Rewritecond %{HTTP_USER_AGENT} ^.*curl.* [NC,OR] 添加的代码,关于curl
条件二Rewritecond %{HTTP_USER_AGENT} ^.*chrome* [NC] 添加的代码,关于chrome
结果RewriteRule .* - [F] 禁止
</IfModulegt;
2.重新启动,加载
apachectl -t
apachectl graceful
3.测试
curl -x127.0.0.1:80 www.lizheng.com/asasddas
View user agent
Open the log file cat / usr / local / apache2 / logs / test.com-access ABCD log
How not to display chrome and curl logs
1. Open the virtual host configuration file
vi /usr/local/apache2/conf/extra/httpd-vhosts.conf
Add a generation of code
<IfModule mod_rewrite.cgt;
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.test.com$ [OR]
Rewritecond% {http_host} ^ www.aaa.com $--- add a line
RewriteRule ^ / (. *) $http://ww.lizheng.com/ $1 [R = 301, l] (start with / and mark with $1)
Code added by condition 1 rewritecond% {http ﹣ user ﹣ agent} ^. * curl. * [NC, or], about curl
Condition 2 rewritecond% {http ﹣ user ﹣ agent} ^. * chrome * [NC] added code, about Chrome
Result RewriteRule. * - [F] forbidden
</IfModulegt;
2. Restart, load
Apachectl -t
apachectl graceful
3. test
curl -x127.0.0.1:80 www.lizheng.com/asasddas
--------------------------------------------------------------
主机参考,收集国内外VPS,VPS测评,主机测评,云服务器,虚拟主机,独立服务器,国内外服务器,高性价比建站主机相关优惠信息@zhujicankao.com
详细介绍和测评国外VPS主机,云服务器,国外服务器,国外主机的相关优惠信息,商家背景,网络带宽等等,也是目前国内最好的主机云服务器VPS参考测评资讯优惠信息分享平台
这几篇文章你可能也喜欢:
- 搬瓦工VPS,限量款套餐补货,美国CN2 GIA/日本软银/荷兰AS9929,1Gbps超大高端网络线路,KVM虚拟架构,1核1G内存1Gbps带宽,80美元/年,机房可随意切换
- RAKsmart,黑色星期五特别优惠,特价独立服务器/独服30美元/月,全场VPS云服务器/裸金属服务器终身7折,美国/香港/日本/韩国机房,E3-1230处理器16G内存100Mbps带宽,30美元/月
- 搬瓦工VPS,黑色星期五特别优惠活动,全场VPS云服务器9折,香港/美国CN2 GIA,分配高达10Gbps超大带宽,1核2G内存2.5Gbps带宽,45美元/季
- #实时更新#最新2021年主机商双十一活动汇总,国内外VPS主机商双11促销优惠活动汇总,海外免备案VPS云服务器/独立服务器超大带宽不限流量双11活动
- iON Cloud,双十一优惠,美国VPS云服务器低至11.11美元/季,洛杉矶/圣何塞机房,KVM虚拟架构,1核2G内存1Gbps带宽,11.11元/季
本文由主机参考刊发,转载请注明:如果根据日志去禁用user_agent https://zhujicankao.com/12612.html
评论前必须登录!
注册