[And-httpd-devel] Re: and-httpd --- socket_poll.h and timer_q.h?
Status: Beta
Brought to you by:
james-antill
From: Bennett T. <be...@ra...> - 2006-04-02 15:38:11
|
2006-04-01T17:22:45 James Antill: > *grins* ... looking at the log "httpd 7" and "httpd_conf_7 2" failed, > both of which need gzip and bzip2 available ... do you have those? Oh, yes. In flavours. /usr/bin/gzip and /usr/bin/bzip2 are the standalone utils; /bin/gzip is busybox. > ../scripts/diff_ex_tst.sh httpd 7 --- ../tst/ex_httpd_out_7 2006-02-13 02:24:49.000000000 +0000 +++ ./ex_httpd_tmp_7 2006-04-02 15:31:45.000000000 +0000 @@ -24,7 +24,7 @@ Last-Modified: Thu, 14 Oct 2004 07:02:24 GMT Accept-Ranges: bytes Vary: Accept-Encoding -Content-Type: application/x-gzip +Content-Type: application/x-gunzip Content-Length: 136 HTTP/1.1 200 OK > ../scripts/diff_ex_tst.sh httpd_conf_7 2 ; ../scripts/diff_ex_tst.sh httpd_conf_7 2 Binary files ../tst/ex_httpd_conf_7_out_2 and ./ex_httpd_conf_7_tmp_2 differ ; diff -a ../tst/ex_httpd_conf_7_out_2 ex_httpd_conf_7_tmp_2 143c143 < HTTP/1.1 406 Not Acceptable --- > HTTP/1.1 200 OK 146c146 < Last-Modified: --- > Last-Modified: Thu, 14 Oct 2004 07:02:24 GMT 148,151c148,150 < Vary: Accept,Accept-Encoding,Accept-Language < Content-Type: text/plain < Content-Length: 17 < Content-Language: en --- > Vary: Accept-Encoding > Content-Type: application/x-gunzip > Content-Length: 132 153,154c152 < ERROR 406 en/txt < HTTP/1.1 406 Not Acceptable --- > >QQQt = `QpHTTP/1.1 200 OK 157c155 < Last-Modified: --- > Last-Modified: Thu, 14 Oct 2004 07:02:24 GMT 159,163c157,159 < Vary: Accept,Accept-Encoding,Accept-Language < Content-Type: text/html < Content-Encoding: gzip < Content-Length: 144 < Content-Language: fr --- > Vary: Accept-Encoding > Content-Type: application/x-gunzip > Content-Length: 132 ;=20 |