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 and magic Date: Wed, 30 Oct 2002 00:48:51 +0900 Topicbox-Message-UUID: 10f1764a-eacb-11e9-9e20-41e7f4b1d025 On httpd with virtual host, I have a problem. www.domain1.org and www.domain2.org hosting with virtual host on same plan9 box. cpu% cat namespace.httpd bind /usr/domain1/doc /usr/web/virtual/domain1 bind /usr/domain2/doc /usr/web/virtual/domain2 cpu% cat httpd.rewrite http://www. domain1.org /virtual/domain1 http://www. domain2.org /virtual/domain2 In this case, can I use *different* cgi program which having same name? for example, http://www. domain1.org/magic/somecgi and http://www. domain2.org/magic/somecgi