Re: Issue 3385 in reviewboard: Error 500 while trying to login when two url point to the same site

2014-10-07 Thread reviewboard


Comment #5 on issue 3385 by wdaog...@gmail.com: Error 500 while trying to  
login when two url point to the same site

https://code.google.com/p/reviewboard/issues/detail?id=3385

There's no problem since i changed mysql database default character  
encoding into utf-8.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3385 in reviewboard: Error 500 while trying to login when two url point to the same site

2014-05-28 Thread reviewboard

Updates:
Status: SetupIssue

Comment #4 on issue 3385 by trowb...@gmail.com: Error 500 while trying to  
login when two url point to the same site

http://code.google.com/p/reviewboard/issues/detail?id=3385

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3385 in reviewboard: Error 500 while trying to login when two url point to the same site

2014-05-27 Thread reviewboard


Comment #3 on issue 3385 by pvals...@gmail.com: Error 500 while trying to  
login when two url point to the same site

http://code.google.com/p/reviewboard/issues/detail?id=3385

I didn't know WSGI doesn't like this kind of setup. Mea culpa.

OK, I'll change my config and put a redirect from one hostname to the  
other. Not as clean, but let's avoid trouble.

You can close the defect.

Thanks for the help.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3385 in reviewboard: Error 500 while trying to login when two url point to the same site

2014-05-27 Thread reviewboard


Comment #2 on issue 3385 by chip...@gmail.com: Error 500 while trying to  
login when two url point to the same site

http://code.google.com/p/reviewboard/issues/detail?id=3385

Going into this more...

When you have two VirtualHosts using mod_wsgi and the same wsgi script,  
you're going to have issues. You need to section them both off to make use  
of directives like WSGIProcessGroup, WSGIApplicationGroup, etc. That's a  
bigger topic though.


On top of that, Review Board expects to have one single domain that it can  
identify itself as, for use in e-mails, the API, etc.


You'll need to have one of these domains redirect to the other, or have two  
separate installs/databases.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3385 in reviewboard: Error 500 while trying to login when two url point to the same site

2014-05-27 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3385 by chip...@gmail.com: Error 500 while trying to  
login when two url point to the same site

http://code.google.com/p/reviewboard/issues/detail?id=3385

Why are there two virtualhosts pointing to the same install?

I'm afraid it's really not a supported use case. Can you simply have one  
redirect to the other?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.