From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed From: Moroo Jun To: 9fans@cse.psu.edu Content-Transfer-Encoding: 7bit Message-Id: Subject: [9fans] httpd with virtual host Date: Thu, 26 Sep 2002 23:26:35 +0900 Topicbox-Message-UUID: f4f96d58-eaca-11e9-9e20-41e7f4b1d025 I tried to set up virtual host with plan9 httpd. In my httpd.redirect has just one line. http://www.example.org/ /usr/example/doc/index.html But no luck. I checked httpd.c and redirect.c. In redirect.c function redirectinit, redirect table has original url to redirect key pair like this. www. example.org/ /usr/example/doc/index.html But httpd.c function doreq, query to redirect by "http://www. example.org/". Did I make mistake?