@@ -11,13 +11,13 @@ Installation
1111/bin/hostname
1212
1313# it should return something like "ispconfig.example.com"
14- # if not, then we assign hostname (for example ispconfig):
14+ # if not, then we assign a hostname (for example ispconfig):
1515
1616echo ispconfig.example.com > /etc/hostname
1717
1818vi /etc/hosts
1919
20- # and add line similar but appropriate:
20+ # and add lines similar but appropriate:
2121
2222127.0.0.1 localhost.localdomain localhost
2323192.168.0.100 ispconfig.example.com ispconfig
@@ -30,13 +30,13 @@ opt0.1) Optionally install SSH-server to get remote shell
3030
3131apt-get install ssh openssh-server
3232
33- opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from host.
33+ opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from the host.
3434
3535apt-get install ntp ntpdate
3636
3737
3838
39- # Then into real deal
39+ # Next is the real deal
4040
41411) Install Postfix , Courier , Saslauthd , MySQL , phpMyAdmin , rkhunter , binutils with the following command line (on one line!):
4242
@@ -66,6 +66,7 @@ bind-address = 127.0.0.1
6666/etc/init.d/mysql restart
6767
6868# Set the mysql database password:
69+ # Again use your own domain name...
6970
7071mysqladmin -u root password yourrootsqlpassword
7172mysqladmin -h ispconfig.local -u root password yourrootsqlpassword
@@ -78,12 +79,12 @@ apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
7879
7980
8081
81- 3) Install apache , PHP5 , phpmyadmin , better fastCGI , suexec , Pear and mrypt (1 line!):
82+ 3) Install apache , PHP5 , phpmyadmin , better fastCGI , suexec , Pear and mcrypt (1 line!):
8283
8384apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap phpmyadmin php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt
8485
8586
86- # When myphpadmin is asking wether to configure itself automagigally , select "Apache2"
87+ # When phpMyAdmin is asking weather to configure itself automatically , select "Apache2"
8788
8889# Then run the following to enable the Apache modules suexec, rewrite and ssl:
8990
@@ -117,7 +118,7 @@ vi /etc/phpmyadmin/apache.conf
117118------------------------------------------------------
118119
119120
120- opt3.1) Optionally install some imagemanipulation capabilities to make advanced webdesigners happy
121+ opt3.1) Optionally install some image manipulation capabilities to make advanced web designers happy
121122
122123apt-get install php5-imagick imagemagick
123124
@@ -316,7 +317,8 @@ make install
316317rm -rf jailkit-2.5*
317318----------------------------------------------------------------------------------------------------------
318319
319- Optional packages recommended:
320+ Optional recommended packages :
320321
321322denyhosts - a utility to help sys admins thwart ssh crackers
323+ fail2ban - Like denyhosts but updates firewall rules to reject/drop the IP address and supports many more apps
322324rsync - fast remote file copy program (for backup)
0 commit comments