9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Moroo Jun <moroo@nifty.com>
To: 9fans@cse.psu.edu
Subject: [9fans] httpd and magic
Date: Wed, 30 Oct 2002 00:48:51 +0900	[thread overview]
Message-ID: <EBFE976C-EB55-11D6-B789-0050E4504768@nifty.com> (raw)

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





             reply	other threads:[~2002-10-29 15:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-29 15:48 Moroo Jun [this message]
2002-10-30  9:14 ` matt
2002-10-30 14:41   ` Moroo Jun
2002-10-30  2:04 YAMANASHI Takeshi
2002-10-30 14:11 ` Moroo Jun
2002-11-13 16:12 Eric Grosse
2002-11-14 13:50 ` Moroo Jun
2002-11-14 15:11 Eric Grosse
2002-11-14 15:55 ` Gabriel Diaz Lopez de la Llave

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EBFE976C-EB55-11D6-B789-0050E4504768@nifty.com \
    --to=moroo@nifty.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).