Re: httpd and ~user directories

2015-01-03 Thread Tor Houghton
On Sat, Jan 03, 2015 at 11:29:32PM +0100, Reyk Floeter wrote: > > - User directories are not explicitly supported and have to be > within the chroot - somewhere in /var/www. > > - For example, you can currently create user directories the following way: > > # mkdir /var/www/users/~reyk > # l

Re: httpd and ~user directories

2015-01-03 Thread Reyk Floeter
On Sat, Jan 03, 2015 at 10:33:52PM +0100, Tor Houghton wrote: > Hello, > > I'm wondering if there is a plan to add support for ~user style URL > expansion to the new httpd. > > I've tried fudging it for 'someuser' by adding the following to the default > server within /etc/httpd.conf, but to no

httpd and ~user directories

2015-01-03 Thread Tor Houghton
Hello, I'm wondering if there is a plan to add support for ~user style URL expansion to the new httpd. I've tried fudging it for 'someuser' by adding the following to the default server within /etc/httpd.conf, but to no avail: location "/~someuser/*" { root "/htdocs/user