Answers

Question and Answer:

  Home  Linux System Calls

⟩ How to configure http server on red hat linux4.0?

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

Verify by pointing the browser to http://localhost/

 122 views

More Questions for you: