Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are system calls used for process management in linux?

0 Answers  


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

0 Answers   Alcatel,


how to create a ftp user on redhat linux 4.0?

6 Answers   Accenture,


how to create samba server in fedora linux 9 ?

2 Answers   Accenture,


What does exec family return?

1 Answers  


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

2 Answers   NetApp,


if root user forget the password how to change it?

4 Answers   Wipro,


1. Where the History file can be located? 2. How will you harden the server? 3. Diff between Raid 1 and Raid 5? 4. What is the largest disk size can be used in LVM? 5. How will you remove a PV from lvm without any data loss? 6. What is the diff between ext3 and ext2 File system? 7. How we can use resize2fs, what is the purpose? 8. What is the purpose of LVM? Why it is used? 9. If the FS is in read-only mode, so we cannot create any file. How will you fix it? 10. How to create swap partition after OS installation? 11. What is the diff between ssh and telnet? 12. How to find out the dependency required for a package?

3 Answers   IBM,


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

5 Answers   IBM,


What is atomic function / atomic variable ?

1 Answers   Broadcom,


1.Diff between Active and passive FTP? 2.What is anacron? 3.Diff between yum update and yum install while doing for kernel? 4.root_squash and no_root_squash does what? 5.What are the commands will you execute to find a new hardware? 6.How will you find out a lun allocated from SAN? 7.What is the main diff in CaT5 and CAT6 cable, except the 1/100 and 1/1000? 8.What is stale NFS and How will you fix it? 9.What is kernel panic error? 10.How will you recover password and shadow file, in case both got deleted. Explain the steps? 11.Explain boot process 12.What is network bonding. Explain the steps? 13.What are the exit codes returned by FSCK? 14.What is LDOM? 15.Diff between block and character device?

2 Answers   Wipro,


what is stored at /lib/modules ?

2 Answers   NetApp,


Categories