This HOWTO is designed to offer only a quick intro, a list of reminders moreso than an indepth course in FTP and HTTP setup. There are an incredible array of online resources available for both of these subjects ... visit our Config page for links to a number of sites.
As root, use your preferred command line editor to:
FTP
- rpm -Uvh proftp
- /etc/xinetd.d/proftpd
- mod disabled = no
- add "only_from"
- chown dir's to username
- service xinetd restart
HTTPD
- /usr/lib/yi/services.py
- turn on httpd
- pico /etc/httpd/conf/httpd.conf
- search for <Directory /home/
- uncomment from <Diretory --> </Directory
- add /public_html/ --> /home/*/public_html/
- save changes
- chmod 755 /home/username
- service httpd restart
This HOWTO was edited by Kai Staats, with guidance from Dan Burcaw, Terra Soft Solutions





