I need to make my users' home directories available to them over the web. I have LDAP authentication in place so only valid users can access the home directories but currently a valid user can access any given home directory. I want to jail users to their own home directory. Is this possible with Apache?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
You could use vhost-alias, to deliver the user in their directory after authentication, and they won't be able to go into anyones else's directory. |
|||||
|
|
You probably are looking for the directive
This will have apache look for For example
will look for the file |
|||
|