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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / kamal kakkar

Hi,

You just need to install yum install httpd
after that in this fine you have to edit
vi /etc/httpd/conf/httpd.conf

At the last just copy the 7 line
and paste it
it will ask for virtual host it should be yr ip adddress
like 192.168.1.141

virtual host 192.168.1.141
server admin root@station1.example.com
server name station1.example.com
document root /var/www/html
directory index index.html
<virtual host>

And then check the yr configuration fine
the command is httpd -t
and restart the apache server
service httpd restart
chkconfig httpd on

Is This Answer Correct ?    10 Yes 1 No

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

Answer / bharath

first u need to install

yum -y install httpd*

conf file /etc/httpd/conf/httpd.conf

chkconfig httpd on

service httpd restart

Is This Answer Correct ?    2 Yes 1 No

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

Answer / narendra

Required setsebool services

Is This Answer Correct ?    1 Yes 0 No

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

Answer / balvinder singh rawat

I am using RHEL5

TO configure apache simple install httpd rpm
if you have yum then run
yum install httpd

& service httpd restart

these two commands will start your apache server

to check start browser & browse to your hostname

Is This Answer Correct ?    6 Yes 11 No

Post New Answer

More Linux System Calls Interview Questions

what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,


what is nis server

13 Answers  


What does exec family return?

1 Answers  


what is cups and how to configure?

7 Answers   IBM,


why the kernel panic error was appering?

13 Answers   Air2Web, Allianz,


how to create a ftp user on redhat linux 4.0?

6 Answers   Accenture,


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

5 Answers   IBM,


How to give the root permision to users?

3 Answers   Wipro,


what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


what kind of information the linux driver modules (.ko ) files has ?

2 Answers   NetApp,


what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?

2 Answers   NetApp,


What is the use of proc structure?

2 Answers   NetApp,


Categories