> What might also be an issue here is that reverse DNS doesn't work > properly. > > However, what you are trying to achieve might be better done > differently. See another post in this forum. You ought to set up two > virtual hosts, one on port 80 and one on port 443. Have a redirect to > the https host in the http host, and have your rewrite in the https > host config. > Hello Krist The tip with the two virtual hosts did not work either. In the meantime I guess it is a mailman problem (see my other postings). I have an etnry in the rewrite.log file which shows me that the RewriteCond I have is really used. But the used RewriteRule is not what I wrote in the httpd.conf file! At the moment I have the following entries in httpd.conf: RewriteEngine On RewriteCond %{REMOTE_HOST} \.domain\.ch$ RewriteRule ^/testtinfo/fea http://another.url.ch/ The produced entries in rewrite.log are: 129.129.194.181 - - [11/Jan/2007:09:40:24 +0100] [server.psi.ch/sid#80c1cc8][rid#8140eb8/initial] (2) init rewrite engine with requested uri /testtinfo/fea 129.129.194.181 - - [11/Jan/2007:09:40:24 +0100] [server.psi.ch/sid#80c1cc8][rid#8140eb8/initial] (3) applying pattern '^/testtinfo/fea' to uri '/testtinfo/fea' 129.129.194.181 - - [11/Jan/2007:09:40:24 +0100] [server.psi.ch/sid#80c1cc8][rid#8140eb8/initial] (1) pass through /testtinfo/fea 129.129.194.181 - - [11/Jan/2007:09:40:24 +0100] [server.psi.ch/sid#80c1cc8][rid#808be78/subreq] (2) init rewrite engine with requested uri /fea 129.129.194.181 - - [11/Jan/2007:09:40:24 +0100] [server.psi.ch/sid#80c1cc8][rid#808be78/subreq] (3) applying pattern '^/mailman/listinfo/fea' to uri '/fea' 129.129.194.181 - - [11/Jan/2007:09:40:24 +0100] [server.psi.ch/sid#80c1cc8][rid#808be78/subreq] (1) pass through /fea which does not make any sense to me. Pedro --------------------------------------------------------------------- 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