首页 > 其他 > 详细

xampp install

时间:2014-04-08 13:32:13      阅读:424      评论:0      收藏:0      [点我收藏+]

the way of restart:

  sudo /opt/lampp/lampp restart

config root:

  /opt/lampp/etc/httpd.conf

  /opt/lampp/etc/httpd-xampp.conf

  in each file we should change the deny config to allow

and one more thing is to change the rights of htdocs directory, with the order below:

  sudo chmod a+w -R /opt/lampp/htdocs  #change the rights of htdocs directory

  sudo ln -sf /opt/lampp/htdocs/ ~/Public/  #create a link of htdocs for convience

reference pages:

  http://haobinnan.blog.51cto.com/775253/750435

  http://ifalone.me/569.html

  http://blog.163.com/yuanzhf_2012/blog/static/2112011482012842515448/

xampp install,布布扣,bubuko.com

xampp install

原文:http://www.cnblogs.com/yedeying/p/3651013.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!