Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17753 invoked by uid 500); 21 May 2002 08:00:30 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 17742 invoked from network); 21 May 2002 08:00:29 -0000 Received: from ns1.a1plus.at (HELO statler.a1plus.at) (193.154.168.2) by daedalus.apache.org with SMTP; 21 May 2002 08:00:29 -0000 Received: from sec4you.com (dialup190.d1-Dbg1.Vie.AT.KPNQwest.net [193.154.5.190] (may be forged)) by statler.a1plus.at (8.11.1/8.11.1) with ESMTP id g4L80cn03232 for ; Tue, 21 May 2002 10:00:39 +0200 (MET DST) Message-ID: <3CE9FC93.6060200@sec4you.com> Date: Tue, 21 May 2002 09:51:47 +0200 From: Roman Zillek User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org Subject: mod_rewrite, mod_proxy, mod_ssl, mod_radius && apache (of course :-)) problem!! References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi bro's in arms, I got apache up an running as authenticating ssl-reverse-proxy with the modules mentioned in the subject line. This apache machine is in front of an M$ IIS (aka "bucksblaster") running OWA (Oddlook Web Access). It all works as expected up to the IIS that doesn't give a sh*t on case sensitivity. Enter scene "MOD_REWRITE": As I read a little on the might an power of mod_rewrite I thought I'd give it a try, but unfortunately I ran into problems. Objective is, simple enough you might believe, to translate every incoming URL from ANY-case to lowercase. It all worked out perfectly on my local apache installed on my Windows playstation without all that authenticated ssl-reverse-proxy stuff and I inferred, as mod_rewrite according to the manual hooks into the apache API well before any other modules, that it should work as well on the target machine. Well, to make long story short, it didn't: mod_rewrite is compiled in RewriteEngine on RewriteLog 9 RewriteMap lowercase int:tolower RewriteRule ^(.*)$ ${lowercase:$1} NOT EVEN ONE rewrite log entry !! Do I need to put this statements into a special section when using SSL, PROXY or RADIUS ??? Is there a simpler way to convert URLs to lowercase before processing ?? Is it recommendet to switch to apache V2 with regards to that "problem"?? thanks in advance for any help you provide regards Roman Zillek --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org