projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11b122
)
Export three cgi env vars needed for CGI->url to work.
author
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 20:08:21 +0000
(16:08 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 20:08:21 +0000
(16:08 -0400)
IkiWiki/Wrapper.pm
patch
|
blob
|
history
debian/changelog
patch
|
blob
|
history
diff --git
a/IkiWiki/Wrapper.pm
b/IkiWiki/Wrapper.pm
index 5eb96f4ae0d168598fe9d6a54a644294fbcb517a..84cc7540bbfa5e63b8d9d85d21cc0b0d63bbb478 100644
(file)
--- a/
IkiWiki/Wrapper.pm
+++ b/
IkiWiki/Wrapper.pm
@@
-49,6
+49,7
@@
sub gen_wrapper () {
push @envsave, qw{REMOTE_ADDR QUERY_STRING REQUEST_METHOD REQUEST_URI
CONTENT_TYPE CONTENT_LENGTH GATEWAY_INTERFACE
HTTP_COOKIE REMOTE_USER HTTPS REDIRECT_STATUS
+ HTTP_HOST SERVER_PORT HTTPS
REDIRECT_URL} if $config{cgi};
my $envsave="";
foreach my $var (@envsave) {
diff --git
a/debian/changelog
b/debian/changelog
index e9323014dc7a29e268899604279cec5f9d6c6ba7..4ed9bb8b2bb17728f675914b7292ca6f91b6e97d 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-11,6
+11,7
@@
ikiwiki (3.20101232) UNRELEASED; urgency=low
the site's main url.
* Fix permalinks to recentchanges items and comments, broken by last
release.
+ * Export three cgi env vars needed for CGI->url to work.
-- Joey Hess <joeyh@debian.org> Tue, 04 Jan 2011 16:00:55 -0400