← Back to team overview

rapache-devel team mailing list archive

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

 

It's not working for everyone.
Seems like thread stuff, but I really can't isolate the right fix.
This hack works, though.

add this to line 80 of RapacheGui.py
# HACK : work around bug
if not Shell.command.ask_password(): sys.exit(1)

this will make rapache ask for password at the launch, or quit if the password is wrong.
this will be the default behaviour in the coming upstream versions by the way.

Subscribing Emgent.

-- 
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.