this article is a memo for the installation of webmin and his plugin, vitual sever.
ubuntu 12.04 lts is really simple, just download his deb distribution by :
cd /tmp
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.620_all.deb
dpkg --install webmin_1.620_all.deb
if have some package problem, just do:
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
for sure.
you can read this ;
http://www.webmin.com/deb.html
then vitual min:
cd /tmp
wget http://software.virtualmin.com/gpl/scripts/install.sh
chmod 775 install.sh
./install.sh
and then yes ,yes,yes.
最后有个问题:
/etc/apache2/apache2.conf 里面没有包含
NameVirtualHost *:80
但是没有它我原来的vhost在ubuntu 从12.04升级到12.10以后就都不行了,
还有就是必须先stop webmin, 重新启动apache2, 然后再启动webmin,所有的vhost都ok了。
ubuntu 12.04 lts is really simple, just download his deb distribution by :
cd /tmp
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.620_all.deb
dpkg --install webmin_1.620_all.deb
if have some package problem, just do:
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
for sure.
you can read this ;
http://www.webmin.com/deb.html
then vitual min:
cd /tmp
wget http://software.virtualmin.com/gpl/scripts/install.sh
chmod 775 install.sh
./install.sh
and then yes ,yes,yes.
最后有个问题:
/etc/apache2/apache2.conf 里面没有包含
NameVirtualHost *:80
但是没有它我原来的vhost在ubuntu 从12.04升级到12.10以后就都不行了,
还有就是必须先stop webmin, 重新启动apache2, 然后再启动webmin,所有的vhost都ok了。
评论
发表评论