[users@httpd] 403 forbidden

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm trying to step up mod_userdir
It works for people on the default home directory. But most of the people are located on a raid through a ln.
/users/username -> /Volumes/Raid/users/username/

If I type localhosst/~raiduser/
I get 403 forbidden but for people with the home dir on the default location the mon_userdir works fine.

httpd.conf:
<IfModule mod_userdir.c>
        UserDir Sites
</IfModule>

Also tried:
<Directory /Raid/users/*/Sites>
   AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
     <Limit GET POST OPTIONS PROPFIND>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>

help would be great:
The OS is Mac 10.4.3 apache 1.3.33

When logining in to the system, my home dir works and I'm on the RAID
I see why this is not working since I'm linking the home dir to the RAID and not just the Site dir

-------Thanks for any help




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux