RE: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-14 Thread Tim Edwards
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] how would I serve up an upload/download directory for each user Tim Edwards wrote: * Use some kind of module that allows apache to spawn a sub-process running as the user who logged in through mod_auth_shadow. Does such a module exist

RE: [EMAIL PROTECTED] What is apache compiled with now?

2008-03-12 Thread Tim Edwards
You'd want the source package that Ubuntu built their binary .deb from. Apparently the command is: apt-get source apache2 On RPM-based distros you'd usually browse to your distro's mirrors, download the source RPM, 'install' it and look at the .spec file. I'm guessing the above step is the

[EMAIL PROTECTED] how would I serve up an upload/download directory for each user

2008-03-06 Thread Tim Edwards
/username and have a virtual host for each /var/www/users/username dir. I'm not sure how to do this in any automated fashion though - is there a way to coerce mod_userdir into working like this? Any help/suggestions greatly appreciated. -- Tim Edwards