随笔分类 -  Linux

linux学习、技巧、应用
Apache 文件配置
摘要:Apache服务器 httpd.conf文件的基本配置以及常见问题 阅读全文

posted @ 2015-06-03 00:07 我叫小白兔 阅读(201) 评论(0) 推荐(0)

cd /umac apache 服务启动、关闭
摘要:命令:sudo /usr/sbin/apachectl [start | stop | restart] 或者:sudo httpd -k [start|restart|graceful|graceful-stop|stop]apache的配置文件:/etc/apapche2/httpd.conf 阅读全文

posted @ 2015-06-02 21:13 我叫小白兔 阅读(146) 评论(0) 推荐(0)

Nginx的安装,以及加载php和报错排除
摘要:nginx FastCGI错误Primary script unknown解决办法 阅读全文

posted @ 2015-06-02 02:17 我叫小白兔 阅读(329) 评论(0) 推荐(1)

php-fpm 启动报错
摘要:php-cgi的FastCGI启动报错 阅读全文

posted @ 2015-06-02 02:14 我叫小白兔 阅读(10879) 评论(0) 推荐(0)

Nginx下修改php.ini
摘要:Nginx下修改php.ini配置文件,需要通过php-cgi的FastCGI来重新加载php.ini文件php-fpm -c | : 查找php.ini文件的目录命令:sudo php-fpm {start|stop | quit | restart | reload | logrotate}--... 阅读全文

posted @ 2015-06-02 01:30 我叫小白兔 阅读(872) 评论(0) 推荐(0)

linux nginx 端口常识
摘要:1.在Linux中1024以下的端口号都需要root用户才能使用,所以,nginx绑定80端口,要用命令sudo通过root帐号启动。 阅读全文

posted @ 2015-06-01 16:54 我叫小白兔 阅读(658) 评论(0) 推荐(0)

profile bashrc bash_profile之间的区别和联系
摘要:转载:http://talentluke.iteye.com/blog/1541702执行顺序为:/etc/profile -> (~/.bash_profile | ~/.bash_login | ~/.profile) -> ~/.bashrc -> /etc/bashrc -> ~/.bash... 阅读全文

posted @ 2015-06-01 09:07 我叫小白兔 阅读(269) 评论(0) 推荐(0)

导航