Is anyone else out there having trouble with 2.2.0? For me, I only get a blank page for our home page. This happens in I.E. and firefox, though sometimes in one and not the other. The header communication seems to be: GET / HTTP/1.1Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Accept-Language: en-us Range: bytes=0- Unless-Modified-Since: Tue, 05 Jul 2005 23:13:46 GMT If-Range: "9b5f95-1e30-3c6dde80" User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727) Host: preview Proxy-Connection: Keep-Alive HTTP/1.1 206 Partial Content Date: Mon, 09 Jan 2006 22:53:24 GMT Server: Apache/2.2.0 (Unix) DAV/2 Last-Modified: Tue, 05 Jul 2005 23:13:46 GMT ETag: "9b5f95-1e30-3c6dde80" Accept-Ranges: bytes Content-Length: 7728 Content-Range: bytes 0-7727/7728 Connection: close Content-Type: text/html connection close??? But for non-home pages... Apache doesn't want to serve up the jpg files... It gives 206's. e.g. 128.x.x.x - - [05/Jan/2006:22:20:27 +0000] "GET /fsl/images/lang_de_off.gif HTTP/1.1" 206 288 What gives? Thanks for any ideas!! -Dave ----------------------- p.s. The particulars: debian 3.1 compiled with: ./configure --prefix=/home/salisbur/httpd-2.2.0-install \ --enable-mods-shared="log_referer authn_dbm authz_dbm dav dav_fs rewrite proxy proxy_ajp" I load these ( I've tried different combinations but it doesn't seem to have any effect ) LoadModule authn_dbm_module /home/salisbur/httpd-2.2.0-install/modules/mod_authn_dbm.so LoadModule authz_dbm_module /home/salisbur/httpd-2.2.0-install/modules/mod_authz_dbm.so LoadModule dav_module /home/salisbur/httpd-2.2.0-install/modules/mod_dav.so LoadModule dav_fs_module /home/salisbur/httpd-2.2.0-install/modules/mod_dav_fs.so LoadModule rewrite_module /home/salisbur/httpd-2.2.0-install/modules/mod_rewrite.so LoadModule proxy_module /home/salisbur/httpd-2.2.0-install/modules/mod_proxy.so LoadModule proxy_ajp_module /home/salisbur/httpd-2.2.0-install/modules/mod_proxy_ajp.so though the only ones I turn on in any way are the auth modules. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx