Opened 13 years ago

Closed 13 years ago

#23 closed defect (fixed)

XMLRPC interface authentication blocked by Apache

Reported by: shogsbro Owned by: stephanj
Priority: medium Milestone:
Component: RoarAudio Project Version:
Keywords: apache2 Cc:
Architecture: Compiler:
Difficulty: Kernel:
Operating System: Parent Tickets:
Patch attached: no Protocol:
Sound driver: Topic:

Description

It seems Apache2 is blocking the HTTP authentication required for the Trac XMLRPC plugin.

The HttpAuth plugin manages the paths that should raise HTTP authentication challenge required to support authenticated access via the RPC interface. It seems Apache2 does not pass on the authentication headers of the request to the FCGI app.

Subtickets

Change History (3)

comment:2 Changed 13 years ago by tracbot

*grummel* fixed while i was very angry!

Added this to apache2 config:
FastCgiExternalServer? X -host Y:Z -pass-header Authorization

(stephan here)

comment:3 Changed 13 years ago by stephanj

  • Resolution set to fixed
  • Status changed from new to closed

grrr!!!

Note: See TracTickets for help on using tickets.