- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- heartbeat + ldirectord & ssl
Operating System - Linux
1821051
Members
2453
Online
109631
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2007 11:19 PM
тАО08-21-2007 11:19 PM
Hi there
First of all everythink works fine if loadbalancer is out of the equation.
My vhost configuration file looks like that:
NameVirtualHost *:443
NameVirtualHost *:80
ServerName www.kirklewski.com
ServerAlias kirklewski.com
DocumentRoot /home/madmin/www/kirklewski
ServerName www.kirklewski.com
ServerAlias kirklewski.com
DocumentRoot /home/madmin/www/kirklewski/ssl
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem
My ldirectord.cf file looks like that:
checktimeout=10
checkinterval=2
autoreload=no
logfile="/etc/ha.d/ldirector_log"
quiescent=yes
virtual=192.168.168.205:80
real=192.168.168.201:80 gate
real=192.168.168.202:80 gate
fallback=127.0.0.1:80 gate
service=http
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
virtual=192.168.168.249:80
real=192.168.168.201:80 gate
real=192.168.168.202:80 gate
fallback=127.0.0.1:80 gate
service=http
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
virtual=192.168.168.249:443
real=192.168.168.201:443 gate
real=192.168.168.202:443 gate
fallback=127.0.0.1:443 gate
service=https
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
And I'm getting this error at bouth webservers:
Wed Aug 22 12:18:40 2007] [error] [client 192.168.168.203] Invalid method in request \x80|\x01\x03\x01
[Wed Aug 22 12:18:40 2007] [error] [client 192.168.168.203] Invalid method in request \x16\x03
Can anyone help ?
First of all everythink works fine if loadbalancer is out of the equation.
My vhost configuration file looks like that:
NameVirtualHost *:443
NameVirtualHost *:80
ServerName www.kirklewski.com
ServerAlias kirklewski.com
DocumentRoot /home/madmin/www/kirklewski
ServerName www.kirklewski.com
ServerAlias kirklewski.com
DocumentRoot /home/madmin/www/kirklewski/ssl
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem
My ldirectord.cf file looks like that:
checktimeout=10
checkinterval=2
autoreload=no
logfile="/etc/ha.d/ldirector_log"
quiescent=yes
virtual=192.168.168.205:80
real=192.168.168.201:80 gate
real=192.168.168.202:80 gate
fallback=127.0.0.1:80 gate
service=http
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
virtual=192.168.168.249:80
real=192.168.168.201:80 gate
real=192.168.168.202:80 gate
fallback=127.0.0.1:80 gate
service=http
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
virtual=192.168.168.249:443
real=192.168.168.201:443 gate
real=192.168.168.202:443 gate
fallback=127.0.0.1:443 gate
service=https
request="ldirector.html"
receive="Test Page"
scheduler=rr
protocol=tcp
checktype=negotiate
And I'm getting this error at bouth webservers:
Wed Aug 22 12:18:40 2007] [error] [client 192.168.168.203] Invalid method in request \x80|\x01\x03\x01
[Wed Aug 22 12:18:40 2007] [error] [client 192.168.168.203] Invalid method in request \x16\x03
Can anyone help ?
Jesus is the King
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-22-2007 04:40 AM
тАО08-22-2007 04:40 AM
Solution
Shalom,
These errors can not be connected to the load balancer at least by message text.
I take you get the error only when you use your load balancer service.
Please take a look at two links.
http://perlstalker.amigo.net/Gentoo/LVS.phtml
http://archive.linuxvirtualserver.org/html/lvs-users/2004-11/msg00065.html
I'm going to suggest an alternative.
Perhaps Red Hat Cluster Suite (open source, many places to get it free) and have two floating ip addresses which are assigned, one per node and a round robin assignment of internal ip addresses.
The floaters are set to be one separate nodes if both are up.
SEP
These errors can not be connected to the load balancer at least by message text.
I take you get the error only when you use your load balancer service.
Please take a look at two links.
http://perlstalker.amigo.net/Gentoo/LVS.phtml
http://archive.linuxvirtualserver.org/html/lvs-users/2004-11/msg00065.html
I'm going to suggest an alternative.
Perhaps Red Hat Cluster Suite (open source, many places to get it free) and have two floating ip addresses which are assigned, one per node and a round robin assignment of internal ip addresses.
The floaters are set to be one separate nodes if both are up.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2007 03:05 AM
тАО08-30-2007 03:05 AM
Re: heartbeat + ldirectord & ssl
Steel nothing!
I have to fix it.
Does anyone have experienced such a problems.
I'm steel getting this error:
[error] [client 192.168.168.203] Invalid method in request \x16\x03
:(
I have to fix it.
Does anyone have experienced such a problems.
I'm steel getting this error:
[error] [client 192.168.168.203] Invalid method in request \x16\x03
:(
Jesus is the King
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP