ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

REST API does not accept Basic HTTP auth when running through Apache mod_proxy (Bug #463)


Added by Alexey Java at 2011-06-10 08:16 pm. Updated at 2011-12-18 06:34 pm.


Status:Closed Start date:2011-06-10
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Documentation
Target version:2.6.0
Remote issue URL:http://www.redmine.org/issues/8590 Affected version:

Description

see this thread: http://www.redmine.org/boards/2/topics/16770?r=24559
one of Redmine Java API users has complained that valid login&password are not accepted in RedmineManager()


Associated revisions

Revision 6c690814
Added by Holger Just at 2011-12-18 07:30 pm

[#463] Pass through Basic Auth in an FCGI setup

History

Updated by Holger Just at 2011-09-23 08:08 pm

A working rewrite rule for fcgi is

RewriteCond  !-f
RewriteRule ^(.*)$ dispatch.fcgi [E=X-HTTP_AUTHORIZATION:
{HTTP:Authorization},QSA,L]
  • (deleted custom field) set to http://www.redmine.org/issues/8590
  • Category set to Documentation

Updated by Holger Just at 2011-12-18 06:34 pm

The example htaccess was updated in 6c69081.

Note however, that FCGI is not recommended as an application server. Please use a Rack server like Passenger, Thin, or Unicorn instead.

  • Target version set to 2.6.0
  • Status changed from Open to Closed

Also available in: Atom PDF