I'm setting up a system and need some advice the situation is described below. Currently Machine 1 is a linux box with apache 2 serving our main site www.site.com Machine 2 has our users personal web site data which users upload with shell access. Machine 1 nfs mounts machine 2 and serves the user pages at www.site.com/~user I would like to get rid of the NFS mount. So can I have apache 2 forward requests for www.site.com/~user to machine 2 and still retain the same url? I was thinking of using mod_alias to do this. Redirect /~* http://machine2.com/~* Any ideas? --------------------------------------------------------------------- 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