Hi,
I've installed LAMP on my HP Microserver running Ubuntu 12.04, and just wanted to ask some questions regarding convention.
I note that apache uses /var/www as its default location, yet www is given root permissions to start with.
I have also installed vsftpd as an ftp server.
I would like to have one FTP account to access
another to access
and another to access
On http://ubuntuforums.org/showthread.php?t=958515 , someone did this:
Which seems a bit overkill to me, surely there is a better way around this, what is the convention, as I'm sure a lot of you have an Apache / vsftpd setup?
I was having problems with a virtual ftp user in the /home directory. I am quite new to this so am battling to grasp some of the info, and linux users don't always post the best help =)
I've installed LAMP on my HP Microserver running Ubuntu 12.04, and just wanted to ask some questions regarding convention.
I note that apache uses /var/www as its default location, yet www is given root permissions to start with.
I have also installed vsftpd as an ftp server.
I would like to have one FTP account to access
Code:
/storage
Code:
/home/hpserver/Media/
Code:
/var/www.
On http://ubuntuforums.org/showthread.php?t=958515 , someone did this:
Code:
mkdir /home/ftp_user/www_dev
mount --bind /var/www/dev/ /home/ftp_user/www_dev
I was having problems with a virtual ftp user in the /home directory. I am quite new to this so am battling to grasp some of the info, and linux users don't always post the best help =)