在Fedora 11中安装Apache2+PHP5+MySQL(LAMP)(2)

Fedora默认有Apache2这个包,我们可以用下列命令安装它:

yum install httpd

现在配置下系统使得Apache能够随着系统启动而启动…

chkconfig –levels 235 httpd on

… 启动Apache:

/etc/init.d/httpd start

现在打开浏览器,访问,你就应该能看到Apache2的预留页了:

1

在Fedora中Apache的默认文档路径在/var/www/html,配置文件是/etc/httpd/conf/httpd.conf。其余的配置文件存储在/etc/httpd/conf.d/。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyjgsy.html