diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk8U772S3jDrZJCO0WA5WaDLjJv5mMl6Yw <Nadine@web> | 2014-10-16 10:57:26 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-16 10:57:26 -0400 |
commit | d8943d8668d2489b78d9c7c2abdad9f71d193724 (patch) | |
tree | cf08a2b8a9ba4810b068b0505f5b654c0848dd38 | |
parent | 99bc12a3abc97e39d83b6106fe9a56f3533a8fc4 (diff) | |
download | ikiwiki-d8943d8668d2489b78d9c7c2abdad9f71d193724.tar ikiwiki-d8943d8668d2489b78d9c7c2abdad9f71d193724.tar.gz |
Added a comment: It was an Apache problem...
-rw-r--r-- | doc/forum/HTTPS_edit_required_no_authentication/comment_4_d60d5184412d6ecd8aae44cd33653e89._comment | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/HTTPS_edit_required_no_authentication/comment_4_d60d5184412d6ecd8aae44cd33653e89._comment b/doc/forum/HTTPS_edit_required_no_authentication/comment_4_d60d5184412d6ecd8aae44cd33653e89._comment new file mode 100644 index 000000000..6c0a77021 --- /dev/null +++ b/doc/forum/HTTPS_edit_required_no_authentication/comment_4_d60d5184412d6ecd8aae44cd33653e89._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawk8U772S3jDrZJCO0WA5WaDLjJv5mMl6Yw" + nickname="Nadine" + subject="It was an Apache problem..." + date="2014-10-16T14:57:26Z" + content=""" +Hello, + +thank you for your comments. The problem comes from the Apache configuration. I use a git-http-backend on this server and I affect the content of the REMOTE_USER environment variable like this: + + SetEnv REMOTE_USER=$REDIRECT_REMOVE_USER + +Ikiwiki CGI seems to use this variable to determine which is the current user. Even if the variable content is NULL, ikiwiki.cgi use it. + +I just changed this to: + + SetEnvIf Request_URI \"^/git/\" REMOTE_USER=$REDIRECT_REMOVE_USER + +and everything runs Ok now... + +Sorry for bothering Ikiwikiboard with an HTTP server problem. + +"""]] |