ISP-Server Setup - Ubuntu 5.0.4 "The Hoary Hedgehog" - Page 5
|
Apache Run apt-get install apache2
apache2-common apache2-doc apache2-mpm-prefork apache2-utils libapr0 libexpat1
ssl-cert (1
line!) Edit /etc/apache2/apache2.conf. Change
to
Edit /etc/mime.types and comment out the following lines:
Edit /etc/apache2/mods-enabled/php4.conf and comment out the following lines:
Edit /etc/apache2/ports.conf and add Listen 443:
Now we have to enable some Apache modules (SSL, rewrite and suexec): cd /etc/apache2/mods-enabled Restart Apache: /etc/init.d/apache2 restart
Proftpd apt-get install proftpd proftpd-common ucf <- standalone For security reasons you can add the following lines to /etc/proftpd.conf (thanks to Reinaldo Carvalho; more information can be found here: http://proftpd.linux.co.uk/localsite/Userguide/linked/userguide.html):
DefaultRoot ~ and restart Proftpd: /etc/init.d/proftpd restart
Webalizer apt-get install libfreetype6 libgd2-noxpm libjpeg62 libpng12-0 webalizer
Synchronize the System Clock If you want to have the system clock synchronized with an NTP server you can run the following: apt-get install ntpdate The system startup links for /etc/init.d/ntpdate should already exist so that ntpdate starts automatically at boot time; if it does not, run update-rc.d ntpdate defaults to create these links. Then add the following lines to /var/spool/cron/crontabs/root (if the file does not exist, create it by running touch
/var/spool/cron/crontabs/root): #
update time with ntp server Then run chmod
600 /var/spool/cron/crontabs/root
Install some Perl Modules needed by SpamAssassin (comes with ISPConfig) apt-get install libhtml-parser-perl libdb-file-lock-perl libnet-dns-perl
|





print: 
Recent comments
2 days 16 hours ago
2 days 19 hours ago
4 days 9 hours ago
5 days 3 hours ago
5 days 3 hours ago
5 days 6 hours ago
1 week 15 hours ago
1 week 19 hours ago
1 week 1 day ago
1 week 1 day ago