Results 1 to 3 of 3
Hello, I been trying to upload an html file to my local apache server via vsftpd but it fails it keeps retrying. After a day of searching in google I ...
- 11-15-2007 #1
Dealing with vsftpd and apache
Hello, I been trying to upload an html file to my local apache server via vsftpd but it fails it keeps retrying. After a day of searching in google I cant find the problem.
currently using
/var/www/html for apache
I think that by default apache run as root is that that problem, because I am using a normal acount on the vsftpd server to access the apache folder.
Thank you in advance.
- 11-16-2007 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 88
FTP Permissions
Greetings:
Change the /var/www/html directory ownership to nobody.nobody and permissions to 700 and the check it shud work fine.
Regards
- 11-17-2007 #3
Thank you
That solved the problem again thank you KidCloudWala.


Reply With Quote