Greg Burri | 26 Jun 2012 01:13
Picon
Gravatar

"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)

Steve Vinoski | 26 Jun 2012 02:04
Picon
Gravatar

Re: "docroot" and version 1.93

On Mon, Jun 25, 2012 at 7:13 PM, Greg Burri <greg.burri@...> wrote:
> 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/######
(Continue reading)

Greg Burri | 26 Jun 2012 03:09
Picon
Gravatar

Re: "docroot" and version 1.93

Thanks for your quick reply, I already changed all my configuration
files so it's OK. I was just asking myself if the behavior was
correct.

/Greg

On Tue, Jun 26, 2012 at 2:04 AM, Steve Vinoski <vinoski@...> wrote:
> On Mon, Jun 25, 2012 at 7:13 PM, Greg Burri <greg.burri@...> wrote:
>> 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>
(Continue reading)


Gmane