PDA

View Full Version : Centos howto proftpd


peacengell
10th February 2008, 03:06
hi one problem instaling proftpd
wget work download fine
extract fine work good
./configure --sysconfdir=/etc <<fine
make <<fine
make install <<fine
cd ..
rm -fr proftpd-1.3.1* <<fine
ln -s /usr/local/sbin/proftpd /usr/sbin/proftpd <<fine

when i do vi /etc/init.d/proftpd it's an empty file is that right..
after a search i found this post
http://wiki.vpslink.com/index.php?title=HOWTO:_CentOS_5_setup_for_LAMP_and _ISPconfig
here is say
to use this command after ln -s
mv /root/proftpd /etc/init.d/proftpd
when i do this i get error
no such file or directory
why that help please
i'm reinstaling from the begining
help thanks for any help
if no understand what i'm saying just pm me or post here
i try to ls -la in /root but no found proftpd
any sugestion
thanks

falko
10th February 2008, 19:07
when i do vi /etc/init.d/proftpd it's an empty file is that right..

That's right. :)

peacengell
10th February 2008, 19:12
i need to type all the stuff my self is that right falko
ok so i do it now i know it'sright hmmthanks man ur the best>>>>>>
thanks

peacengell
10th February 2008, 21:42
yeah man thanks everything works fine
now a questions i want to host website from another pc without ISPConfig
is that posible just wanna try and i will go onwith ISPConfig
so do i need to make some configurations let me know thanks man
for any help or any how to do that


thanks you verymuch

falko
11th February 2008, 17:15
If it's just one web site, you can place it in the /var/www/html directory - that's the default CentOS document root.
If you want to create more than one web site, take a look here: http://httpd.apache.org/docs/2.0/vhosts/name-based.html