欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

startos安装apache,php,mysql

程序员文章站 2022-06-14 16:34:37
...

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,成功了


抱歉,未完待续...