@@ -39,7 +39,15 @@ Edit the file /etc/default/pure-ftpd-common
3939
4040vi /etc/default/pure-ftpd-common
4141
42- and change the start mode from inetd to standalone. Then execute:
42+ and change the start mode from inetd to standalone.
43+
44+ Edit the file /etc/inetd.conf vi /etc/inted.conf
45+
46+ and comment out the line for the FTP service, so it looks like this:
47+
48+ # ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/pure-ftpd-wrapper
49+
50+ Then execute:
4351
4452/etc/init.d/openbsd-inetd restart
4553
@@ -59,27 +67,27 @@ apt-get install vlogger webalizer
59677) Install ISPConfig 3
6068
6169There are two possile scenarios, but not both:
62- 1) Install the latest alpha
63- 2) Install directly from SVN
70+ 7. 1) Install the latest alpha
71+ 7. 2) Install directly from SVN
6472
6573apt-get install php5-cli
6674
67- 1) Installation of alpha 3
75+ 7. 1) Installation of alpha 3 from tar.gz
6876
6977 cd /tmp
7078 wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.3-alpha.tar.gz
7179 tar xvfz ISPConfig_3.0.0.2-alpha.tar.gz
7280 cd ISPConfig_3.0.0.2-alpha/install/
7381
74- 2) Installation from SVN
82+ 7. 2) Installation from SVN
7583
7684 apt-get install subversion
7785 cd /tmp
7886 svn export svn://svn.ispconfig.org/ispconfig3/trunk/
7987 cd trunk/install
8088
8189
82- 1+ 2) Now proceed with the ISPConfig installation.
90+ 7.1+7. 2) Now proceed with the ISPConfig installation.
8391
8492Now start the installation process by executing:
8593
0 commit comments