Expand my Community achievements bar.

SOLVED

Apache soft ware?

Avatar

Level 5

Please any one help me by proving the PATH where i can download Apache Web sever.

I am using Red Hat Enterprise Linux Server release 5.5 (Tikanga)

and 32 -bit 

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi Johan,

Thanks for your response.

I have installed Apache in my box.

1,downloaded Apache 2.2

2,after unzipping the file, from bin directory executed ./configure  den follows by #make command den followed by #make install command.

 

Thanks 

Mahesh

View solution in original post

7 Replies

Avatar

Level 7

Hi,
you can use the command: "yum install httpd" 
if you have not already got it on your system.

Avatar

Level 5

ya tried it 

## yum install httpd
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package httpd available.
Nothing to do

Avatar

Level 7

Sounds like you have the repositories for your yum not correctly set.
With the command yum list | httpd you will be able to see if there is something there at all in the repo.
If not then you know that you have to add the correct repositories.
Not really an AEM question, but there are loads of guides how you add repositories to your yum config. 
After you fix that I'm sure that it will work :)

Good Luck
/Johan

Avatar

Level 5

Thanks Johan

I know its not related i need to download it from the internet. 

I am unable to find the httpd which suits my environment.

Avatar

Level 7

Yes, take a look at this link as well, 
http://jianmingli.com/wp/?p=3919

but first, consider to register your server with the RHN.
/Johan

Avatar

Level 5

Hi Johan,

I have set all the repositories.

CMD: # yum install htttpd
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package htttpd available.
Nothing to do
[root@localhost yum]# yum search httpd
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
================================ Matched: httpd ================================
mod_ssl.i386 : SSL/TLS module for the Apache HTTP server
system-config-httpd.noarch : Apache configuration tool
httpd.i386 : Apache HTTP Server
httpd-devel.i386 : Development tools for the Apache HTTP server.
httpd-manual.i386 : Documentation for the Apache HTTP server.
mod_dav_svn.i386 : Apache server module for Subversion server.

 

 

I searched in the internet and i am not getting the proper information about how to register with RHN.

Sorry to trouble you, I don't have other option than this, Can u please hell me with this.

or 

Should i use the upgraded version of the linux.

Thanks,

Mahesh

Avatar

Correct answer by
Level 5

Hi Johan,

Thanks for your response.

I have installed Apache in my box.

1,downloaded Apache 2.2

2,after unzipping the file, from bin directory executed ./configure  den follows by #make command den followed by #make install command.

 

Thanks 

Mahesh