Re: RB website showing only directory listing

2014-06-29 Thread shravanthi s
The apache-wsgi.conf file is owned by root but it has read permissions for other users. Also should i create a new reviewboard.conf file in /etc/httpd/conf.d? And add this line 'Include /var/www/ mytest.example.com/conf/apache-wsgi.conf' in reviewboard.conf file? I do not have ssl configured for

Re: rbt post API Error HTTP 400 on new ReviewBoard 2.0.2 instance (Perforce repository)

2014-06-29 Thread Stephen
I did some more digging and it seems the /var/www/rbsite2/conf/settings_local.py needs to be updated to add all the host names expected to be used with rbtools and the browsers in the ALLOWED_HOSTS setting. I have now added the hostname and fully qualified domain name in this setting and I no

Re: RB website showing only directory listing

2014-06-29 Thread David Trowbridge
You should be able to just create a symbolic link to the apache-wsgi.conf file inside the relevant apache directories (whether you use conf.d or sites-available/sites-enabled) -David On Sun, Jun 29, 2014 at 4:32 AM, shravanthi s wrote: > The apache-wsgi.conf file is owned by root but it has re

Re: rbt post API Error HTTP 400 on new ReviewBoard 2.0.2 instance (Perforce repository)

2014-06-29 Thread David Trowbridge
Glad you figured it out! ALLOWED_HOSTS is a relatively new requirement in django, so we're not yet familiar with all of its impact. -David On Sun, Jun 29, 2014 at 8:21 AM, Stephen wrote: > > I did some more digging and it seems the > /var/www/rbsite2/conf/settings_local.py needs to be updated

Re: Unable to Login Using LDAP Credentials

2014-06-29 Thread Kuldeep singh
Hi Stephen Gallagher, I have changed ldap:// to ldaps:// and http:// to https://. But its still not working saying *"WARNING - - LDAP error: {'info': 'A TLS packet with unexpected length was received.', 'desc': "Can't contact LDAP server"}"* I don't know why its happening, I received certificat