]> git.ozlabs.org Git - patchwork/commitdiff
docs: add note about -pass-header Authorization' to INSTALL
authorJeremy Kerr <jk@ozlabs.org>
Sat, 11 Jul 2009 02:03:55 +0000 (12:03 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Sat, 11 Jul 2009 02:04:47 +0000 (12:04 +1000)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
docs/INSTALL

index 5075f9e0721b6cb1cfaacbb7e6bf73b1e86b4acc..17e3d4c203c73af42db5c254eac3a3a17f9a80e3 100644 (file)
@@ -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.