Re: (A solution) 404 error when using reviewboard with lighttpd

2009-07-02 Thread joseph.pnc

I think he meant:

And this line:
   ^(/.*)$ = /reviewboard.fcgi$1,
to this:
   ^(/.*)$ = /reviewboard.fcgi/$1,

i.e adding a slash before '$1'.

I tried his solution, it works!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: (A solution) 404 error when using reviewboard with lighttpd

2009-06-13 Thread Christian Hammond
On Wed, Jun 10, 2009 at 11:57 PM, joseph.pnc joseph@gmail.com wrote:

 And this line:
   ^(/.*)$ = /reviewboard.fcgi/$1,
 to this:
   ^(/.*)$ = /reviewboard.fcgi/$1,


Hmm, I don't see a difference between these two lines. Am I missing it?

Christian

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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



(A solution) 404 error when using reviewboard with lighttpd

2009-06-11 Thread joseph.pnc

Somehow I can't post to existing threa (http://groups.google.com/group/
reviewboard/browse_thread/thread/884db67cd5ca1b83/d495b9947aad884d?
lnk=gstq=joseph+pncfwc=2) so I start a new one instead.

Another solution offered by Av (avl...@gmail.com). Hopefully someone
might find it helpful!

Hi Joe,

I'm not a member of the list, but I was hoping you might forward this
back to them. I found a solution for your problem.

In the lighttpd.conf, change this line:
/reviewboard.fcgi = (
to this:
/reviewboard.fcgi/ = (

And this line:
   ^(/.*)$ = /reviewboard.fcgi/$1,
to this:
   ^(/.*)$ = /reviewboard.fcgi/$1,

and make sure:
FORCE_SCRIPT_NAME = ''

This fixes it for me :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---