摘要: $ wget http://nginx.org/download/nginx-1.3.2.tar.gz$ tar xvzf nginx-1.3.2.tar.gz#查看ngixn版本极其编译参数 $ /usr/local/nginx/sbin/nginx -Vnginx version: nginx/... 阅读全文
posted @ 2014-05-19 15:09 北斗极星 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: 默认网站根目录为/usr/local/nginx/html,要将它改成/homw/wwwvi /usr/local/nginx/conf/nginx.conf将其中的 location / { root html; index index.php index.html i... 阅读全文
posted @ 2014-05-19 11:17 北斗极星 阅读(8740) 评论(0) 推荐(0) 编辑
摘要: http://www.2cto.com/os/201307/225399.html 2013最新linux运维面试题在对linux基本知识的归纳总结之后,这里是一份linux的测试题。希望能帮助大家复习和熟悉linux知识。一、选择题1.cron后台常驻程序(daemon)用于: A.负责文件在网络... 阅读全文
posted @ 2014-05-19 09:32 北斗极星 阅读(10187) 评论(0) 推荐(1) 编辑