LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-26-2009, 11:40 AM   #46
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297

OK, now that we're clear on that go ahead and follow the step by step guide. Once completed you'll have a functional webserver on which your users can upload their website. Using ISPConfig you'll administer who, what and how much they are allowed to use. You'll also be able to host multiple domain names, quota, bandwith quota, etc...

Kind regards,

Eric
 
Old 08-26-2009, 11:45 AM   #47
k_oudom
Member
 
Registered: Aug 2009
Posts: 293

Original Poster
Rep: Reputation: 30
So what I need to do now is reading and understand this section, right?

The Perfect Server - CentOS 5.2 [ISPConfig 3]

Is ISPConfig free of charge? Upon the completion, I don't have to pay for the any kind license, right?
 
Old 08-26-2009, 11:49 AM   #48
elprawn
Member
 
Registered: Feb 2005
Distribution: Gentoo 2008
Posts: 138

Rep: Reputation: 15
At the time, I used Fedora Core 5 for my webserver, but if I could go back, I'd do a gentoo minimal install. It's quick and there's nothing on there you won't want or need. A doddle to keep up-to-date as well.

Last edited by elprawn; 08-26-2009 at 11:50 AM.
 
Old 08-26-2009, 11:57 AM   #49
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by k_oudom View Post
So what I need to do now is reading and understand this section, right?

The Perfect Server - CentOS 5.2 [ISPConfig 3]

Is ISPConfig free of charge? Upon the completion, I don't have to pay for the any kind license, right?
That's correct. It's free of charge.
 
Old 08-26-2009, 12:00 PM   #50
k_oudom
Member
 
Registered: Aug 2009
Posts: 293

Original Poster
Rep: Reputation: 30
Thanks. I will try my best and hope you guys will support me until I complete this course. Please don't forget to join me here tomorrow at 6PM +7 Time Zone. I'm always here at 6PM. This is like a big family. Good Luck everyone.
 
Old 08-26-2009, 12:02 PM   #51
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
There will always be someone here since the LinuxQuestions users are spread all over the world.

The best of luck. You'll get it up and running in no time.

Kind regards,

Eric
 
Old 08-27-2009, 10:32 AM   #52
k_oudom
Member
 
Registered: Aug 2009
Posts: 293

Original Poster
Rep: Reputation: 30
Hi everyone. I read till page 3 and seen some point that I don't understand.
http://www.howtoforge.com/perfect-se...ispconfig-3-p3

---------------------------------------------------
7 Install Some Software

First we import the GPG keys for software packages:

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*

Then we update our existing packages on the system:

yum update
----------------------------------------------------
What is GPG keys? Why we need to import them?
 
Old 08-27-2009, 10:44 AM   #53
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
GPG or PGP stands for "Pretty Good Protection", and it is a method of verifying that downloaded and/or installed packages are digitally signed by their author, as opposed to some sort of package that has been maliciously altered by a third or 4th party.

You need GPG tools, as well as importing the public GPG keys of package or software authors, in order to use this functionality to verify the integrity of any package you plan to install.

Skipping this step could lead to rootkits, corrupted packages, and other bad things.

In a console, try typing:

shell# man gpg

to read further on this.

Sasha
 
Old 08-27-2009, 11:16 AM   #54
k_oudom
Member
 
Registered: Aug 2009
Posts: 293

Original Poster
Rep: Reputation: 30
So GPG is optional.

I try to install Development Tools as instruction and it showed message: This system is not registered with RHN. RHN support will be disabled.
I"m testing on Red Hat Enterprise Linux 5.

Code:
[root@server rpm-gpg]# yum groupinstall 'Development Tools'
Loading "rhnplugin" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
rhel-debuginfo            100% |=========================|  951 B    00:00     
Setting up Group Process
Warning: Group Development Tools does not exist.
No packages in any requested group available to install or update
 
Old 08-27-2009, 11:22 AM   #55
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Uhhhh.. GPG is, in my opinion, NOT OPTIONAL.

That is to say, "If you want to know that you are installing non-altered packages, that are from where you believe them to be from, then GPG verification is MANDATORY."

This is true for every single Linux on the planet. Some form of verifying that packages and software is not corrupted. Otherwise, you're playing with fire, so to speak.

Sasha
 
Old 08-27-2009, 11:25 AM   #56
k_oudom
Member
 
Registered: Aug 2009
Posts: 293

Original Poster
Rep: Reputation: 30
I try to install Development Tools as instruction and it showed message: This system is not registered with RHN. RHN support will be disabled.
I"m testing on Red Hat Enterprise Linux 5.
Code:
[root@server rpm-gpg]# yum groupinstall 'Development Tools'
Loading "rhnplugin" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
rhel-debuginfo            100% |=========================|  951 B    00:00     
Setting up Group Process
Warning: Group Development Tools does not exist.
No packages in any requested group available to install or update
What should I do to continue?
 
Old 08-27-2009, 11:28 AM   #57
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
To my somewhat un-trained eye, and with no experience with RHEL, my recommendation is: register the installation with RHN, or use another distro.


Sasha
 
Old 08-27-2009, 11:35 AM   #58
k_oudom
Member
 
Registered: Aug 2009
Posts: 293

Original Poster
Rep: Reputation: 30
I think I will temporary do it in Fedora 11. Will it be the same procedure as Enterprise Linux?
 
Old 08-27-2009, 11:42 AM   #59
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by k_oudom View Post
I think I will temporary do it in Fedora 11. Will it be the same procedure as Enterprise Linux?
Hello,

It's better to go with CentOS in my opinion, since you have experience with RedHat. If you register with RedHat Network (RHN) you'll pay for support that you can get here for free.

Since you seem to be following the step by step guide that was proposed, you'd better go with the OS used in that guide (CentOS).

So, download the CentOS 5.2 CD, burn it and start the install at page one of the guide and you will not encounter those specific things to RHEL.

Kind regards,

Eric
 
Old 08-27-2009, 11:43 AM   #60
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by k_oudom View Post
I think I will temporary do it in Fedora 11. Will it be the same procedure as Enterprise Linux?
As mentioned in my previous post, I'd prefer to go with CentOS, it's almost identical to RedHat Enterprise Linux (except for the colors and images like logos and stuff).

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuration of web based application in linux mobassir Linux - Networking 4 04-23-2009 02:25 AM
Linux web sharing application - for desktop demonstrations etc mazzo Linux - Software 1 04-23-2008 12:56 PM
Web application: cocoon jsp/servlet tomcat all in web application adilturbo Programming 0 11-24-2007 06:00 PM
web server application in linux jaepi Programming 5 05-19-2007 11:09 AM
Quitting an Application over the Web in Linux. Yosakita Linux - General 1 02-19-2005 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration