Getting 403 Forbidden when accessing Reviewboard

2013-05-21 Thread Justin O'Doherty
I've installed the following on RedHat ReviewBoard 1.6.16 Apache 2.4.4 Python 2.7.4 Django 1.3.7 The issue I'm having is that when I try to request a page from Reviewboard, I get a 403 Forbidden response. # curl http://localhost:8080/ 403 Forbidden Forbidden You don't have permission to a

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-21 Thread Stephen Gallagher
On 05/21/2013 12:03 PM, Justin O'Doherty wrote: > I've installed the following on RedHat > > ReviewBoard 1.6.16 > Apache 2.4.4 > Python 2.7.4 > Django 1.3.7 > > The issue I'm having is that when I try to request a page from > Reviewboard, I get a 403 Forbidden response. > > # curl http://loca

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-22 Thread Justin O'Doherty
# cat /proc/version Linux version 2.6.18-308.4.1.el5 (mockbu...@hs20-bc2-4.build.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Wed Mar 28 01:54:56 EDT 2012 Architecture: x86_64 I had a look in the EPEL repository that you mentioned, but couldnt see a compatible package for

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-22 Thread Stephen Gallagher
On 05/22/2013 04:01 AM, Justin O'Doherty wrote: > # cat /proc/version > Linux version 2.6.18-308.4.1.el5 (mockbu...@hs20-bc2-4.build.redhat.com > ) (gcc version 4.1.2 > 20080704 (Red Hat 4.1.2-52)) #1 SMP Wed Mar 28 01:54:56 EDT 2012 > Architecture: x86

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-22 Thread victoria
On Wed, May 22, 2013 at 1:45 PM, Stephen Gallagher wrote: > On 05/22/2013 04:01 AM, Justin O'Doherty wrote: >> # cat /proc/version >> Linux version 2.6.18-308.4.1.el5 (mockbu...@hs20-bc2-4.build.redhat.com >> ) (gcc version 4.1.2 >> 20080704 (Red Hat 4

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-22 Thread Justin O'Doherty
Thanks for the feedback, I didn't know of the other hosting options until you posted them. I have resolved the 403 issue on my current installation. I had to add the following line to the httpd-vhosts.conf "Require all granted" AllowOverride All Option

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-26 Thread Neil Pandya
On Wed, May 22, 2013 at 8:55 AM, Justin O'Doherty wrote: > Thanks for the feedback, I didn't know of the other hosting options until > you posted them. > > I have resolved the 403 issue on my current installation. I had to add the > following line to the httpd-vhosts.conf > > "Require all granted