>  기사  >  php教程  >  startos安装apache,php,mysql

startos安装apache,php,mysql

WBOY
WBOY원래의
2016-06-06 19:43:29867검색

sudo su 输入密码 yget --install apache yget --install php yget --install mysql 都安装好了,在浏览器输入localhost,没反应 要启动服务?怎么启动? 先找到安装到哪里去了 whereis apache whereis php whereis mysql ----------------------------- 输

sudo su

输入密码

yget --install apache

yget --install php

yget --install mysql

都安装好了,在浏览器输入localhost,没反应

要启动服务?怎么启动?

先找到安装到哪里去了

whereis apache

whereis php

whereis mysql

-----------------------------

输入命令: httpd -k start,

Could not reliably determine the server's fully qualified domain name, using 192.168.88.101 for ServerName

经查,是conf文件问题

cd /etc/apache

vim httpd.conf

找到#ServerName

改为 ServerName localhost:80

保存,httpd -k start,成功了


抱歉,未完待续...



성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.