hankjrfan00
May 5 2006, 12:01 AM
I am basicaly a Linux newbie. I have installed linux several times just to mess around but have never tried to use linux in any productive way. Recently the idea of a linux server has seamed very appealing to me. The problem is I do not know what I need. I would really like it if there was a linux distrobution that is designed to be used as a server and will not install stuff that I would not want on a server.
I know that just about any linux distrobution can be used for a server but being that I am a newbie I would like somthing that is easy to use and has easy setup and administration. Somthing that is basicaly "id*** proof." I would like to have the following services:
Web Server
smtp
pop3
webmail
maybe ftp
Thanks in advance.
phkninja
May 5 2006, 04:57 AM
You could use Mandriva.
Use the easy install method,hen click on serve. Or use the expert method and click on the packages you want (apache, mysql etc)
This will allow you to set up Mail, Web hosting etc.
You might need to download something like squirrelmail, horde or neomail to get webmail functionality.
there is this server out of the box, install, called CWS
its based on apache php perl ftp mail and mysql postgresql and some other stuf like that,
it also includes a hosting control panel called WEB-CP
its free, and aesy to install neads 9gb of diskspace and 256ram
www.completewebserver.nl (build in english as far as i know by a dutch guy)
hankjrfan00
May 5 2006, 02:08 PM
QUOTE (-I- @ May 5 2006, 12:17 PM)

there is this server out of the box, install, called CWS
its based on apache php perl ftp mail and mysql postgresql and some other stuf like that,
it also includes a hosting control panel called WEB-CP
its free, and aesy to install neads 9gb of diskspace and 256ram
www.completewebserver.nl (build in english as far as i know by a dutch guy)
Somthing like this is what I had in mind. Thanks.
EchoNoise
May 5 2006, 06:23 PM
I'd use a mainstream server, such as redhat or its alternative, fedore... using either apache2 or better yet tomcat
i completely disagree, for one if you want support on a redhat server, try reading about 1k diferent mailinglists forum posts and get nowhere, than contact redhat witch tells you to buy a version, only fo find out later that there are a lot of small usergroups, that are far more willing to help your avarage linux newbee ... Heck is how i started...
Scubar
May 6 2006, 11:07 AM
If you want linux support then the easiest way is to just get on IRC and go on the Freenode server. I have always got my problems resolved within about 15mins of entering one of the numerous support channels.
ZcWorld
Jun 1 2006, 02:54 AM
try freeBSD or openBSD

i will put a link here soon of a video i got made for me by craz1 to help me to install openBSD ver 3.6 [ think]
its a good helper

download
CODE
http://files.filefront.com/installing_openbsdavi/;5101232;;/fileinfo.html
about 12 mb
if not the BSD try centOS or FC 4 or FC 5
rjdohnert
Jun 16 2006, 01:27 PM
I personally like FreeBSD or Solaris 10. But try Fedora Core. its a nice distro.
QUOTE (zc_au @ Jun 1 2006, 03:54 AM)

try freeBSD or openBSD

i will put a link here soon of a video i got made for me by craz1 to help me to install openBSD ver 3.6 [ think]
its a good helper

download
CODE
http://files.filefront.com/installing_openbsdavi/;5101232;;/fileinfo.html
about 12 mb
if not the BSD try centOS or FC 4 or FC 5
WBHoenig
Aug 29 2006, 08:50 PM
I'm going to have to recommend Ubuntu for your scenario... here is how you install apache:
CODE
sudo apt-get install apache2
PHP:
CODE
sudo apt-get install php4
sudo apt-get install libapache2-mod-php4
sudo /etc/init.d/apache2 restart
MySQL is a tiny bit harder, but it just involved a few more commands and an editing of one config file.
anfo1369
Aug 23 2007, 02:42 AM
QUOTE (WBHoenig @ Aug 30 2006, 03:50 AM)

I'm going to have to recommend Ubuntu for your scenario... here is how you install apache:
CODE
sudo apt-get install apache2
PHP:
CODE
sudo apt-get install php4
sudo apt-get install libapache2-mod-php4
sudo /etc/init.d/apache2 restart
MySQL is a tiny bit harder, but it just involved a few more commands and an editing of one config file.

I am going to agree, along with this tidbit:
For easy, step-by-step directions go to HowtoForge
CODE
http://www.howtoforge.com/
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.