diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2009-07-11 12:03:55 +1000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2009-07-11 12:04:47 +1000 |
commit | d9afef53a2102e5a4deba9953749e2bb5c8df486 (patch) | |
tree | afbda0f3f6266290761a4cc08f3e7796008d5921 | |
parent | e43b67dff2074bf0158c15f266c6f7796aa82ffe (diff) | |
download | patchwork-d9afef53a2102e5a4deba9953749e2bb5c8df486.tar patchwork-d9afef53a2102e5a4deba9953749e2bb5c8df486.tar.gz |
docs: add note about -pass-header Authorization' to INSTALL
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r-- | docs/INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 5075f9e..17e3d4c 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -204,3 +204,11 @@ Some errors: doesn't have access to the patchwork tables in the database. Check that your web-server user exists in the database, and that it has permissions to the tables. + +* pwclient fails for actions that require authentication, but a username + and password is given int ~/.pwclient rc. Server reports "No authentication + credentials given". + + - if you're using the FastCGI interface to apache, you'll need the + '-pass-header Authorization' option to the FastCGIExternalServer + configuration directive. |