> One more problem I'm now having with this is in the UserDir. Is there > any way for me to get the mapping from apache of the real directory that > /~user/ means?
not really. mod_userdir applies some URI translations that you can't really see. but they are pretty easy to figure out and emulate. here is some code that does some of that http://www.modperlcookbook.org/code/ch04/Cookbook/Userdir.pm keep in mind that it does not completely mimic what mod_userdir does - there are no user or group protections and public_html is hardcoded, for instance. HTH --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html