]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/HTTPS_edit_required_no_authentication/comment_4_d60d5184412d6ecd8aae44cd33653e89._comment
Added a comment: It was an Apache problem...
[git.ikiwiki.info.git] / doc / forum / HTTPS_edit_required_no_authentication / comment_4_d60d5184412d6ecd8aae44cd33653e89._comment
1 [[!comment format=mdwn
2  username="https://www.google.com/accounts/o8/id?id=AItOawk8U772S3jDrZJCO0WA5WaDLjJv5mMl6Yw"
3  nickname="Nadine"
4  subject="It was an Apache problem..."
5  date="2014-10-16T14:57:26Z"
6  content="""
7 Hello,
9 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:
11     SetEnv REMOTE_USER=$REDIRECT_REMOVE_USER
13 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.
15 I just changed this to:
17     SetEnvIf Request_URI \"^/git/\" REMOTE_USER=$REDIRECT_REMOVE_USER
19 and everything runs Ok now...
21 Sorry for bothering Ikiwikiboard with an HTTP server problem.
23 """]]