ISPConfig 3 is available for download. This release is a major update and introduces new functions like:
- Virtual server management module
- Full support for Nginx webserver
- Mailman mailinglist management
- IPv6 support
- FAQ section in Help module
- Website folder protection
- Assign IP addresses to clients
- SNI support for Apache/nginx SSL certificate
- New remote-API documentation and example scripts for all functions
- Added support for key based SSH logins
Install on CentOS 5
(http://www.howtoforge.com/perfect-se...64-ispconfig-3)
其他平台請參閱:http://www.ispconfig.org/ispconfig-3/documentation/
CentOS 5 基本安裝
必要的套件
- Applications -> Editors, Text-based Internet
- Development -> Development Libraries, Development Tools
- Servers -> DNS Name Server, FTP Server, Mail Server, MySQL Database, Server Configuration Tools, Web Server
- Base System -> Administration Tools, Base, System Tools
關閉防火牆及 SELinux
設定網路及防火牆
編輯 /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.100 server1.example.com server1
關閉防火牆及 SELinux
system-config-securitylevel
安裝其他軟體
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
編輯 /etc/yum.repos.d/CentOS-Base.repo
[base]
[...]
exclude=postfix
[...]
[updates]
[...]
exclude=postfix
[...]
[centosplus]
[...]
enabled=1
includepkgs=postfix
[...]
[contrib]
[...]
enabled=1
[...]