tbrehm
2009-05-23 f38a6d5fc5b45a2a337e7f5ddbb569091d6dd7cd
Updated debian installation instructions.
1 files modified
18 ■■■■■ changed files
docs/INSTALL_DEBIAN_5.0.txt 18 ●●●●● patch | view | raw | blame | history
docs/INSTALL_DEBIAN_5.0.txt
@@ -132,6 +132,16 @@
/etc/init.d/openbsd-inetd restart
# Some additional settings for pureftpd
echo 'yes' > /etc/pure-ftpd/conf/DontResolve
# Enable TLS in pureftpd
echo 1 > /etc/pure-ftpd/conf/TLS
mkdir -p /etc/ssl/private/
openssl req -x509 -nodes -newkey rsa:1024 -keyout /etc/ssl/private/pure-ftpd.pem  -out /etc/ssl/private/pure-ftpd.pem
chmod 600 /etc/ssl/private/pure-ftpd.pem
# Edit /etc/fstab. Mine looks like this (I added ,usrquota,grpquota to the partition with the mount point /):
@@ -243,6 +253,14 @@
apt-get install vlogger webalizer
Change the following line in /etc/webalizer.conf from
#Incremental    no
to
Incremental    yes
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
apt-get install build-essential autoconf automake1.9 libtool flex bison