From owner-freebsd-questions Sat Jun 1 18:29:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from email.telnor.net (email.telnor.net [200.23.249.11]) by hub.freebsd.org (Postfix) with ESMTP id 158CF37B403 for ; Sat, 1 Jun 2002 18:29:29 -0700 (PDT) Received: from kris.com (red-corb1-2003822-70.telnor.net [200.38.22.70]) by email.telnor.net (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0GX200GD71LCJD@email.telnor.net> for freebsd-questions@freebsd.org; Sat, 1 Jun 2002 18:32:02 -0700 (PDT) Date: Sat, 01 Jun 2002 18:47:18 -0700 From: jehova Subject: mozilla3.01 'GET' To: users@httpd.apache.org Cc: FreeBSD-Questions Message-id: <200206011847.18630.tornadox@telnor.net> MIME-version: 1.0 X-Mailer: KMail [version 1.4] Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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