How to setup reviewboard url with path?

2015-06-21 Thread cid . pega

I use nginx as reverse proxy and http://ip/reviewboard/ for Review Board, 
but failed.

If I use http://ip/ for Review Board, it seems work, but that's not what I 
want.

I surfed for some posts but does not solve my problem.

I use mod_wsgi for official installation guide suggests me to.

Review Board is really difficult to install. I stuck very long then found 
the answer is ALLOWED_HOSTS = ['*'].

But then the path issue.

Please help me. Thank you.

Cid

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to setup reviewboard url with path?

2015-06-21 Thread Huang Cid

My ReviewBoard is set on a VM, the reviews.example.com map to 192.168.56.99.

I browse ReviewBoard from host with http://192.168.56.99/ and it is ok.

And then my host uses nginx as reverse proxy:

location /reviewboard/ {
proxy_pass http://192.168.56.99/;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host; 
}

But http://myHostIp/reviewboard/ does not work.

Please help me.

Thank you,

Cid


On Monday, June 22, 2015 at 2:08:56 AM UTC+8, Christian Hammond wrote:

 Hi,

 I don't have a good sense about what problems you're hitting. How does it 
 fail?

 Can you show us your web server configuration for this site, and your 
 $sitedir/conf/settings_local.py (make sure NOT to include the SECRET_KEY 
 line or your database information).

 Christian


 On Sunday, June 21, 2015, cid@gmail.com javascript: wrote:


 I use nginx as reverse proxy and http://ip/reviewboard/ for Review 
 Board, but failed.

 If I use http://ip/ for Review Board, it seems work, but that's not what 
 I want.

 I surfed for some posts but does not solve my problem.

 I use mod_wsgi for official installation guide suggests me to.

 Review Board is really difficult to install. I stuck very long then found 
 the answer is ALLOWED_HOSTS = ['*'].

 But then the path issue.

 Please help me. Thank you.

 Cid

  -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.



 -- 
 -- 
 Christian Hammond - chri...@beanbaginc.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com



-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: email issue on RB group vs people

2015-06-21 Thread MoonWalker
hi David,

a) Yes is empty, no spaces
b) Yes I am sure, nobody on any group gets any email from RB.

Not sure if this is related or not, but I had to migrate the RB DB from one 
server to a new one. The only issue that I noticed post migration is 
related to email.

Also if I user request to reset his email RB wont sent any email :-(

cheers

On Saturday, June 20, 2015 at 8:29:58 AM UTC+10, David Trowbridge wrote:

 a) you're sure it's empty? no whitespace in there?
 b) you're sure everyone is a member of that group?

 -David

 On Thu, Jun 18, 2015 at 7:18 PM, MoonWalker daniel.c...@gmail.com 
 javascript: wrote:

 it is empty

 On Friday, June 19, 2015 at 12:12:44 PM UTC+10, David Trowbridge wrote:

 Please check the group configuration and check that the mailing list 
 field is empty.

 -David
 On Thu, Jun 18, 2015 at 6:02 PM MoonWalker daniel.c...@gmail.com 
 wrote:

 David,

 I setup the mail server (Settings - Email - EMail Server - Mail 
 Server). I was under the impression that once that I establish the members 
 of a group, RB will send an email to all the group members, but that is 
 not 
 the case. I have to add them to the People to have the expected result. 

 Do I need to configure anything else on RB ? 

 On Friday, June 19, 2015 at 10:14:18 AM UTC+10, David Trowbridge wrote:

 Does the group have a mailing list configured? If so, e-mail to that 
 group will be sent only to the list and not to the group members.

 -David

 On Thu, Jun 18, 2015 at 5:11 PM, MoonWalker daniel.c...@gmail.com 
 wrote:

 I have noticed this issue since several versions, not sure if this is a 
 know issue or something else in my configuration, but basically in 
 Reviewers  I need to add each team member to People, because if I add 
 the 
 group they wont receive any email. not sure why.

 All these people are part of the same group, but still not email.

 BTW I am using the latest RB version

  -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.

 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.


 For more options, visit https://groups.google.com/d/optout.

  -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to setup reviewboard url with path?

2015-06-21 Thread Christian Hammond
Hi,

I don't have a good sense about what problems you're hitting. How does it
fail?

Can you show us your web server configuration for this site, and your
$sitedir/conf/settings_local.py (make sure NOT to include the SECRET_KEY
line or your database information).

Christian


On Sunday, June 21, 2015, cid.p...@gmail.com wrote:


 I use nginx as reverse proxy and http://ip/reviewboard/ for Review Board,
 but failed.

 If I use http://ip/ for Review Board, it seems work, but that's not what
 I want.

 I surfed for some posts but does not solve my problem.

 I use mod_wsgi for official installation guide suggests me to.

 Review Board is really difficult to install. I stuck very long then found
 the answer is ALLOWED_HOSTS = ['*'].

 But then the path issue.

 Please help me. Thank you.

 Cid

  --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Reset password issue

2015-06-21 Thread MoonWalker
This seems like a bug in the reset password mechanism on the latest RB 
version. I tried to reset my password and  I had some typos in my email, 
but RB board did not complain about a valid email address, so I tried to 
introduce a random set of  strings with a @ and RB is happy, but no 
complains .

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.