Comments on Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
1 Comment(s)
Add comment
Comments
By: Anonymous
Hi falko,
On Step 2 the command syntax did not work for us
yum install mysql mysql-server phpMyAdmin httpd
We replaced phpMyAdmin with lowercase phpmyadmin and it worked.