User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Linux Servers and Apache section within the Tech Talk category of DaniWeb, a massive community of 401,456 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,976 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Views: 9673 | Replies: 12
Reply
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
Coding God (i wish)

help setting up web server

  #1  
Jun 3rd, 2003
hey, i was wondering if anyone could tell me how or set me in the right direction in setting up a good web server on Redhat 9. make it as simple as possible cause i am pretty new to linux. i know the basic commands and that is about it.

Big K
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
Coding God (i wish)

email server also if possible

  #2  
Jun 3rd, 2003
Hey, i forgot to ask about email servers too. i want to set up a web server and an email server but i dont no how. i have read a few tutorials but they havent done much good.

Big K
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,885
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 110
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is online now Online
The Queen of DaniWeb
  #3  
Jun 4th, 2003
I would go with Apache hands down. It's the best www server for Linux that I can think of. Unfortunately, I've configured it once many years ago and never since, so I don't think I would be the best person here to answer your questions.

I would try redhat.com and then type "apache" in the search box. A pretty handy apache tutorial should come up.
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
Coding God (i wish)
  #4  
Jun 7th, 2003
hey, can anyone out there recommend a good book for a newbie idiot like me on how to do everything i could possible need to do in apache. even installing it and configuring it and compiling everying little thing. well thanks if you can.
and thanks for your time if you cant.

BIG K
Reply With Quote  
Join Date: Jul 2003
Posts: 19
Reputation: CyberJ is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 0
CyberJ CyberJ is offline Offline
Newbie Poster

Re: help setting up web server

  #5  
Jul 12th, 2003
Dont waste good money on books when you have http://www.google.com
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
Coding God (i wish)

Re: help setting up web server

  #6  
Jul 12th, 2003
yeah i jst found out that i will never need to buy another book but i konw i will jst cause thats the way i am. but the company i work for has like 100 books online its pretty cool i havent tryed to access them from home but i will have to try it one of these days
Reply With Quote  
Join Date: Jul 2003
Posts: 13
Reputation: Forse is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 0
Forse Forse is offline Offline
Newbie Poster

Re: help setting up web server

  #7  
Jul 29th, 2003
Well since u use redhat 9 u can use apt-get to install apache with one command 8) Next thing u have to do is to configure it and here is remedy for that http://httpd.apache.org/docs-2.0/ (for apache2 which I recommend to u).

Don't waste money on books...internet has everything to offer. Just point your browser to www.apache.org
http://forums.goldenrain.net/templat...logo_phpBB.png
Linux/BSD support forum http://forums.goldenrain.net
Reply With Quote  
Join Date: Aug 2003
Location: Virginia
Posts: 10
Reputation: freebie is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 0
freebie freebie is offline Offline
Newbie Poster

Re: help setting up web server

  #8  
Aug 18th, 2003
Originally Posted by big_k105
hey, i was wondering if anyone could tell me how or set me in the right direction in setting up a good web server on Redhat 9. make it as simple as possible cause i am pretty new to linux. i know the basic commands and that is about it.

Big K
Just installed the apache RPM package and run /usr/sbin/httpd
There are too many lines in the apache config file to go over. Just post and ask anything you might want to know and we'll asnwer it. As for email server, kill the default sendmail and install Qmail. It claims qmail cannot be exploit.
Reply With Quote  
Join Date: Aug 2003
Posts: 8
Reputation: argh2005 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
argh2005 argh2005 is offline Offline
Newbie Poster

help setting up web server

  #9  
Aug 26th, 2003
Well if you don't know much about linux.. and don't know how to set up apache the hard way, try download webmin at http://www.webmin.com/. Install that either with rpm package or tar source. For rpm do this rpm -ivh (for tar to tar -xvzf (package name)and etc..) and it should install the package, and then read the documentation on webmin.com for more info. Webmin is basically a gui thing.. that will look for module you have on your server, and plus it also install other module for you automatically. All you have to do is go to yourdomain.com:10000 as the default port and login as root of the linux account, and password. Then go to server option, it show you that apache is already install, if your server somehow don't have that module install... just go get the apache installation package and install it.. webmin will automatically locate it and activate your apache by default.

Anyway.. this is just a beginner way of approaching apache, and linux. It's best that you learn the hard way .. because then you'll know many thing about linux.
Reply With Quote  
Join Date: Aug 2003
Location: Austin, TX
Posts: 117
Reputation: subtronic is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 1
subtronic's Avatar
subtronic subtronic is offline Offline
Junior Poster

Re: Re: help setting up web server

  #10  
Aug 26th, 2003
Originally Posted by freebie
Just installed the apache RPM package and run /usr/sbin/httpd
There are too many lines in the apache config file to go over. Just post and ask anything you might want to know and we'll asnwer it. As for email server, kill the default sendmail and install Qmail. It claims qmail cannot be exploit.

Installing a robust daemon like Apache with an RPM is raping Apache of all its (potential) glory.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Linux Servers and Apache Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Linux Servers and Apache Forum

All times are GMT -4. The time now is 1:16 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC