Hi,

How can I set Options and other configuration for user public_html
directories which are placed in a different paths:
/home/foo/user1
/home/bar/user2
/home/2007/aa/user3
/home/2007/ab/user4
/home/too/2005/z/user5 ?

In normal situation there could be something like that:
<Directory /home/*/public_html>
   AllowOverride AuthConfig FileInfo Limit
   Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec +ExecCGI
    <Limit GET POST OPTIONS PROPFIND>
        Order allow,deny
        Allow from all
    </Limit>
</Directory>
but in my situation I can only use "<Directory "~">" which can't be
overridden for specified subdirectories directories :(

It's an one of the problems mentioned in my previous post (which maybe
was too long):
http://marc.info/?l=apache-httpd-users&m=122444710729770


Regards
Marcin


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to