Comment #1 on issue 2664 by chip...@gmail.com: Upgrade to Review Board 1.6.9 but can't set up a GitHub repo
http://code.google.com/p/reviewboard/issues/detail?id=2664

The problem is the proxy. You will need to set the HTTP_PROXY and http_proxy environment variables in your Apache configuration using SetEnv, like:

    SetEnv http_proxy "http://proxy.example.com:1234/";
    SetEnv HTTP_PROXY "http://proxy.example.com:1234/";

It should then work.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to