This is a discussion on apache installation on linux within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi All, I'm new to Apache. I've been trying to find instructions for installing Apache on my Red ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I'm new to Apache. I've been trying to find instructions for installing Apache on my Red Hat Linux box. However, I haven't had any luck at all. I've navigated over to www.apache.org, but no luck there either. Plus, I don't know what version of Apache to download and install (I have linux kernal 2.4..). Does any have this kind of information? Or can tell me where I can find it? Thanks very much, Jared |
|
|||
|
On Sun, 20 Jul 2003 18:19:26 GMT, The Other Guy responded to a post
from "Jared Johnson" <JaredsJazz@yahoo.com> who wrote in alt.apache.configuration: >Hi All, > >I'm new to Apache. I've been trying to find instructions for installing >Apache on my Red Hat Linux box. However, I haven't had any luck at all. I've >navigated over to www.apache.org, but no luck there either. Plus, I don't >know what version of Apache to download and install (I have linux kernal >2.4..). > >Does any have this kind of information? Or can tell me where I can find it? >Thanks very much, Jared > Try http://httpd.apache.org/docs-2.0/install.html http://www.redhat.com/support/resour...tp/apache.html http://www.devside.net http://www.apachelounge.com HTH TOG -- ../configure --prefix=~/zyterion Not this guy or that guy, The Other Guy. This spot may contain a satirical comment or comedic source, and is meant to be funny. If you are easily offended, gullible or don't have a sense of humour we suggest you read elsewhere. |
|
|||
|
Perfect, thanks a lot.
J "The Other Guy" <nospam@this.addy> wrote in message news:01olhvch49ei22jkd2pj2q3u68bvovtuf9@4ax.com... > On Sun, 20 Jul 2003 18:19:26 GMT, The Other Guy responded to a post > from "Jared Johnson" <JaredsJazz@yahoo.com> who wrote in > alt.apache.configuration: > > >Hi All, > > > >I'm new to Apache. I've been trying to find instructions for installing > >Apache on my Red Hat Linux box. However, I haven't had any luck at all. I've > >navigated over to www.apache.org, but no luck there either. Plus, I don't > >know what version of Apache to download and install (I have linux kernal > >2.4..). > > > >Does any have this kind of information? Or can tell me where I can find it? > >Thanks very much, Jared > > > > Try > http://httpd.apache.org/docs-2.0/install.html > http://www.redhat.com/support/resour...tp/apache.html > http://www.devside.net > http://www.apachelounge.com > > HTH > TOG > > -- > ./configure --prefix=~/zyterion > Not this guy or that guy, The Other Guy. > > This spot may contain a satirical comment or comedic source, > and is meant to be funny. If you are easily offended, gullible > or don't have a sense of humour we suggest you read elsewhere. > |
|
|||
|
redhat linux comes with RPM files for apache install them from the CD:
rpm -ivh apache* "Jared Johnson" <JaredsJazz@yahoo.com> wrote in message news:O2BSa.111189$Io.9536139@newsread2.prod.itd.ea rthlink.net... > Hi All, > > I'm new to Apache. I've been trying to find instructions for installing > Apache on my Red Hat Linux box. However, I haven't had any luck at all. I've > navigated over to www.apache.org, but no luck there either. Plus, I don't > know what version of Apache to download and install (I have linux kernal > 2.4..). > > Does any have this kind of information? Or can tell me where I can find it? > Thanks very much, Jared > > |