当前位置: 技术问答>linux和unix
浏览器地址栏中输入 http://localhost/acidbase没有反应
来源: 互联网 发布时间:2017-02-11
本文导语: 开始还是The directory where BASE is installed does not allow the web server to write. This will prevent the setup progam from creating the base_conf.php file. You have two choices. 1. Make the directory writeable for the web server user. 2. Whe...
开始还是The directory where BASE is installed does not allow the web server to write.
This will prevent the setup progam from creating the base_conf.php file. You have two choices.
1. Make the directory writeable for the web server user.
2. When the set up is done, copy the information displayed to the screen and use it to create a base_conf.php.
这个错误。
后来重装acidbase。结果就是很悲剧。浏览器地址栏中输入 http://localhost/acidbase没有任何输出了。
想删除aicdbase都出现错误了。太操蛋了。
This will prevent the setup progam from creating the base_conf.php file. You have two choices.
1. Make the directory writeable for the web server user.
2. When the set up is done, copy the information displayed to the screen and use it to create a base_conf.php.
这个错误。
后来重装acidbase。结果就是很悲剧。浏览器地址栏中输入 http://localhost/acidbase没有任何输出了。
想删除aicdbase都出现错误了。太操蛋了。
|
Make the directory writeable for the web server user.
这个提示,貌似已经比较清晰了啊...你的web server是用什么用户启动的?
chown apached.apached yourdir
chmod u+rwx yourdir
这个提示,貌似已经比较清晰了啊...你的web server是用什么用户启动的?
chown apached.apached yourdir
chmod u+rwx yourdir
|
是不是有端口号的