Apache定时重启
Apache定时重启@ECHO OFF net stop apache2 net start apache2 net stop mysql net start mysql 定时任务CMDat 04:00 c:\apacheautostart.bat 配合使用 ... 继续阅读 »
Apache定时重启@ECHO OFF net stop apache2 net start apache2 net stop mysql net start mysql 定时任务CMDat 04:00 c:\apacheautostart.bat 配合使用 ... 继续阅读 »
Apache拦截Bots在Apache服务器上,使用。htaccess文件。只需向文件中添加以下代码即可阻止引擎。 RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Googlebot [OR] RewriteCond %{HTTP_USER_AG ... 继续阅读 »