basic webserver

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
tovar
Posts: 6
Joined: 2013/01/19 22:06:26
Contact:

basic webserver

Post by tovar » 2014/06/23 00:17:29

howto configure a basic webserver on centos 5.10 i386 ?

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: basic webserver

Post by gerald_clark » 2014/06/23 00:27:09


User avatar
Super Jamie
Posts: 310
Joined: 2014/01/10 23:44:51

Re: basic webserver

Post by Super Jamie » 2014/06/23 08:57:21

Code: Select all

yum install httpd
chkconfig httpd on
service httpd start

Post Reply