Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jun 2002 18:47:18 -0700
From:      jehova <tornadox@telnor.net>
To:        users@httpd.apache.org
Cc:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   mozilla3.01 'GET'
Message-ID:  <200206011847.18630.tornadox@telnor.net>

next in thread | raw e-mail | index | archive | help
im learning to admin  apache 1.3.24 and i found that
mozilla 3.01 request files that contain blank spaces without
%20 character (blank space). e.g image file like this:

cats and dogs.png

apears on /var/log/httpd-access.log file:

200.30.47.70 - - [01/Jun/2002:16:26:39 -0700] "GET 
/thumbs/catsanddogs.png HTTP/1.0" 200 20974 "-" "Mozilla/3.01 
(compatible;)"

and produces this output on /var/log/httpd-error.log file:

Sat Jun  1 16:26:39 2002] [error] [client 200.30.47.70] File does 
not exist: /usr/local/www/data/thumbs/catsanddogs.png

and same file requested from any other browser (not mozilla 3.01)
apears on /var/log/httpd-access.log file:

200.65.47.194 - - [01/Jun/2002:17:24:54 -0700] "GET 
/thumbs/cats%20and%20dogs.png HTTP/1.1" 200 22593 
"http://200.38.22.70/" "Mozilla/4.0 (compatible; MSIE 5.01; 
Windows 98)"
and this works well without any error logs.

How i can correct my conf for support this mozilla 3.01 (bug?)
without rename my images?

                                                       
-- 
                                _ __ ___ ____  ___ ___ ___  __
    Jehova                           _ __ ___ | _ ) __|   \/  \
    tornadox@telnor.net                  _ __ | _ \._ \ |) |  |
    FreeBSD!!!                              _ |___/___/___/ \/ 
                                                            ()








To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206011847.18630.tornadox>