"Jim Charier" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> (E-Mail Removed) (Jim Charier) wrote in message
news:<(E-Mail Removed). com>...
> > Hi folks, I have a simple question(at least I think it's simple). I
> > have been a Windows zombie for sometime now but I want to break away
> > from it and do some work with Linux, in particular I want to set up a
> > Linux web server, basic web server at first but would like to expand
> > as I learn. My question is this, whats the best Linux for setting up a
> > web server, with one thing in mind, cost.... I dont have the money to
> > spend on an enterprise server version from Redhat or Suse so I need an
> > inexpensive solution. What would be my choices? Thanks in advance!
>
> Well thanks everyone for your input, I have a system I am going to use
> and its only about 9 months old so I think the Redhat 9.0 will work ok
> I have started downloading the iso images from their site, I actually
> have Mandrake 8.2, and may look into Debian. I figure it can't hurt to
> tinker will different versions and see whats out there. A final
> question, is there anything else I should grad for add on software
> like Apache(or is that already a component of most Linux versions)?
> Thanks again I REALLY appreciate all the info!!
I used to use redhat, but recently tried out mandrake 9, and I am very
impressed with it. It supports all of my hardware including my speedtouch
modem, which redhat didnt (without LOTS of tweaking).
Redhat comes with an rpmd version of apache and other common softwares. I
would advise against using these. They make it very easy to get running but
are generally old versions, or in the case of some (tcpdump for one)
slightly different from the standard which can cause problems.
Instead, I would download the latest versions (especially apache since it
can help security) and install those. Make sure to read the readme files,
but most apps can be installed with
../configure
make
make install
HTH
Allan