Re: reviewboard 1.6.1 with wsgi

2011-10-18 Thread Rohini Kumar Tharigonda
I changed
SITE_ROOT = '/'
to
 SITE_ROOT = '/reviewboard/'
in /var/www/reviewboard/conf/settings_local.py

Then  changed
WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"
to
 WSGIScriptAlias /reviewboard /var/www/reviewboard/htdocs/
reviewboard.wsgi/reviewboard

It started working.

Thanks,
Rohini



On Oct 15, 2:10 am, יונתן קינן  wrote:
> I got it to work in my personal laptop,
> I should note that you also need to change the settings file.
> /var/www/reviewboard/conf/settings_local.py
> You need to change SITE_ROOT from '/' to '/review/'(depends on the chosen
> sub directory)
>
> I also added reverse proxying so it could work with Bugzilla.
> If anyone knows of a way to use ServerPath instead of the reverse proxying
> then please let me know...
>
> 2011/10/12 Stephen Gallagher 
>
> > On Wed, 2011-10-12 at 00:59 -0700, Rohini Kumar Tharigonda wrote:
> > > I do not want to install it as root.
> > > I installed it in a sub directory.
> > > it works fine only if make the follwing
> > >     WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/
> > > reviewboard.wsgi"
> > > instead of
>
> > >     #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > reviewboard.wsgi"
>
> > Try using the following:
>
> > WSGIScriptAlias /reviewboard
> > /srv/reviewboard/conf/reviewboard.wsgi/reviewboard
>
> > (note specifically the lack of parentheses and trailing forward
> > slashes). This works for me with apache+mod_wsgi and handles
> > subdirectory install just fine.
>
> > (For the record, this is the config for
> >https://fedorahosted.org/reviewboard)
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: reviewboard 1.6.1 with wsgi

2011-10-14 Thread יונתן קינן
I got it to work in my personal laptop,
I should note that you also need to change the settings file.
/var/www/reviewboard/conf/settings_local.py
You need to change SITE_ROOT from '/' to '/review/'(depends on the chosen
sub directory)

I also added reverse proxying so it could work with Bugzilla.
If anyone knows of a way to use ServerPath instead of the reverse proxying
then please let me know...

2011/10/12 Stephen Gallagher 

> On Wed, 2011-10-12 at 00:59 -0700, Rohini Kumar Tharigonda wrote:
> > I do not want to install it as root.
> > I installed it in a sub directory.
> > it works fine only if make the follwing
> > WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> > instead of
> >
> > #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> >
>
> Try using the following:
>
> WSGIScriptAlias /reviewboard
> /srv/reviewboard/conf/reviewboard.wsgi/reviewboard
>
> (note specifically the lack of parentheses and trailing forward
> slashes). This works for me with apache+mod_wsgi and handles
> subdirectory install just fine.
>
> (For the record, this is the config for
> https://fedorahosted.org/reviewboard)
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: reviewboard 1.6.1 with wsgi

2011-10-12 Thread Stephen Gallagher
On Wed, 2011-10-12 at 00:59 -0700, Rohini Kumar Tharigonda wrote:
> I do not want to install it as root.
> I installed it in a sub directory.
> it works fine only if make the follwing
> WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/
> reviewboard.wsgi"
> instead of
> 
> #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> reviewboard.wsgi"
> 

Try using the following:

WSGIScriptAlias /reviewboard /srv/reviewboard/conf/reviewboard.wsgi/reviewboard

(note specifically the lack of parentheses and trailing forward
slashes). This works for me with apache+mod_wsgi and handles
subdirectory install just fine.

(For the record, this is the config for
https://fedorahosted.org/reviewboard)

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: reviewboard 1.6.1 with wsgi

2011-10-12 Thread Rohini Kumar Tharigonda
I do not want to install it as root.
I installed it in a sub directory.
it works fine only if make the follwing
WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"
instead of

#WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"

http://localhost/reviewboard/ -- works fine
http://localhost/  -- should show fedora default error
page. but it shows some error message related to reviewboard



On Oct 12, 5:34 am, Kannaiyan Natesan  wrote:
> If you replace the config file generated by ReviewBoard installation. It
> will work file. Modifying the configuration will have other problems.
> Will you try to install it in the root path rather than a subdirectory path?
>
> If you root drive is /var/www/html/
>
> Your config value will be
> WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"
>
> Please let me know if you still have problems.
>
>
>
> On Tue, Oct 11, 2011 at 4:54 PM, Jon  wrote:
> > Yes, I am encountering similar problems.
> > I opened a thread but no one replied.
> > I would love to get a working configuration that will allow me to set
> > up review board as a non root site.
>
> > On Oct 11, 11:59 am, Rohini Kumar Tharigonda  wrote:
> > > I am still having the same problem.
> > > Any one have the same problem ?
>
> > > On Sep 12, 10:40 am, Rohini Kumar Tharigonda  wrote:
>
> > > > The following is my configuration..
> > > > You can see that i commented   #WSGIScriptAlias "/reviewboard/" "/var/
> > > > www/reviewboard/htdocs/reviewboard.wsgi".
> > > > After doing this it started working.
>
> > > > 
> > > >     ServerName localhost
> > > >     DocumentRoot "/var/www/reviewboard/htdocs"
>
> > > >     # Error handlers
> > > >     ErrorDocument 500 /errordocs/500.html
>
> > > >     WSGIPassAuthorization On
> > > >     #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > reviewboard.wsgi"
> > > >     WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> > > >     
> > > >         AllowOverride All
> > > >     
>
> > > >     # Alias static media requests to filesystem
> > > >     Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> > > >     Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > > > errordocs"
> > > >     Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> > > > rbcommons/images/favicon.png"
> > > > 
>
> > > > On Sep 11, 11:37 am, Kannaiyan Natesan  wrote:
>
> > > > > This is my working version.
>
> > > > > 
> > > > >         ServerName internal.nq.corp
> > > > >         DocumentRoot "/var/www/html/htdocs"
>
> > > > >         # Error handlers
> > > > >         ErrorDocument 500 /errordocs/500.html
>
> > > > >         WSGIPassAuthorization On
> > > > >         WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"
>
> > > > >         
> > > > >                 AllowOverride All
> > > > >         
>
> > > > >         # Alias static media requests to filesystem
> > > > >         Alias /media "/var/www/html/htdocs/media"
> > > > >         Alias /errordocs "/var/www/html/htdocs/errordocs"
> > > > > 
>
> > > > > On Sun, Sep 11, 2011 at 12:20 AM, Rohini Kumar Tharigonda
> > > > > wrote:
>
> > > > > > Following is the configuration in
> > > > > > /var/www/reviewboard/conf/apache-wsgi.conf
>
> > > > > > 
> > > > > >    ServerName localhost
> > > > > >    DocumentRoot "/var/www/reviewboard/htdocs"
>
> > > > > >    # Error handlers
> > > > > >    ErrorDocument 500 /errordocs/500.html
>
> > > > > >    WSGIPassAuthorization On
> > > > > >     WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > > reviewboard.wsgi"
>
> > > > > >     
> > > > > >        AllowOverride All
> > > > > >    
>
> > > > > >    # Alias static media requests to filesystem
> > > > > >    Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> > > > > >    Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > > > > > errordocs"
> > > > > >    Alias /reviewboard/favicon.ico
> > "/var/www/reviewboard/htdocs/media/
> > > > > > rbcommons/images/favicon.png"
> > > > > > 
>
> > > > > > i did
>
> > > > > > ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
> > > > > > reviewboard.conf
>
> > > > > > It was not working .
> > > > > > Then i changed
> > > > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > > reviewboard.wsgi"
> > > > > > to
> > > > > >  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> > > > > > It started working when i typed http:/localhost/reviewboard/
>
> > > > > > when i type http:/localhost/  , the should actually show fedora
> > error
> > > > > > page.
> > > > > > Instead of that , it shows up reviewboard with error message.
>
> > > > > > On Sep 10, 11:13 pm, Christian Hammond 
> > wrote:
> > > > > > > Can you attach your Apache configuration?
>
> > > > > > > Christian
>
> > > > > > > On Saturday, September 10, 2011, Rohini Kumar Tharigonda <
> > > > > > rok...@gmail.com>
> > >

Re: reviewboard 1.6.1 with wsgi

2011-10-11 Thread Kannaiyan Natesan
If you replace the config file generated by ReviewBoard installation. It
will work file. Modifying the configuration will have other problems.
Will you try to install it in the root path rather than a subdirectory path?

If you root drive is /var/www/html/

Your config value will be
WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"

Please let me know if you still have problems.


On Tue, Oct 11, 2011 at 4:54 PM, Jon  wrote:

> Yes, I am encountering similar problems.
> I opened a thread but no one replied.
> I would love to get a working configuration that will allow me to set
> up review board as a non root site.
>
> On Oct 11, 11:59 am, Rohini Kumar Tharigonda  wrote:
> > I am still having the same problem.
> > Any one have the same problem ?
> >
> > On Sep 12, 10:40 am, Rohini Kumar Tharigonda  wrote:
> >
> >
> >
> >
> >
> >
> >
> > > The following is my configuration..
> > > You can see that i commented   #WSGIScriptAlias "/reviewboard/" "/var/
> > > www/reviewboard/htdocs/reviewboard.wsgi".
> > > After doing this it started working.
> >
> > > 
> > > ServerName localhost
> > > DocumentRoot "/var/www/reviewboard/htdocs"
> >
> > > # Error handlers
> > > ErrorDocument 500 /errordocs/500.html
> >
> > > WSGIPassAuthorization On
> > > #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > reviewboard.wsgi"
> > > WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> >
> > > 
> > > AllowOverride All
> > > 
> >
> > > # Alias static media requests to filesystem
> > > Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> > > Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > > errordocs"
> > > Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> > > rbcommons/images/favicon.png"
> > > 
> >
> > > On Sep 11, 11:37 am, Kannaiyan Natesan  wrote:
> >
> > > > This is my working version.
> >
> > > > 
> > > > ServerName internal.nq.corp
> > > > DocumentRoot "/var/www/html/htdocs"
> >
> > > > # Error handlers
> > > > ErrorDocument 500 /errordocs/500.html
> >
> > > > WSGIPassAuthorization On
> > > > WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"
> >
> > > > 
> > > > AllowOverride All
> > > > 
> >
> > > > # Alias static media requests to filesystem
> > > > Alias /media "/var/www/html/htdocs/media"
> > > > Alias /errordocs "/var/www/html/htdocs/errordocs"
> > > > 
> >
> > > > On Sun, Sep 11, 2011 at 12:20 AM, Rohini Kumar Tharigonda
> > > > wrote:
> >
> > > > > Following is the configuration in
> > > > > /var/www/reviewboard/conf/apache-wsgi.conf
> >
> > > > > 
> > > > >ServerName localhost
> > > > >DocumentRoot "/var/www/reviewboard/htdocs"
> >
> > > > ># Error handlers
> > > > >ErrorDocument 500 /errordocs/500.html
> >
> > > > >WSGIPassAuthorization On
> > > > > WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > reviewboard.wsgi"
> >
> > > > > 
> > > > >AllowOverride All
> > > > >
> >
> > > > ># Alias static media requests to filesystem
> > > > >Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> > > > >Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > > > > errordocs"
> > > > >Alias /reviewboard/favicon.ico
> "/var/www/reviewboard/htdocs/media/
> > > > > rbcommons/images/favicon.png"
> > > > > 
> >
> > > > > i did
> >
> > > > > ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
> > > > > reviewboard.conf
> >
> > > > > It was not working .
> > > > > Then i changed
> > > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > reviewboard.wsgi"
> > > > > to
> > > > >  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> >
> > > > > It started working when i typed http:/localhost/reviewboard/
> >
> > > > > when i type http:/localhost/  , the should actually show fedora
> error
> > > > > page.
> > > > > Instead of that , it shows up reviewboard with error message.
> >
> > > > > On Sep 10, 11:13 pm, Christian Hammond 
> wrote:
> > > > > > Can you attach your Apache configuration?
> >
> > > > > > Christian
> >
> > > > > > On Saturday, September 10, 2011, Rohini Kumar Tharigonda <
> > > > > rok...@gmail.com>
> > > > > > wrote:
> >
> > > > > > > Hi,
> > > > > > > I installed reviewboard 1.6.1 on fedora 15.
> > > > > > > I  set site path to /var/www/reviewboard/, site root
> /reviewboard/ .
> > > > > > > My expectation  is , when i typehttp://localhost/reviewboard/i
> > > > > > > should get reviewboard
> > > > > > > home page. But it is not working .
> >
> > > > > > > When i changed
> > > > > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > > > reviewboard.wsgi"
> > > > > > > to
> > > > > > >WSGIScriptAlias "/"
> "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> > > > > > > in apache configuration it

Re: reviewboard 1.6.1 with wsgi

2011-10-11 Thread Jon
Yes, I am encountering similar problems.
I opened a thread but no one replied.
I would love to get a working configuration that will allow me to set
up review board as a non root site.

On Oct 11, 11:59 am, Rohini Kumar Tharigonda  wrote:
> I am still having the same problem.
> Any one have the same problem ?
>
> On Sep 12, 10:40 am, Rohini Kumar Tharigonda  wrote:
>
>
>
>
>
>
>
> > The following is my configuration..
> > You can see that i commented   #WSGIScriptAlias "/reviewboard/" "/var/
> > www/reviewboard/htdocs/reviewboard.wsgi".
> > After doing this it started working.
>
> > 
> >     ServerName localhost
> >     DocumentRoot "/var/www/reviewboard/htdocs"
>
> >     # Error handlers
> >     ErrorDocument 500 /errordocs/500.html
>
> >     WSGIPassAuthorization On
> >     #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> >     WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> >     
> >         AllowOverride All
> >     
>
> >     # Alias static media requests to filesystem
> >     Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> >     Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > errordocs"
> >     Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> > rbcommons/images/favicon.png"
> > 
>
> > On Sep 11, 11:37 am, Kannaiyan Natesan  wrote:
>
> > > This is my working version.
>
> > > 
> > >         ServerName internal.nq.corp
> > >         DocumentRoot "/var/www/html/htdocs"
>
> > >         # Error handlers
> > >         ErrorDocument 500 /errordocs/500.html
>
> > >         WSGIPassAuthorization On
> > >         WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"
>
> > >         
> > >                 AllowOverride All
> > >         
>
> > >         # Alias static media requests to filesystem
> > >         Alias /media "/var/www/html/htdocs/media"
> > >         Alias /errordocs "/var/www/html/htdocs/errordocs"
> > > 
>
> > > On Sun, Sep 11, 2011 at 12:20 AM, Rohini Kumar Tharigonda
> > > wrote:
>
> > > > Following is the configuration in
> > > > /var/www/reviewboard/conf/apache-wsgi.conf
>
> > > > 
> > > >    ServerName localhost
> > > >    DocumentRoot "/var/www/reviewboard/htdocs"
>
> > > >    # Error handlers
> > > >    ErrorDocument 500 /errordocs/500.html
>
> > > >    WSGIPassAuthorization On
> > > >     WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > reviewboard.wsgi"
>
> > > >     
> > > >        AllowOverride All
> > > >    
>
> > > >    # Alias static media requests to filesystem
> > > >    Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> > > >    Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > > > errordocs"
> > > >    Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> > > > rbcommons/images/favicon.png"
> > > > 
>
> > > > i did
>
> > > > ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
> > > > reviewboard.conf
>
> > > > It was not working .
> > > > Then i changed
> > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > reviewboard.wsgi"
> > > > to
> > > >  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> > > > It started working when i typed http:/localhost/reviewboard/
>
> > > > when i type http:/localhost/  , the should actually show fedora error
> > > > page.
> > > > Instead of that , it shows up reviewboard with error message.
>
> > > > On Sep 10, 11:13 pm, Christian Hammond  wrote:
> > > > > Can you attach your Apache configuration?
>
> > > > > Christian
>
> > > > > On Saturday, September 10, 2011, Rohini Kumar Tharigonda <
> > > > rok...@gmail.com>
> > > > > wrote:
>
> > > > > > Hi,
> > > > > > I installed reviewboard 1.6.1 on fedora 15.
> > > > > > I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
> > > > > > My expectation  is , when i typehttp://localhost/reviewboard/i
> > > > > > should get reviewboard
> > > > > > home page. But it is not working .
>
> > > > > > When i changed
> > > > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > > reviewboard.wsgi"
> > > > > > to
> > > > > >    WSGIScriptAlias "/" 
> > > > > > "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> > > > > > in apache configuration it started working .
>
> > > > > > When i typehttp://localhost.
> > > > > > It is getting redirected to reviewboard page and displays the
> > > > > > following message.
>
> > > > > > The page you were looking for does not exist.
> > > > > > If you're pretty sure this page does exist, try logging in and 
> > > > > > trying
> > > > > > again.
>
> > > > > > When i typehttp://localhost. I do not want that reviewboard to show
> > > > > > up.
> > > > > > What do i need to do ?
> > > > > > Thanks,
> > > > > > Rohini Kumar
>
> > > > > > --
> > > > > > Want to help the Review Board project? Donate today at
>
> > > > >http://www.reviewboard.org/donate/> Happy user? Let us know athttp://
> > > >www.reviewboard.org/u

Re: reviewboard 1.6.1 with wsgi

2011-10-11 Thread Rohini Kumar Tharigonda
I am still having the same problem.
Any one have the same problem ?

On Sep 12, 10:40 am, Rohini Kumar Tharigonda  wrote:
> The following is my configuration..
> You can see that i commented   #WSGIScriptAlias "/reviewboard/" "/var/
> www/reviewboard/htdocs/reviewboard.wsgi".
> After doing this it started working.
>
> 
>     ServerName localhost
>     DocumentRoot "/var/www/reviewboard/htdocs"
>
>     # Error handlers
>     ErrorDocument 500 /errordocs/500.html
>
>     WSGIPassAuthorization On
>     #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> reviewboard.wsgi"
>     WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
>     
>         AllowOverride All
>     
>
>     # Alias static media requests to filesystem
>     Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
>     Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> errordocs"
>     Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> rbcommons/images/favicon.png"
> 
>
> On Sep 11, 11:37 am, Kannaiyan Natesan  wrote:
>
> > This is my working version.
>
> > 
> >         ServerName internal.nq.corp
> >         DocumentRoot "/var/www/html/htdocs"
>
> >         # Error handlers
> >         ErrorDocument 500 /errordocs/500.html
>
> >         WSGIPassAuthorization On
> >         WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"
>
> >         
> >                 AllowOverride All
> >         
>
> >         # Alias static media requests to filesystem
> >         Alias /media "/var/www/html/htdocs/media"
> >         Alias /errordocs "/var/www/html/htdocs/errordocs"
> > 
>
> > On Sun, Sep 11, 2011 at 12:20 AM, Rohini Kumar Tharigonda
> > wrote:
>
> > > Following is the configuration in
> > > /var/www/reviewboard/conf/apache-wsgi.conf
>
> > > 
> > >    ServerName localhost
> > >    DocumentRoot "/var/www/reviewboard/htdocs"
>
> > >    # Error handlers
> > >    ErrorDocument 500 /errordocs/500.html
>
> > >    WSGIPassAuthorization On
> > >     WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > reviewboard.wsgi"
>
> > >     
> > >        AllowOverride All
> > >    
>
> > >    # Alias static media requests to filesystem
> > >    Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> > >    Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > > errordocs"
> > >    Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> > > rbcommons/images/favicon.png"
> > > 
>
> > > i did
>
> > > ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
> > > reviewboard.conf
>
> > > It was not working .
> > > Then i changed
> > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > reviewboard.wsgi"
> > > to
> > >  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> > > It started working when i typed http:/localhost/reviewboard/
>
> > > when i type http:/localhost/  , the should actually show fedora error
> > > page.
> > > Instead of that , it shows up reviewboard with error message.
>
> > > On Sep 10, 11:13 pm, Christian Hammond  wrote:
> > > > Can you attach your Apache configuration?
>
> > > > Christian
>
> > > > On Saturday, September 10, 2011, Rohini Kumar Tharigonda <
> > > rok...@gmail.com>
> > > > wrote:
>
> > > > > Hi,
> > > > > I installed reviewboard 1.6.1 on fedora 15.
> > > > > I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
> > > > > My expectation  is , when i typehttp://localhost/reviewboard/i
> > > > > should get reviewboard
> > > > > home page. But it is not working .
>
> > > > > When i changed
> > > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > > reviewboard.wsgi"
> > > > > to
> > > > >    WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> > > > > in apache configuration it started working .
>
> > > > > When i typehttp://localhost.
> > > > > It is getting redirected to reviewboard page and displays the
> > > > > following message.
>
> > > > > The page you were looking for does not exist.
> > > > > If you're pretty sure this page does exist, try logging in and trying
> > > > > again.
>
> > > > > When i typehttp://localhost. I do not want that reviewboard to show
> > > > > up.
> > > > > What do i need to do ?
> > > > > Thanks,
> > > > > Rohini Kumar
>
> > > > > --
> > > > > Want to help the Review Board project? Donate today at
>
> > > >http://www.reviewboard.org/donate/> Happy user? Let us know athttp://
> > >www.reviewboard.org/users/
> > > > > -~--~~~~--~~--~--~---
> > > > > To unsubscribe from this group, send email to
>
> > > > reviewboard+unsubscr...@googlegroups.com> For more options, visit this
> > > group at
>
> > > >http://groups.google.com/group/reviewboard?hl=en
>
> > > > --
> > > > --
> > > > Christian Hammond - chip...@chipx86.com
> > > > Review Board -http://www.reviewboard.org
> > > > VMware, Inc. -http://www.vmware.com
>
> > > --
> > > Want to help the Review Board project?

Re: reviewboard 1.6.1 with wsgi

2011-09-11 Thread Rohini Kumar Tharigonda
The following is my configuration..
You can see that i commented   #WSGIScriptAlias "/reviewboard/" "/var/
www/reviewboard/htdocs/reviewboard.wsgi".
After doing this it started working.



ServerName localhost
DocumentRoot "/var/www/reviewboard/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
#WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"
WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"


AllowOverride All


# Alias static media requests to filesystem
Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
errordocs"
Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
rbcommons/images/favicon.png"









On Sep 11, 11:37 am, Kannaiyan Natesan  wrote:
> This is my working version.
>
> 
>         ServerName internal.nq.corp
>         DocumentRoot "/var/www/html/htdocs"
>
>         # Error handlers
>         ErrorDocument 500 /errordocs/500.html
>
>         WSGIPassAuthorization On
>         WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"
>
>         
>                 AllowOverride All
>         
>
>         # Alias static media requests to filesystem
>         Alias /media "/var/www/html/htdocs/media"
>         Alias /errordocs "/var/www/html/htdocs/errordocs"
> 
>
> On Sun, Sep 11, 2011 at 12:20 AM, Rohini Kumar Tharigonda
> wrote:
>
>
>
>
>
>
>
>
>
> > Following is the configuration in
> > /var/www/reviewboard/conf/apache-wsgi.conf
>
> > 
> >    ServerName localhost
> >    DocumentRoot "/var/www/reviewboard/htdocs"
>
> >    # Error handlers
> >    ErrorDocument 500 /errordocs/500.html
>
> >    WSGIPassAuthorization On
> >     WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
>
> >     
> >        AllowOverride All
> >    
>
> >    # Alias static media requests to filesystem
> >    Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
> >    Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> > errordocs"
> >    Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> > rbcommons/images/favicon.png"
> > 
>
> > i did
>
> > ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
> > reviewboard.conf
>
> > It was not working .
> > Then i changed
> >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> > to
> >  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> > It started working when i typed http:/localhost/reviewboard/
>
> > when i type http:/localhost/  , the should actually show fedora error
> > page.
> > Instead of that , it shows up reviewboard with error message.
>
> > On Sep 10, 11:13 pm, Christian Hammond  wrote:
> > > Can you attach your Apache configuration?
>
> > > Christian
>
> > > On Saturday, September 10, 2011, Rohini Kumar Tharigonda <
> > rok...@gmail.com>
> > > wrote:
>
> > > > Hi,
> > > > I installed reviewboard 1.6.1 on fedora 15.
> > > > I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
> > > > My expectation  is , when i typehttp://localhost/reviewboard/i
> > > > should get reviewboard
> > > > home page. But it is not working .
>
> > > > When i changed
> > > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > > reviewboard.wsgi"
> > > > to
> > > >    WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> > > > in apache configuration it started working .
>
> > > > When i typehttp://localhost.
> > > > It is getting redirected to reviewboard page and displays the
> > > > following message.
>
> > > > The page you were looking for does not exist.
> > > > If you're pretty sure this page does exist, try logging in and trying
> > > > again.
>
> > > > When i typehttp://localhost. I do not want that reviewboard to show
> > > > up.
> > > > What do i need to do ?
> > > > Thanks,
> > > > Rohini Kumar
>
> > > > --
> > > > Want to help the Review Board project? Donate today at
>
> > >http://www.reviewboard.org/donate/> Happy user? Let us know athttp://
> >www.reviewboard.org/users/
> > > > -~--~~~~--~~--~--~---
> > > > To unsubscribe from this group, send email to
>
> > > reviewboard+unsubscr...@googlegroups.com> For more options, visit this
> > group at
>
> > >http://groups.google.com/group/reviewboard?hl=en
>
> > > --
> > > --
> > > Christian Hammond - chip...@chipx86.com
> > > Review Board -http://www.reviewboard.org
> > > VMware, Inc. -http://www.vmware.com
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/gr

Re: reviewboard 1.6.1 with wsgi

2011-09-10 Thread Kannaiyan Natesan
This is my working version.


ServerName internal.nq.corp
DocumentRoot "/var/www/html/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
WSGIScriptAlias "/" "/var/www/html/htdocs/reviewboard.wsgi"


AllowOverride All


# Alias static media requests to filesystem
Alias /media "/var/www/html/htdocs/media"
Alias /errordocs "/var/www/html/htdocs/errordocs"




On Sun, Sep 11, 2011 at 12:20 AM, Rohini Kumar Tharigonda
wrote:

> Following is the configuration in
> /var/www/reviewboard/conf/apache-wsgi.conf
>
> 
>ServerName localhost
>DocumentRoot "/var/www/reviewboard/htdocs"
>
># Error handlers
>ErrorDocument 500 /errordocs/500.html
>
>WSGIPassAuthorization On
> WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> reviewboard.wsgi"
>
> 
>AllowOverride All
>
>
># Alias static media requests to filesystem
>Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
>Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
> errordocs"
>Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
> rbcommons/images/favicon.png"
> 
>
>
> i did
>
> ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
> reviewboard.conf
>
> It was not working .
> Then i changed
>  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> reviewboard.wsgi"
> to
>  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
>
> It started working when i typed http:/localhost/reviewboard/
>
> when i type http:/localhost/  , the should actually show fedora error
> page.
> Instead of that , it shows up reviewboard with error message.
>
>
>
>
>
> On Sep 10, 11:13 pm, Christian Hammond  wrote:
> > Can you attach your Apache configuration?
> >
> > Christian
> >
> > On Saturday, September 10, 2011, Rohini Kumar Tharigonda <
> rok...@gmail.com>
> > wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Hi,
> > > I installed reviewboard 1.6.1 on fedora 15.
> > > I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
> > > My expectation  is , when i typehttp://localhost/reviewboard/i
> > > should get reviewboard
> > > home page. But it is not working .
> >
> > > When i changed
> > >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > > reviewboard.wsgi"
> > > to
> > >WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> > > in apache configuration it started working .
> >
> > > When i typehttp://localhost.
> > > It is getting redirected to reviewboard page and displays the
> > > following message.
> >
> > > The page you were looking for does not exist.
> > > If you're pretty sure this page does exist, try logging in and trying
> > > again.
> >
> > > When i typehttp://localhost. I do not want that reviewboard to show
> > > up.
> > > What do i need to do ?
> > > Thanks,
> > > Rohini Kumar
> >
> > > --
> > > Want to help the Review Board project? Donate today at
> >
> > http://www.reviewboard.org/donate/> Happy user? Let us know athttp://
> www.reviewboard.org/users/
> > > -~--~~~~--~~--~--~---
> > > To unsubscribe from this group, send email to
> >
> > reviewboard+unsubscr...@googlegroups.com> For more options, visit this
> group at
> >
> > http://groups.google.com/group/reviewboard?hl=en
> >
> > --
> > --
> > Christian Hammond - chip...@chipx86.com
> > Review Board -http://www.reviewboard.org
> > VMware, Inc. -http://www.vmware.com
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>



-- 
+1-650-605-3290
The best things in life are free

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: reviewboard 1.6.1 with wsgi

2011-09-10 Thread Rohini Kumar Tharigonda
Following is the configuration in
/var/www/reviewboard/conf/apache-wsgi.conf


ServerName localhost
DocumentRoot "/var/www/reviewboard/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"


AllowOverride All


# Alias static media requests to filesystem
Alias /reviewboard/media "/var/www/reviewboard/htdocs/media"
Alias /reviewboard/errordocs "/var/www/reviewboard/htdocs/
errordocs"
Alias /reviewboard/favicon.ico "/var/www/reviewboard/htdocs/media/
rbcommons/images/favicon.png"



i did

ln -s /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
reviewboard.conf

It was not working .
Then i changed
  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"
to
  WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"

It started working when i typed http:/localhost/reviewboard/

when i type http:/localhost/  , the should actually show fedora error
page.
Instead of that , it shows up reviewboard with error message.





On Sep 10, 11:13 pm, Christian Hammond  wrote:
> Can you attach your Apache configuration?
>
> Christian
>
> On Saturday, September 10, 2011, Rohini Kumar Tharigonda 
> wrote:
>
>
>
>
>
>
>
> > Hi,
> > I installed reviewboard 1.6.1 on fedora 15.
> > I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
> > My expectation  is , when i typehttp://localhost/reviewboard/i
> > should get reviewboard
> > home page. But it is not working .
>
> > When i changed
> >  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> > to
> >    WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> > in apache configuration it started working .
>
> > When i typehttp://localhost.
> > It is getting redirected to reviewboard page and displays the
> > following message.
>
> > The page you were looking for does not exist.
> > If you're pretty sure this page does exist, try logging in and trying
> > again.
>
> > When i typehttp://localhost. I do not want that reviewboard to show
> > up.
> > What do i need to do ?
> > Thanks,
> > Rohini Kumar
>
> > --
> > Want to help the Review Board project? Donate today at
>
> http://www.reviewboard.org/donate/> Happy user? Let us know 
> athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
>
> reviewboard+unsubscr...@googlegroups.com> For more options, visit this group 
> at
>
> http://groups.google.com/group/reviewboard?hl=en
>
> --
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: reviewboard 1.6.1 with wsgi

2011-09-10 Thread Christian Hammond
Can you attach your Apache configuration?

Christian


On Saturday, September 10, 2011, Rohini Kumar Tharigonda 
wrote:
> Hi,
> I installed reviewboard 1.6.1 on fedora 15.
> I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
> My expectation  is , when i type http://localhost/reviewboard/ i
> should get reviewboard
> home page. But it is not working .
>
> When i changed
>  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> reviewboard.wsgi"
> to
>WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
> in apache configuration it started working .
>
> When i type http://localhost.
> It is getting redirected to reviewboard page and displays the
> following message.
>
> The page you were looking for does not exist.
> If you're pretty sure this page does exist, try logging in and trying
> again.
>
> When i type http://localhost. I do not want that reviewboard to show
> up.
> What do i need to do ?
> Thanks,
> Rohini Kumar
>
> --
> Want to help the Review Board project? Donate today at
http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en

-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

reviewboard 1.6.1 with wsgi

2011-09-10 Thread Rohini Kumar Tharigonda
Hi,
I installed reviewboard 1.6.1 on fedora 15.
I  set site path to /var/www/reviewboard/, site root /reviewboard/ .
My expectation  is , when i type http://localhost/reviewboard/ i
should get reviewboard
home page. But it is not working .

When i changed
  WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
reviewboard.wsgi"
to
WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/reviewboard.wsgi"
in apache configuration it started working .

When i type http://localhost.
It is getting redirected to reviewboard page and displays the
following message.

The page you were looking for does not exist.
If you're pretty sure this page does exist, try logging in and trying
again.

When i type http://localhost. I do not want that reviewboard to show
up.
What do i need to do ?
Thanks,
Rohini Kumar

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en