2013年4月12日
摘要: 1.Nginx 身份证验证#cd /usr/local/nginx/conf#mkdir htpasswd/usr/local/apache2/bin/htpasswd -c /usr/local/nginx/conf/htpasswd/tongji linuxtone#添加用户名为linuxtoneNew password: (此处输入你的密码)Re-type new password: (再次输入你的密码)Adding password for user#修改nginx.conflocation ~ ^/(tongji)/ {root /data/www/wwwroot/count;aut 阅读全文
posted @ 2013-04-12 10:23 tangoo 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 有时候nginx,apache,mysql,php编译完了想看看编译参数可以用以下方法(1)nginx编译参数:#/usr/local/nginx/sbin/nginx -V(2)apache编译参数:# cat /usr/local/apache2/build/config.nice(3)php编译参数:# /usr/local/php/bin/php -i |grep configure(4)mysql编译参数:# cat "/usr/local/mysql/bin/mysqlbug"|grep configure# mysql rpm安装cat "/usr/ 阅读全文
posted @ 2013-04-12 09:04 tangoo 阅读(183) 评论(0) 推荐(0) 编辑