1826399 Members
4344 Online
109692 Solutions
New Discussion

Re: apache

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

apache

Does linux support apache http server?
If so, how do I get it, and is there an easy to follow doc to configure it? I am running RH9.
UNIX IS GOOD
4 REPLIES 4
tpfraz
Advisor

Re: apache

Yes, Linux definitely supports Apache.

Go to http://httpd.apache.org/

From there you can download the latest version as well as find the most up to date documentation, including installation tutorials.

-Travis
Steven E. Protter
Exalted Contributor

Re: apache

The documents at http://httpd.apache.org will do you just fine for day to day server operation and configuration.

Here is the doc you asked for.

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-apache-config.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
John Poff
Honored Contributor

Re: apache

Hi,

Apache comes with RH9. If you don't have it installed already, just look for a package named 'http' on one of your install disks.

JP
Huc_1
Honored Contributor
Solution

Re: apache

As user root do
#service httpd status

if you get a mening full answer like httpd is stopped ... then you know it is installed

you can also do
# service httpd dfmlghkdfl

this will return all the posible options if httpd is there...

If that fail's you could do a
# locate apache | more

just to see what you have got on the system

if there is nothing there then you could get help from http://www.apache.org or perhaps from your linux distribution site.

keep us informed, and have fun

Jean-Pierre
Smile I will feel the difference