Apache's DocumentRoot on vfat partition goes: permiddion denied, .. anyone ???

harald kapper hk at kapper.net
Sun Aug 28 21:30:39 UTC 2005


Daniel Masson wrote:

> Hello list ...
> 
> Im trying to set de DosumentRoots directive of a
> virtualhost that im creating in apache , .. but i
> always get permission denied 403 when trying to access
> from browser , ... the line on /etc/fstab goes:
> 
> dev/hda8               /documentos             vfat   
> defaults,uid=48,gid=48  0 0
> 
> apache runs a uid 48 and gid 48, ... the virtual host
> goes:
> 
> <VirtualHost *:80>
>     ServerAdmin danielemasson at yahoo.com
>     #DocumentRoot /mnt/documentos
>     DocumentRoot
> /documentos/daniel/genteol/corp/clientes/Fecel/sitio
>     ServerName fecel
>     ErrorLog logs/fecel-error_log
>     CustomLog logs/fecel-access_log common
> </VirtualHost>
> 
> anyone can help me please ????

you're missing the directory-directive I'd guess to allow at least 
read-access to the given directory-path.

hth
hk




More information about the fedora-list mailing list