2012年9月1日 星期六

在Fedora上安裝Apache


Install Apache in Fedora 17.

First step, run terminal application and login in root privileged account

# su
# "password"

Second step, download apache on yum server

# install apache yum install httpd

Third step, start apache service

# /sbin/service httpd start

Note: "yum" command needs internet connection. In company intranet, usually, it prohibits yum from accessing outside intranet, so you may need to set up proxy for yum server.

沒有留言:

張貼留言