cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
554
Views
0
Helpful
3
Replies

ACE questions

aamercado
Level 4
Level 4

Hi

1. What is the diff btwn none 301 and 302 on

webhost-redirection https://%h 301

webhost-redirection https://%h 302

2. Since I have redirection from 80 to 443, which cookie methods is best to use (sticky, Source IP Sticky, or SSL session ID sticky)?

3. I'm currently using SourceIP-Sticky, below is my current configs, is it correct?

rserver redirect HTTPS-REDIRECT

webhost-redirection https://%h%p 301

inservice

serverfarm redirect HTTPS-REDIRECT

rserver HTTPS-REDIRECT

inservice

sticky ip-netmask 255.255.255.255 address source SRCIPSTICKY

timeout 60

serverfarm DATASOLUTIONS

policy-map type loadbalance first-match L7_POLICY

class class-default

serverfarm HTTPS-REDIRECT

policy-map type loadbalance first-match L7_POLICY_SSL

class class-default

sticky-serverfarm SRCIPSTICKY

policy-map multi-match L4_POLICY

class MATCH_VIP

loadbalance vip inservice

loadbalance policy L7_POLICY

loadbalance vip icmp-reply active

loadbalance vip advertise active

class MATCH_VIP_HTTPS

loadbalance vip inservice

loadbalance policy L7_POLICY_SSL

loadbalance vip icmp-reply active

loadbalance vip advertise active

Thanks

3 Replies 3

litrenta
Level 3
Level 3

1. none will default to 302 so choices are 301 or 302.

2. Since you are not offloading ssl on the ace and just passing it through to server best sticky method would be source ip. In this scenario your only choices are source ip or ssl session id. Stay away from ssl session id because internet explorer since 5.0 renogiates it every 2 minutes.

Thanks for the quick responce but,

what does 301 mean?

What does 302 mean?

301-- permanently moved

302-- temporarily moved

These are particularly useful for search engines like Google, which in case of 301 will index the redirected page & for 302 will index the original page.

Syed Iftekhar Ahmed

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: