← Back to team overview

rapache-devel team mailing list archive

[Bug 346788] Re: Rapache freezes when creating a new virtual host

 

I found a little hack that makes rapache workable again.

When you comment out the line ctx.set_grab(True)
(around line 212 of Shell.py in function __get_password ) things stop freezing...

This is no real fix of course! but it worked for me but i don't know
phyton or ubuntu very well (just installed it)

So i thought i'd share for the impatient and hopefully it gives a clue
to the people that do know what they are doing.

if you installed it on ubuntu 9.04 the file Shell.py is in: 
/usr/lib/python2.6/dist-packages/RapacheCore/

just put a # sign before the line ctx.set_grab(True)
And move Shell.pyc out of the way: mv Shell.pyc  Shellorg.pyc 

again I am completely new to phyton, so please correct me if i'm
wrong...

-- 
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Rapache
Developers, which is subscribed to Remote Apache Management tool .

Status in rapache: New
Status in “rapache” source package in Ubuntu: New

Bug description:
Binary package hint: rapache

On an up-to-date version of 9.04 alpha Rapache freezes when creating a new virtual host. 
No gksu dialogue is launched and if Compiz is enabled the main window gets the gray look busy applications get from Compiz. The Virtual Host editor doesn't.

rapache:
  Installed: 0.7-0ubuntu4
  Candidate: 0.7-0ubuntu4
  Version table:
 *** 0.7-0ubuntu4 0
        500 http://archive.ubuntu.com jaunty/universe Packages
        100 /var/lib/dpkg/status

Attached is the output of Rapache in the terminal.