小黄 发布的文章
隐藏apache版本号的方法
httpd.conf 查找Include conf/extra/httpd-default.conf把前面#去掉,并修改文件为ServerTokens Prod ServerSignature off
隐藏php版本号的方法
php.ini将默认的expose_php = On修改为expose_php = Off重启php service httpd restart
linux crontab 定时器设置
命令crontab -e添加:00 10 * * * /usr/bin/curl http:/www.xxxx.com/xxxx.php上面语句表示每天10点访问一次php文件";