Configure http server

How to configure http server into red hat linux4.0?

E

Expert

Verified

Simple configuration

Install apache: (get the rpm for apache)

# rpm -ivh httpd.rpm

# vi /etc/httpd/conf/httpd.conf

and change

ServerName your-domain.com

Start apache : service httpd start

Check out by pointing the browser to http://localhost/

   Related Questions in Science

©TutorsGlobe All rights reserved 2022-2023.