26 Jun 2012 01:13
"docroot" and version 1.93
Hi, I have installed the new version 1.93 and I have some issues with "docroot". It appears it's now mandatory for all server part definitions even if it is configured as reverse proxy or with a redirect directive. Here is two examples where docroot is now mandatory but it's not necessary: 1) <server dev.####.net> port = 8081 listen = 0.0.0.0 revproxy = / http://localhost:8083 partial_post_size = nolimit </server> 2) <server ######.org> port = 8081 listen = 0.0.0.0 <redirect> / = www.######.org:80 </redirect> </server> <server www.######.org> port = 8081 listen = 0.0.0.0 docroot = /var/www/###### </server>(Continue reading)
RSS Feed