Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jun 2002 12:30:03 +0200
From:      Jens Rehsack <rehsack@liwing.de>
To:        jehova <tornadox@telnor.net>
Cc:        users@httpd.apache.org, FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: mozilla3.01 'GET'
Message-ID:  <3CF9F3AB.13008FA@liwing.de>
References:  <200206011847.18630.tornadox@telnor.net>

next in thread | previous in thread | raw e-mail | index | archive | help


jehova wrote:
> 
> 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?

You should first create valid URL's in your links. Otherwise
you can create an error-script which takes a look for the image and
creates a valid URL-redirection (f.e. using "%20"), if you cannot
(or want not) correct the sites.

> 
> --
>                                 _ __ ___ ____  ___ ___ ___  __
>     Jehova                           _ __ ___ | _ ) __|   \/  \
>     tornadox@telnor.net                  _ __ | _ \._ \ |) |  |
>     FreeBSD!!!                              _ |___/___/___/ \/
>                                                             ()
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
L     i  W     W     W  i                 Jens Rehsack
L        W     W     W
L     i   W   W W   W   i  nnn    gggg    LiWing IT-Services
L     i    W W   W W    i  n  n  g   g
LLLL  i     W     W     i  n  n  g   g    Friesenstraße 2
                                  gggg    06112 Halle
                                     g
                                 g   g
Tel.:  +49 - 3 45 - 5 17 05 91    ggg     e-Mail: <rehsack@liwing.de>
Fax:   +49 - 3 45 - 5 17 05 92            http://www.liwing.de/

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?3CF9F3AB.13008FA>