On Thu, Dec 15, 2005 at 02:19:18PM -0500, Charles Fry wrote: > Well, ApacheUserDirHandler was written by a previous Debian maintainer, > and is not officially distributed by upstream. I know it was written for > apache amd mod_perl 1.
Ah, yes, that explains it then. :-) > What specific problems are you experiencing when you attempt to use it? Well, it references Apache::* modules, which aren't installed if you're using apache2, so, of course, it doesn't work. It tries to use /var/spool/mason/[username] as the user's component root, which changes to /var/cache/mason here in the modern era. Anyway, after I emailed last night, I figured these things out and tinkered a bit more and actually got it going. I didn't fully understand the $apr->log->... parts, so I just commented those out, but the point is that it works. One feature that I want to add that I haven't been able to figure out yet is to dynamically add a user-specific path to @INC so that each user can have a directory to store perl modules in, e.g. /home/username/lib. Would you be interested in taking my dinky little fixes and running with them? -- Troy Davis [EMAIL PROTECTED] http://www.tdavis.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]