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

2008-03-14 Thread Tim Edwards
008 03:10 > 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

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 equ

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

2008-03-06 Thread Tim Edwards
7;s files under /var/www/users/ and have a virtual host for each /var/www/users/ 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