01-11-2007 03:06 PM
We are using the CSM/SSLM platform to load balance http and https transactions. The development group for one of our web sites has stated that the CSM or SSLM is terminating connections if the URL is too long.
Does someone know what the maximum URL length that can be supported on the CSM and SSLM. Also, is there a way to allow for longer length URL's?
Thank you.
Solved! Go to Solution.
01-16-2007 12:02 PM
I ran into this issue myself. On the CSM, the maximum parse length defaults to 2000 bytes. you can modify this by going into the vserver and issue "parse-length 4000". If this parameter is not enough, you can set the multipler to x2 in the global parameter. To do this, issue:
module ContentSwitchingModule 2
variable MAX_PARSE_LEN_MULTIPLIER 2
Let me know if this works for you.
01-16-2007 12:02 PM
I ran into this issue myself. On the CSM, the maximum parse length defaults to 2000 bytes. you can modify this by going into the vserver and issue "parse-length 4000". If this parameter is not enough, you can set the multipler to x2 in the global parameter. To do this, issue:
module ContentSwitchingModule 2
variable MAX_PARSE_LEN_MULTIPLIER 2
Let me know if this works for you.
01-22-2007 03:18 PM
Steve,
Increasing the parse-length setting in the vserver did the trick.
Thank you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide