Here is a folder:
bash-3.1# ls -l
total 8
drwxrwxrwx 2 admin admin 4096 Mar 23 05:59 1
When I upload a file with use of CuteEditor to this folder I have the following:
bash-3.1# ls -l 1
total 176
-rw------- 1 admin admin 11525 Mar 23 07:11 120x240_1.gif
Taking into account httpd is running from user "apache" our web-server doesn't have access to the files uploaded.
I would be very grateful if somebody could help me with it.