Hello, I'm following this guide: https://fedorahosted.org/beaker/wiki/SetupHOWTO
can I have beaker-server and beaker-labcontroller/proxy on the same system?
I suppose no because stuff stopped working for me after configuring the lab controller on the same system and importing new distro.
-- Alexander.
On 04/14/2011 03:25 PM, Alexander Todorov wrote:
Hello, I'm following this guide: https://fedorahosted.org/beaker/wiki/SetupHOWTO
can I have beaker-server and beaker-labcontroller/proxy on the same system?
I suppose no because stuff stopped working for me after configuring the lab controller on the same system and importing new distro.
-- Alexander. _______________________________________________ Beaker-devel mailing list Beaker-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/beaker-devel
You can, but you need to configure cobbler to use mod_wsgi. Current cobbler on RHEL5 uses mod_python.
mod_python is not compatible with mod_wsgi.
In the fedora beaker repo I believe we have a version of cobbler configured for mod_wsgi by default.
----- Original Message -----
From: "Bill Peck" bpeck@redhat.com To: beaker-devel@lists.fedorahosted.org Sent: Friday, April 15, 2011 5:49:42 AM Subject: Re: [Beaker-devel] Beaker and Lab controller setup On 04/14/2011 03:25 PM, Alexander Todorov wrote:
Hello, I'm following this guide: https://fedorahosted.org/beaker/wiki/SetupHOWTO
can I have beaker-server and beaker-labcontroller/proxy on the same system?
I suppose no because stuff stopped working for me after configuring the lab controller on the same system and importing new distro.
-- Alexander. _______________________________________________ Beaker-devel mailing list Beaker-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/beaker-devel
You can, but you need to configure cobbler to use mod_wsgi. Current cobbler on RHEL5 uses mod_python.
mod_python is not compatible with mod_wsgi.
In the fedora beaker repo I believe we have a version of cobbler configured for mod_wsgi by default.
If you find that you've gotten your cobbler from epel or elsewhere and it's using mod_python, get rid of the mod_python (I think cobbler-web and cobbler.conf use it?) and use the cobbler_wsgi.conf from here, http://git.fedorahosted.org/git/?p=cobbler;a=tree;f=config;h=c88c855df6bad09... rename it to cobbler.conf
Beaker-devel mailing list Beaker-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/beaker-devel
beaker-devel@lists.fedorahosted.org