首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

apache+passenger调度rails项目

2012-12-27 
apache+passenger部署rails项目1、安装apacheSyntax error on line 7 of /etc/apache2/httpd.conf:Document

apache+passenger部署rails项目
1、安装apache
  

Syntax error on line 7 of /etc/apache2/httpd.conf:DocumentRoot takes one argument, Root directory of the document treeAction 'configtest' failed.The Apache error log may have more information.   ...fail!

     解决如上错误,需要删除http.conf文件中 DocumentRoot /somewhere/public 后面的# <-- be sure to point to 'public'!   1 楼 newlifewant 2011-06-02   待我测试一下 2 楼 newlifewant 2011-06-02   你的都是什么版本的啊?我这边有问题,主要是gems安装的目录不同,我的都是我自己用户目录下,是安装的时候没有选以root身份安装的缘故?

热点排行