VMware Images:
|
The Perfect Server - Fedora 7 - Page 6
13 ProFTPdISPConfig has better support for proftpd than vsftpd, so let's remove vsftpd and install proftpd: yum remove vsftpd yum install proftpd Next we must modify /etc/pam.d/proftpd (of course we make a backup of the original /etc/pam.d/proftpd) because otherwise system users will not be able to log in to FTP: cp /etc/pam.d/proftpd /etc/pam.d/proftpd_orig
Now we can create the system startup links for Proftpd and start it: chkconfig --levels 235 proftpd on
14 WebalizerTo install webalizer, just run yum install webalizer
15 Synchronize The System ClockIf you want to have the system clock synchronized with an NTP server do the following: yum install ntp chkconfig --levels 235 ntpd on
16 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-HTML-Parser perl-DBI perl-Net-DNS perl-Digest-SHA1
17 The EndThe configuration of the server is now finished, and if you wish you can now install ISPConfig on it, following these instructions: http://www.ispconfig.org/manual_installation.htm
17.1 A Note On SuExecIf you want to run CGI scripts under suExec, you should specify /var/www as the web root for websites created by ISPConfig as Fedora's suExec is compiled with /var/www as Doc_Root. Run /usr/sbin/suexec -V and the output should look like this: [root@server1 ssl]# /usr/sbin/suexec -V So if you want to use suExec with ISPconfig, don't change the default web root (which is /var/www) if you use expert mode during the ISPConfig installation (in standard mode you can't change the web root anyway so you'll be able to use suExec in any case).
18 Links
|




print: 
Recent comments
17 hours 32 min ago
18 hours 18 min ago
1 day 5 hours ago
1 day 8 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 17 hours ago
1 day 23 hours ago