Index: /trunk/NEWS
===================================================================
--- /trunk/NEWS	(revision 375)
+++ /trunk/NEWS	(revision 376)
@@ -2,4 +2,5 @@
 == NEWS ==
 == ChangeLog ==
+ * wrong http auth realm
  * #86: remove/edit variable in admin page
  * fixed #77: hits/misses was not updated
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 375)
+++ /trunk/xcache.c	(revision 376)
@@ -1785,5 +1785,5 @@
 	}
 
-#define STR "WWW-authenticate: basic realm='XCache Administration'"
+#define STR "WWW-authenticate: Basic Realm=\"XCache Administration\""
 	sapi_add_header_ex(STR, sizeof(STR) - 1, 1, 1 TSRMLS_CC);
 #undef STR
