All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Gulla <jgulla@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Need help getting http interface with Xen 3 working
Date: Wed, 21 Sep 2005 09:44:01 -0400	[thread overview]
Message-ID: <ca21afba05092106442f6fc3f0@mail.gmail.com> (raw)

I'm trying to get the http interface working w/ Xen 3.0 and am running
into some problems. I know that in 3.0, twisted is no longer being
used for the http front end (using Apache w/ mod_python instead). 
I've read Tom Wilkie's post
(http://lists.xensource.com/archives/html/xen-devel/2005-09/msg00081.html)
on how he's modified things to work under Apache, and it's got me a
bit further, but now I'm stuck. Here's what I've done do far:

I've installed Fedora Core 4, and set up Xen according to the
FedoraXenQuickStart guide (which tracks xen-unstable) at
http://www.fedoraproject.org/wiki/FedoraXenQuickstart . My dom0 kernel
boots nicely, and I can issue commands with the "xm" command.

I have mod_python installed and working for Apache 2 (I've tested it
with a simple program).

I've symlinked /var/www/html to /usr/lib/python2.4/site-packages/xen/sv

I think I have to modify my Apache config to include the something
like the following:

<Directory /var/www/html>
        AddHandler mod_python .py
        PythonHandler ?????
        PythonDebug On
</Directory>

My (obvious) question is how to I properly wire up Apache/mod_python
to the correct file so I can query/change my Xen configuration via
http?

Any help appreciated. Thanks!

Jerry

             reply	other threads:[~2005-09-21 13:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-21 13:44 Jerry Gulla [this message]
2005-09-21 13:58 ` Need help getting http interface with Xen 3 working Tom Wilkie
2005-09-21 17:54   ` Jerry Gulla

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=ca21afba05092106442f6fc3f0@mail.gmail.com \
    --to=jgulla@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.