Project

General

Profile

Actions

Bug #723

closed

Load Balancer problems

Added by Tommie Van Mechgelen almost 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Unknown
Target version:
Start date:
07/05/2010
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

how to reproduce:
-create pool
-create virtual server

Check /var/etc/relayd.conf it will only contain the table, nothing else.

I have looked into the code and one problem is at line 234:
case 'redirect', however the mode is redirect_mode, so changing this line to case 'redirect_mode' fixed this.

another problem is at line 263, the process is never killed.
change
if (is_process_running('relayd: parent')) {
to
if (is_process_running('relayd')) {

Actions #1

Updated by Chris Buechler almost 14 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF