sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sks-devel] web server (small wishlist)


From: Fabio Massimo Di Nitto
Subject: [Sks-devel] web server (small wishlist)
Date: Thu, 4 Dec 2003 22:49:37 +0100 (CET)

Hi Yaron,
        sorry to bother you on the mailing list but as you know I (we i
guess) still cannot access the bug tracking system via web.

Would you mind to apply this patch:

diff -ruN sks-1.0.6-old/wserver.ml sks-1.0.6/wserver.ml
--- sks-1.0.6-old/wserver.ml    2003-10-12 22:20:19.000000000 +0200
+++ sks-1.0.6/wserver.ml        2003-12-04 22:37:54.000000000 +0100
@@ -238,7 +238,7 @@

 let send_result cout ?(error_code = 200) ?(content_type = "text/html")
body =
   fprintf cout "HTTP/1.0 %03d OK\r\n" error_code;
-  fprintf cout "Server: sks_www/\r\n";
+  fprintf cout "Server: sks_www/1.0.6\r\n";
   fprintf cout "Content-type: %s\r\n\r\n" content_type;
   fprintf cout "%s\r\n" body;
   flush cout

so that the web server will return the version together with its name?

Thanks
Fabio

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp00004.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]