服务器禁止某些User Agent抓取网站
服务器禁止某些User Agent抓取网站 Apache 修改 .htaccess RewriteEngine On RewriteCond %{HTTP_USER_AGENT} (^$|Fee
...Read more...
数人世相逢,百年欢笑.
服务器禁止某些User Agent抓取网站 Apache 修改 .htaccess RewriteEngine On RewriteCond %{HTTP_USER_AGENT} (^$|Fee
...Read more...
nginx 配置 location / { proxy_pass https://Uip; proxy_set_header Host $host; # proxy_set_header Hos
...Read more...
安装svn 关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX
...Read more...
proxy_cache是nginx自带的内置缓存模块,配置一下就可以用了,看下面的配置 user www www;
...Read more...
apache启用.htaccess 修改httpd.conf文件 将 <Directory "/var/www/htdocs"> 里的 AllowO
...Read more...
1、工作模型 prefork:进程模型 一个父进程,带多个子进程 父进程接到请求后,所有进程都会激活状态,父进程分配资源后,其余进程会进入休眠状态。 worker:线程模式(推荐) 将内存和文件
...Read more...