"What's automounter? Is that some process that mounts a user's home directory on a remote share or something?"
Yes. But only when it is requested. I.e. When you login via ssh, or access a web site via http whose content is in the remote filesystem, etc. You may refer to it as autofs.
From: Rich Bowen <rbowen@xxxxxxxxxxx>
Reply-To: "users@xxxxxxxxxxxxxxxx" <users@xxxxxxxxxxxxxxxx> Date: Friday, August 8, 2014 3:24 PM To: "users@xxxxxxxxxxxxxxxx" <users@xxxxxxxxxxxxxxxx> Subject: Re: Re: Rewrite and automount question On 08/08/2014 11:59 AM, Rose, John B wrote:
What's automounter? Is that some process that mounts a user's home directory on a remote share or something? I suppose you could query a list of valid users on server startup, and use that (via mod_macro or something?) to generate a list of Alias directives? Or possibly use a RewriteMap to do the same thing based on a list of users, although RewriteMap can be a bit of a performance bottleneck. --Rich
-- Rich Bowen - rbowen@xxxxxxxxxxx - @rbowen http://apachecon.com/ - @apachecon |