JediSthlm
01-08-2003, 11:00 AM
Hi, this might be a easy one for all you hardcode linux souls.
I have a ftp server (glFtpd)
I run a www server (Apache)
I want to use the ftp to upload my files to a folder called www.
The www folder is accessable to the world thrue the Apache server.
The ftp needs to have the folders to 777 and the user and group to "root". (I believe that the ftp has its own rights,users and groups and it is not the same as the system)
The problem is that Apache needs the the folder to be 755 (right?) and the user and group to Apache.
So how do fix this problem?
I have a ftp server (glFtpd)
I run a www server (Apache)
I want to use the ftp to upload my files to a folder called www.
The www folder is accessable to the world thrue the Apache server.
The ftp needs to have the folders to 777 and the user and group to "root". (I believe that the ftp has its own rights,users and groups and it is not the same as the system)
The problem is that Apache needs the the folder to be 755 (right?) and the user and group to Apache.
So how do fix this problem?