Installazione webmin

Segue lo standard output della procedura di installazione di WebMin 1.0.
Una volta installato si puņ accedere all'interfaccia di amministrazione collegandosi via browser alla porta 10000 della macchina su cui č stato installato. Es: http://eberk.intranet:10000/

[root@eberk diego]# wget http://switch.dl.sourceforge.net/sourceforge/webadmin/webmin-1.000.tar.gz

--12:29:26--  http://switch.dl.sourceforge.net/sourceforge/webadmin/webmin-1.000.tar.gz
           => `webmin-1.000.tar.gz'
Resolving switch.dl.sourceforge.net... fatto.
Connecting to switch.dl.sourceforge.net[195.176.255.8]:80... connected.
HTTP richiesta inviata, aspetto la risposta... 200 OK
Lunghezza: 5,643,949 [application/x-gzip]
100%[====================================>] 5,643,949     60.15K/s    ETA 00:00

12:30:59 (60.15 KB/s) - `webmin-1.000.tar.gz' salvato [5643949/5643949]

[root@eberk diego]# tar -zxvf webmin-1.000.tar.gz  
webmin-1.000/
webmin-1.000/config.cgi
[...]
webmin-1.000/mscstyle3/images/letters2/88.gif

[root@eberk diego]# cd webmin-1.000
[root@eberk webmin-1.000]# ./setup.sh
***********************************************************************
*            Welcome to the Webmin setup script, version 1.000         *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.

Installing Webmin in /home/diego/webmin-1.000 ...

***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.

Config file directory [/etc/webmin]:
Log file directory [/var/webmin]:

***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.

Full path to perl (default /usr/bin/perl):

Testing Perl ...
Perl seems to be installed ok

***********************************************************************
Operating system name:    Redhat Linux
Operating system version: 7.3

***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
   web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- The hostname of this system that the web server should use.
- If the webserver should use SSL (if your system supports it).
- Whether to start webmin at boot time.

Web server port (default 10000):
Login name (default admin): eberk
Login password:
Password again:
Web server host name (default eberk.intranet):
The Perl SSLeay library is not installed. SSL not available.
Start Webmin at boot time (y/n): y
***********************************************************************
Creating web server config files..
..done

Creating access control file..
..done

Inserting path to perl into scripts..
..done

Creating start and stop scripts..
..done

Copying config files..
..done

Configuring Webmin to start at boot time..
Created init script /etc/rc.d/init.d/webmin
..done

Creating uninstall script /etc/webmin/uninstall.sh ..
..done

Changing ownership and permissions ..
..done

Running postinstall scripts ..
..done

Attempting to start Webmin mini web server..
Starting Webmin server in /home/diego/webmin-1.000
..done

***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to

  http://eberk.intranet:10000/

and login with the name and password you entered previously.

[root@eberk diego]#

Privacy Policy