[And-httpd-devel] Re: and-httpd --- socket_poll.h and timer_q.h?
Status: Beta
Brought to you by:
james-antill
From: James A. <ja...@an...> - 2006-04-02 21:09:05
|
Bennett Todd <be...@ra...> writes: > 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 Ahh, this means /etc/mime.types is different. Mine has: application/x-gzip gz tgz ...which is what I'd expected all of them were. I could work around it by shipping my own mime.types file, at least for testing if not for the production version. Just to make sure, could you try with the mime.types at: http://www.and.org/patches/mime.types >> ../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 I think this is the same problem, but I can't read none unified diffs. If it doesn't work still can you try with diff -au (I'll change the script). -- James Antill -- ja...@an... http://www.and.org/and-httpd |