Please help us improve HowtoForge and take our survey:
The Perfect Setup - CentOS 4.4 (32-bit) - Page 6
12 ProFTPdISPConfig has better support for proftpd than vsftpd, so let's remove vsftpd: yum remove vsftpd Because CentOS has no proftpd package, we must use a third-party yum repository to install it: cd /etc/yum.repos.d/ Now we can install proftpd: yum install proftpd Let's create proftpd's system startup links and start it: chkconfig --levels 235 proftpd on Then create the file /etc/pam.d/ftp with the following content (otherwise you will not be able to log in with system users using FTP): vi /etc/pam.d/ftp
and restart proftpd: /etc/init.d/proftpd restart
13 WebalizerTo install webalizer, just run yum install webalizer
14 Synchronize The System ClockIf you want to have the system clock synchronized with an NTP server do the following: yum install ntp
15 Install Some Perl ModulesISPConfig comes with SpamAssassin which needs a few Perl modules to work. We install the required Perl modules with a single command: yum install perl-DBI perl-Net-DNS perl-Digest-SHA1 We also need the module HTML::Parser. We could install the CentOS package perl-HTML-Parser, but this version is too old for the SpamAssassin version that comes with ISPConfig. It would result in the following error message during ISPConfig installation: REQUIRED module out of date: HTML::Parser Therefore we must install the latest HTML::Parser using the Perl shell. Run the following command to start the Perl shell: perl -MCPAN -e shell If you run the Perl shell for the first time you will be asked some questions. In most cases the default answers are ok. Because there's no ncftp package for CentOS, the Perl shell cannot find the programs ncftpget and ncftp, and you'll see something like this: Warning: ncftpget not found in PATH It's ok to hit ENTER in both cases. Please note: If you run a firewall on your system you might have to turn it off while working on the Perl shell in order for the Perl shell to be able to fetch the needed modules without a big delay. You can switch it on afterwards. Now type in the following command to install the Perl module HTML::Parser: install HTML::Parser If the installation is successful, you'll see a line like this at the end: /usr/bin/make install -- OK Type q afterwards to leave the Perl shell.
16 Update zlibCentOS comes with an outdated version of zlib (1.2.1) which has a security hole. Therefore we compile and install the newest zlib (1.2.3) from the sources: cd /tmp
17 The EndThe configuration of the server is now finished, and if you wish you can now install ISPConfig on it.
17.1 A Note On SuExecIf you want to run CGI scripts under suExec, you should specify /var/www as the home directory for websites created by ISPConfig as CentOS' suExec is compiled with /var/www as Doc_Root. Run /usr/sbin/suexec -V and the output should look like this:
Unless you install ISPConfig in expert mode and change the default web root (which is /var/www), you will be able to run CGI scripts under suExec with ISPConfig.
18 Links
|





print: 


Recent comments
1 day 1 hour ago
1 day 23 hours ago
3 days 8 hours ago
3 days 18 hours ago
4 days 5 hours ago
5 days 15 hours ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago