Forum Discussion
Ian_Amos_37833
Nimbostratus
Aug 16, 2007Error msg in LTM logs
Afternoon all,
i'm getting the following error in my LTM loghttp_process_state_prepend - Invalid action EV_EGRESS_DATA during ST_HTTP_PREPEND_HEADERS
This is the iRule i'm using, that is causing the error message
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/rweb" }{
SSL::disable serverside
pool Apache_DEV
Any thoughts?
- hoolio
Cirrostratus
Do you get the error on every request starting with /rweb? - Ian_Amos_37833
Nimbostratus
Yes, only on requests for /rweb. - hoolio
Cirrostratus
What version are you running? I tested on 9.2.4 with the following rule and didn't see an error:when HTTP_REQUEST { if {[HTTP::uri] starts_with "/disable"}{ log local0. "disabling server SSL" SSL::disable serverside pool test_http_200_pool } else { HTTP::redirect http://google.co.uk log local0. "redirecting" } }
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