• 1 
瀏覽模式: 普通 | 列表

Quote:

ISPConfig 一般要管理虛擬主機的軟體如cpanel是商用版的軟體,而ISPConfig是 open source。ISPConfig可以幫助你設定及管理多個domains的網站、e-mail、FTP server及MySQL資料庫。
From techtonic “Build your own ISP with ISPConfig“ http://www.tectonic.co.za/view.php?src=rss&id=894

CentOS 4.3 最小安裝

相關套件安裝

rpm --import /usr/share/rhn/RPM-GPG-KEY*

yum update


yum install -y fetchmail wget bzip2 unzip zip nmap openssl lynx fileutils ncftp
yum install -y bind bind-chroot
yum install -y mysql mysql-devel mysql-server

[閱讀全文]

RavenCore Hosting Control panel - web-based control panel

 

Fedora core 4 ( mini install )

 

[1.] 安裝所需套件

yum install httpd php mysql-server mod_ssl openssl postfix dovecot vsftpd spamassassin bind

yum install php-imap php-mysql amavisd-new clamav clamav-update

 

[2.]
wget http://nchc.dl.sourceforge.net/sourceforge/ravencore/ravencore-0.2.3-1.noarch.rpm

 

rpm -ivh ravencore-0.2.3-1.noarch.rpm

 

/etc/init.d/ravencore start

 

[3.] 設定密碼給帳號admin

/usr/local/ravencore/sbin/run_cmd passwd

 

[4.] view http://hostname_ip:8000/

  • 1