Forum Discussion

Ian_Amos_37833's avatar
Ian_Amos_37833
Icon for Nimbostratus rankNimbostratus
Jun 13, 2007

http_process_state_prepend - Invalid action EV_BODY_COMPLETE during ST_HTTP_PREPEND_HEADERS

Anyone know what this error message is all about?

 

 

http_process_state_prepend - Invalid action EV_BODY_COMPLETE during ST_HTTP_PREPEND_HEADERS

 

 

The rule i'm using is:

 

 


WHEN HTTP_REQUEST {
   if { (HTTP::uri] starts_with "/exchange") } {
   pool OWA-pool
   log local0."test1"
   }else{
   pool Content
   log local0. "test2"
   }
}

 

 

When I enter the URL https://xyz.com I see entries in the log for "test2" - as expected.

 

 

When I enter the URL https://xyz.com/exchange/ I see entries in the log for "test1" and the above error message, but DON'T see the expected content..

 

 

I've tried searching here, Google, and F5, but couldn't find anything..

 

 

'Status code' for the error is 011f0007, if that helps..

 

2 Replies

  • Is your post a typo on your first log line, or is it saved as loacl0. instead of local0. ?
  • Posted By citizen_elah on 06/13/2007 8:56 AM

     

     

    Is your post a typo on your first log line, or is it saved as loacl0. instead of local0. ?

     

     

     

    That's a typo.. Although when I created the rule I did the exact same thing, but the box picked it up as incorrect.

     

     

    *Edited the original post now..