About Virtual Hosts
Virtual Hosts are used to run more than one domain off of a single IP address. This is especially useful to people who need to run several sites off of one virtual private server. The sites display different information to the visitors, depending on with which the users accessed the site.There is no limit to the number of virtual hosts that can be added to a VPS.
Set Up
The steps in this tutorial require the user to have root privileges. You can see how to set that up in the here Initial Server Setup. You can implement whatever username suits you.
FTP login failed – 530 login incorrect
Cannot login via ftp to the domain, the following error is displayed during the logging: 530 Login incorrect. In the ‘/var/log/secure’ file you may find the following error: Oct 1 12:55:15 web02 proftpd[20205]: 127.0.0.1 (91.204.25.4[91.204.25.4]) – USER test (Login failed): Invalid shell: ‘/bin/false’ Cause The string ‘/bin/false’ is missed in the file ‘/etc/shells’. Resolution Add … Read more