vastslug Posted February 1, 2007 Share Posted February 1, 2007 OK.. I think it need to use aliasmatch but i'm not 100% We have 5000 + users on a rig at work. I need to share a folder in the users folder on the web. However... For each users the location may be different.. for example, www.spam.com/k12345 would need to load from /Volumes/Raid1/Data/users/5/k12345/www and www.spam.com/k123456 would need to load from /Volumes/Raid1/Data/users/6/k123456/www *notice the change in number after Data/users* I've tried a few things but my pattern matching isnt up to scratch. Can anyone offer help? or do it for me Cheers. Quote Link to comment Share on other sites More sharing options...
vastslug Posted February 2, 2007 Author Share Posted February 2, 2007 I should also point out that the server doesn't seem the users as valid users - their homes are just stored there. which rules out mod_userdir unless that can be modified to work..? Quote Link to comment Share on other sites More sharing options...
steviewdr Posted February 2, 2007 Share Posted February 2, 2007 You could take a look at: http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html or: http://httpd.apache.org/docs/2.0/mod/mod_alias.html -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.