Web Hosting Talk







View Full Version : Webmin help...


311
07-18-2002, 12:43 PM
Hello guys,

I've recently purchased a server w/ FreeBSD and I'm really new with linux and all that, so what I'm asking probably sounds really retarted to all you gurus; but hey I'm learning. :)

The situation: I'm in the process of installing Webmin on my server and everything is going alright so far until now. The part I'm stuck at is in the installation instructions where it says:

In the newly created directory is a script called setup.sh. When run, this script will ask for:

One problem... How exactly do you "run" this script? It's there, but I just don't know the command to run it...

Once again, sorry for being an idiot but I just don't know the command to run the script...:eek:

Thanks in advance...;)

apollo
07-18-2002, 01:38 PM
OK, here you go:

with root username, enter

cd DIRECTORY_NAME <ENTER>
./setup.sh <ENTER>


where DIRECTORY_NAME depends where you are installing the software

;)

311
07-18-2002, 01:58 PM
Thank you, Worked perfectly...:D

311
07-18-2002, 02:02 PM
Yeah baby...

Webmin is working :D :D

Cephren
07-18-2002, 03:44 PM
Does webmin install apache with it?

311
07-18-2002, 03:48 PM
Originally posted by Cephren
Does webmin install apache with it?

My server came with apache so I don't really know for sure, but still i'm almost 90% sure that it doesn't...:bawling:

Santoman
07-18-2002, 04:26 PM
Originally posted by Cephren
Does webmin install apache with it?

Nope, apache usually comes with your linux system, and other, larger Control Panels (ie, Plesk, Ensim, etc) usually come with updates, or back-dates :).

I've installed webmin, it's cute, and does some things that I wish Plesk would do for me...


Steve

Studio64
07-18-2002, 04:56 PM
As with almost all *nix products you can easliy download apache.

FreeBSD download for apache

http://www.apache.org/dist/httpd/binaries/freebsd/?C=M&O=D

robin93
07-19-2002, 12:33 AM
Originally posted by Cephren
Does webmin install apache with it?

Nope, it uses it's own mini web server. It's a good thing too, because sometimes you can create a situation where your apache configuration stops it from starting, but it's nice to know you can still get into the webmin.

It's also a good idea to go into webmin configuration page and get it to run under https for extra security.

Webmin is a good tool, but I still find I end up wanting to look at the conf files to see what is really going on.

Cephren
07-19-2002, 04:43 AM
I want to test out webmin.

So lets say on an empty box, I install Redhat 7.2,
Install apache and most of the web server rpms such as mysql, php, xin services ....

What rpms do I need specific?

apollo
07-19-2002, 06:09 AM
Originally posted by Cephren
I want to test out webmin.

So lets say on an empty box, I install Redhat 7.2,
Install apache and most of the web server rpms such as mysql, php, xin services ....

What rpms do I need specific?

Depends what you want. If you want apache (webmin supports it) install it and then using webmin set-up all required paths/config files for apache module and there you go.

Well, I always suggest not to use rpm's if you can get and install from source :)))

http://www.apache.org/dist/httpd/

311
07-19-2002, 08:54 AM
Perl is a must for webmin, so if you don't have it for whatever reason, I'd install it also...:)

apollo
07-19-2002, 10:56 AM
Originally posted by 311
Perl is a must for webmin, so if you don't have it for whatever reason, I'd install it also...:)

yes, coz webmin also runs own web server written in perl ;=)

Cephren
07-19-2002, 12:01 PM
Thanx Guys!
I shall go request a test box from my supervisor.
and if I run into problems I will bother you guys