Linux System Calls Question: Download Linux System Calls PDF

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

Tweet Share WhatsApp

Answer:

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/

Download Linux System Calls PDF Read All 35 Linux System Calls Questions
Previous QuestionNext Question
What are the backup utilities on red hat Linux 4.0?What is sudo on Linux?