That's it... I get a look at the directory and I see that the permissions is just for owner: [EMAIL PROTECTED] myers $ ls /mnt/dados -ld drwxr--r-- 27 root fat 16384 Dec 31 1969 /mnt/dados so in my /etc/fstab I'm using gid in mount options. how can I mount this directory with rwx permissions to group?
On Mon, 2004-02-09 at 15:44, Daniel Drake wrote: > Hi, > > Claudinei Matos wrote: > > Hey guys, > > > > Well, I've tried to use a windows partition in DocumentRoot of my > > apache2.conf like the line below: > > DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www > > But when I try to view the page in the browser I get this error: > > "Forbidden > > You don't have permission to access / on this server. > > Additionally, a 403 Forbidden error was encountered while trying to use > > an ErrorDocument to handle the request." > > Check the permissions of your mount. Sounds like the user that apache is > running as (typically 'apache' or 'nobody', both of which have very restricted > system access) is unable to access that mountpoint. > > You may also want to look at error_log in apaches section of /var/log > > Hope this helps > > Daniel > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
