[libsoup] tests/httpd.conf.in: fix passwords-in-uri stuff for srcdir!=builddir
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] tests/httpd.conf.in: fix passwords-in-uri stuff for srcdir!=builddir
- Date: Mon, 15 Nov 2010 23:43:22 +0000 (UTC)
commit 1206322e3247d8925bcd4a0ad17f1c85710ad14d
Author: Dan Winship <danw gnome org>
Date: Mon Nov 15 18:41:43 2010 -0500
tests/httpd.conf.in: fix passwords-in-uri stuff for srcdir!=builddir
tests/httpd.conf.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/httpd.conf.in b/tests/httpd.conf.in
index d6fbb96..848031e 100644
--- a/tests/httpd.conf.in
+++ b/tests/httpd.conf.in
@@ -190,7 +190,7 @@ Alias /Basic @srcdir@
<Location /Basic/realm12>
AuthType Basic
AuthName realm12
- AuthUserFile ./htpasswd
+ AuthUserFile @srcdir@/htpasswd
Require user user1 user2
</Location>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]