Link to home
Start Free TrialLog in
Avatar of Lionelh
LionelhFlag for United States of America

asked on

Apache Setup???

Hello,
I'm a novice Linux user that has been assigned to implement a Web Server using CentOS 4.1
The goal is to create a List Server using MailMan. But I'll need to take this one step at a time. So if any one could help me out or refer me to a good Setup Guide that would be great.
My first goal is to Setup Apache

FYI
MailMan is already installed as well as Apache. I just need to Setup them up correctly.

Thanks
Avatar of jgyurkovitz
jgyurkovitz

As you are new to linux, I would suggest that you take a look around The Linux Doccumentation Project to see what's out there.

http://www.tldp.org/

Specifically for what you are doing I would navigate to http://httpd.apache.org/docs and select the hyperlink for the version that is installed on your distro (Probably 2.2: http://httpd.apache.org/docs/2.2). From there, you will find all of the information you want about configuring apache.CentOS is fairly good about giving you a working webserver, so there really shouldn't be much you have to do in the way of initial configuration. If you execute "service httpd start" from the command line as root, the web server should just come up.

As far as MailMan is concerned , here is a nice little document that should have the answers you need: http://www.gnu.org/software/mailman/mailman-install/index.html

Just pick it up at section (4) if you already have the program installed.
ASKER CERTIFIED SOLUTION
Avatar of fajar79
fajar79

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Lionelh

ASKER

Sounds Good I'll try that...
Avatar of Lionelh

ASKER

Has anyone tried using Mailman with Sendmail?
I've set it up but it doesn't seem to be sending to the users on the list
or myself as the admin.
I don't use sendmail, only postfix, maybe this site will help you out..
http://mail.python.org/pipermail/mailman-users/2005-January/042166.html