Z zomer86 Active Member 204 2009 0 0 May 19, 2009 #1 Is there any tutorial that include all of these things? Please help!
J JmZ (╯°□°)╯︵ ┻━┻ 1,789 2008 729 0 May 19, 2009 #2 You can probably use YUM to install them and then just tweak their config files. Code: yum install proftpd httpd If you want PHP and such too, something like: Code: yum install mysql mysql-server php As for a mail server you can use sendmail (included within CentOS) or something else like exim.
You can probably use YUM to install them and then just tweak their config files. Code: yum install proftpd httpd If you want PHP and such too, something like: Code: yum install mysql mysql-server php As for a mail server you can use sendmail (included within CentOS) or something else like exim.
S sc0tt Active Member 45 2009 0 0 May 19, 2009 #3 Why not just get someone to set it up for you? Go to howtoforge.org for the best (*nix) Tutorials.
D desiboy Active Member 1,544 2008 7 0 Jun 10, 2009 #5 Code: yum install httpd php mysql-server php-mysql php-gd Code: /etc/init.d/httpd restart and check the http://ip/ you will see the default page of centos
Code: yum install httpd php mysql-server php-mysql php-gd Code: /etc/init.d/httpd restart and check the http://ip/ you will see the default page of centos