Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Access Rights for websites in Lion Server?

Hi everybody,


in Snow Leopard Server I was able to add AccessRights to some web folders. I think this was done with ACL (Dragging user accounts to the required folder).


After the upgrade from Snow Leopard Server to Lion Server the AccessRights doesn't work anymore.

What must I do to get the same "behavior" as with the Snow Leopard Server?


I tried to use .htaccess files, but I don't know what must in the .htaccess files to recognize system accounts.


Please, could anybody help me.


Much thanks in advance


Best Regards

Roman80

Windows 7

Posted on Jul 26, 2011 1:16 PM

Reply
Question marked as Best reply

Posted on Jul 26, 2011 11:00 PM

Problem solved.


I had to put the following lines in the specified "0000_any_80.my.website.conf" file:


<Directory "/Library/WebServer/subdomain.domain">

Options All +MultiViews -ExecCGI -Indexes -Includes

AllowOverride None


# For Password protection

AuthType Digest

AuthName "Password Protection"

require valid-user


<IfModule mod_dav.c>

DAV Off

</IfModule>

</Directory>

1 reply
Question marked as Best reply

Jul 26, 2011 11:00 PM in response to Roman80

Problem solved.


I had to put the following lines in the specified "0000_any_80.my.website.conf" file:


<Directory "/Library/WebServer/subdomain.domain">

Options All +MultiViews -ExecCGI -Indexes -Includes

AllowOverride None


# For Password protection

AuthType Digest

AuthName "Password Protection"

require valid-user


<IfModule mod_dav.c>

DAV Off

</IfModule>

</Directory>

Access Rights for websites in Lion Server?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.