how to configure http server on red hat linux4.0?

Answer Posted / amsin21

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/

Is This Answer Correct ?    23 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I would like to know whether Simado and Setu products are they EPBX or not ?

1932


what are different ways the context switch happens from user to kernel space or vice-versa ?

2140


What are system calls used for process management in linux?

585


Explain process management system calls in linux?

550