Quote:
Originally posted by againstms
which files are the main configuration files to work with and once these files are configured correctly the server will run these two services. I will be using Centos 3.3 with vsftpd and Apatche????
|
vsftpd
Install rpm via
Code:
rpm -Uvh vsftpd-*.i386.rpm
Edit config file:
/etc/vsftpd/vsftpd.conf
Make sure the following line is present:
Start the server:
apache
Should already be installed on your system (it's Red Hat based).
Edit config file:
/etc/httpd/conf/httpd.conf
It is well commented, so it should be no problem.
If anything goes wrong, check your firewall config (iptables).
Quote:
Originally posted by againstms Many thanks to those who have the patience to help a lazy
|
Just in case you are not too lazy

, here are some more infos:
http://vsftpd.beasts.org/
http://www.apache.org
loony