Forum Discussion
Florent_Thieba1
Nimbostratus
Feb 27, 2013Error message in log - CMP persist message
Hi,
I can't figure where this error is coming from and how i could prevent it to occur, this is a sample:
In the file /var/log/ltm
Feb 27 15:55:28 local/tmm1 err tmm1[4769]: 01010206:3...
Florent_Thieba1
Nimbostratus
Feb 27, 2013We do have this.
We host a 2010 Microsoft Exchange solution.
Here is the irule:
when HTTP_REQUEST {
if {([HTTP::uri] == "/") || ([HTTP::uri] == "/exchange") || ([HTTP::uri] == "/exchange/") || ([HTTP::uri] starts_with "/exchweb/") } {
HTTP::uri /owa
}
switch -glob -- [string tolower [HTTP::path]] {
"/microsoft-server-activesync" {
pool Exchange_2010__owa_pool
COMPRESS::disable
CACHE::disable
return
}
"/owa*" {
Outlook Web Access
persist cookie insert
pool Exchange_2010__owa_pool
return
}
"/ecp*" {
Exchange Control Panel.
persist cookie insert
pool Exchange_2010__owa_pool
return
}
"/oab*" {
Offline Address Book.
pool Exchange_2010__owa_pool
return
}
"/autodiscover*" {
Autodiscover.
pool Exchange_2010__owa_pool
return
}
default {
pool Exchange_2010__owa_pool
}
}
}
when HTTP_RESPONSE {
if { [string tolower [HTTP::header values "WWW-Authenticate"]] contains "negotiate"} {
ONECONNECT::reuse disable
ONECONNECT::detach disable
this command disables NTLM conn pool for connections where OneConnect has been disabled
NTLM::disable
}
this command rechunks encoded responses
if {[HTTP::header exists "Transfer-Encoding"]} {
HTTP::payload rechunk
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects