This is yawn for apache's wsgi python module.

Dependencies:
    pywbem
    httpd
    mod_wsgi
    python-werkzeug

Usage (for fedora/RHEL):
    $ mkdir /var/www/yawn
    $ cp scripts/yawn.wsgi /var/www/yawn
    $ cp apache/yawn.conf /etc/httpd/conf.d
    $ service httpd restart

    and access the yawn service at: http://localhost/yawn

For testing purposes you may use script scripts/yawn.py like this:
    scripts/yawn.py -p $PORT
  This runs a standalone daeamon hosting YAWN application on specified
  PORT. Note, that pywbem_yawn package must be in your PYTHONPATH.
