I'd like to enable userdir so users on shared IP can access their accounts by going to http://<ip>/~username
I followed the example in this docs and setup it as Static Context with no luck:
http://www.litespeedtech.com/docs/webserver/config/context/?hilite=userdir,
exp: ^/~([A-Za-z0-9]+)(.*)
location: /home/$1/www$2
accessible: yes
other options are not set
This is plain Centos server and I'm using Virtual Host templates to host these domains on the same shared IP.
What am I doing wrong?
I followed the example in this docs and setup it as Static Context with no luck:
http://www.litespeedtech.com/docs/webserver/config/context/?hilite=userdir,
exp: ^/~([A-Za-z0-9]+)(.*)
location: /home/$1/www$2
accessible: yes
other options are not set
This is plain Centos server and I'm using Virtual Host templates to host these domains on the same shared IP.
What am I doing wrong?