|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Free XEN / DomU management software
Hi
Michael, I'm the maintainer of the Xen Live CD v2.0 and I'm wondering
if I can include the xn-Suite on the next release!
Can I? What do you think?!
Maybe I can install the xn-client within a live domU... :)
Sounds like a good idear. Lets integrate it :)
Can you help with the setup of the xn-Suite with the lighttpd server?!
I'm using a Debian Lenny as my dom0.
- Install php5-cgi
- run: ln -s /etc/lighttpd/conf-available/10-fastcgi.conf
/etc/lighttpd/conf-enabled/
- Create file /etc/lighttpd/conf-enabled/99-xn-web with following content:
alias.url += (
"/xn-web/" => "/usr/share/xn-core/xn-web/",
)
- run: chown www-data:www-data -R /usr/share/xn-core/xn-web
- run: /etc/init.d/lighttpd restart
- Use this url: http://<yourhost>/xn-web
Best Regards
- Michael Schmidt
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|