Thursday 20 September 2012

How to install webmin in rhel 6

[root@station1 Desktop]# yum install -y httpd*
[root@station1 Desktop]# vim /etc/httpd/conf/httpd.conf
276 ServerName station1.ranjihat.com:80
285 UseCanonicalName On
[root@station1 Desktop]# chkconfig httpd on
[root@station1 Desktop]# service httpd start
Starting httpd: [ OK ]

To Download Webmin click here

[root@station1 Downloads]# rpm -ivh webmin-1.590-1.noarch.rpm
warning: webmin-1.590-1.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
Preparing... ########################################### [100%]
Operating system is CentOS Linux
1:webmin ########################################### [100%]
Webmin install complete. You can now login to http://station1.ranjihat.com:10000/
as root with your root password.
[root@station1 Downloads]# service httpd restart


No comments:

Post a Comment