码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu LAMP 配置

时间:2014-11-11 20:54:18      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   sp   文件   div   on   art   

ubuntu LAMP 配置文件位置:

  • apache:/etc/apache2/apache2.conf
  • php:/etc/php5/apache2/php.ini
  • mysql:/etc/mysql/my.cnf

ubuntu LAMP 常见命令:

  • apache重启:sudo /etc/init.d/apache2 restart
  • apache启动:sudo /etc/init.d/apache2 start
  • apache停止:sudo /etc/init.d/apache2 stop
  • mysql重启:sudo /etc/init.d/mysql restart

ubuntu LAMP 配置开发环境:

  • 修改PHP配置文件,脚本出错时要报错:
    1 // 第521行修改为
    2 error_reporting = E_ALL
    3 
    4 // 第538行修改为
    5 display_errors = On

     

     

ubuntu LAMP 配置

标签:style   blog   color   ar   sp   文件   div   on   art   

原文地址:http://www.cnblogs.com/lovefree13/p/4090214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!