CSS Reverse Proxy Rule problem if caches suspended breaks web site

Hi
Another perplexing problem we've had tonight:
2 x CSS11000 with 2 x CE560's providing Reverse Proxy Cache to a front end web server. During testing we had both CE services "suspended" but not the RCP content rule. So in my theory this rule couldn't work because it's services were not available. However, the CSS continued to hit this content rule and hence broke the web side. We then suspended the RPC rule, all traffic was forced to use the directtoserver rule and things worked again.
The question this poses, and we will be testing this on Monday is....if the caches are "down" rather than "suspended" does the same thing happen....and is this a bug (because I cant help thinking thats not what ithe CSS should be doing) or something else.
Anyone come across this ?
Thanks
Simon

Simon,
I think the answer to your question comes down to whether the content rule is considered "down" or not. When the caches are down, what does a "show rule" show as a status of the content rule. If the rule is down, the CSS should not even respond to the clients request via the vip unless there is another content rule containing the same vip (L3, L4 etc..)
Maybe the keepalive types need to be changed. For example, using icmp for a keepalive type and shutting down port 80 on a webserver will NOT signify to the CSS that the services is down.
If the rule is down and still increasing hit counts, then this would be some type of bug.
Regards
Pete Knoops
Cisco Systems

Similar Messages

  • Problem with plugins in my web site

    Problem with plugins in my web site PLS HELP 

    i'm pretty sure you're going to get no help unless you supply some helpful information.

  • Reverse proxy rule

    Hi,
    I have confiugure apache 2.2 as reverse proxy which will be interacting with my portal as well as ECC ITS. Everything is working fine but the problem is when user gives the path:
    http://<hotst>/sap/bc/its/gui/sap/webgui he able to access logon page of ECC which i want to block.
    I want one redirect rule  which should block the request which come with request http://<host>/sap/bc/its/gui/sap/webgui through reverse proxy. It should allow only when request comes in this format :
    http://<host>/sap([some cache])/bc/its/gui/sap/webgui. where [some_cache] is automatically generated by SAP.
    What could be the syntax of rewrite rule.

    User 2 layers of Reverse proxies to resolve the issue

  • Apache Reverse Proxy: Domain problem

    Hi,
    I have a problem with Apache Reverse Proxy (Apache 2.2) and SAP Enterprise Portal 6.0.
    I configured Apache as a Reverse Proxy Server (with SSL)so that the portal is accessible through the internet. Everything is working fine but the OWA integration doesn't work over the Reverse Proxy.
    If I log on to <u>http://portalsrv.mydomain.xx:12345/irj</u> the OWA integration works fine with SSO and there is no problem with session management.
    If I log on to <u>https://revproxy.mydomain.zz:1234/irj</u> and want to open Outlook I get the message that Session management doesn't work. However the other components like ESS work fine. Deactivating the DSM Logger is not a solution to this problem.
    The Log tells me:
    1.
    Application domain 'mydomain.xx' differs from Portal domain 'mydomain.zz'.
    Session Management will not work for Application 'abc.mydomain.xx'
    2.
    Application schema 'http' differs from Portal schema 'https'.
    Session Management will not work for Application 'abc.mydomain.xx'
    Is there a possibility to write a Rewrite-Rule in the Apache-Conf?
    For instance:
    https://abc.mydomain.xx --> http://abc.mydomain.zz
    Does anybody made such a rule?
    I hope anybody can help me with the problem.
    Thank you

    Hi Daniel,
    ok I`ll try to find a solution in parallel and keep you up to date.
    In the following my settings in case I missed something:
    <VirtualHost test.firma.de:443>
    SSLEngine on
    SSLProxyEngine on
    SSLCertificateFile /apache/keys/pac_ssl_qep_dmz_server.crt
    SSLCertificateKeyFile /apache/keys/pac_ssl_qep_dmz_server.key
    ServerName test.firma.de:443
    ServerAdmin [email protected]
    LogLevel debug
    ErrorLog logs/ssl_443_error
    CustomLog logs/ssl_443_access_log common
    ProxyVia Off
    ProxyPreserveHost On
    ReWriteEngine on
    ReWriteLogLevel 0
    ReWriteLog logs//ssl_443_rewrite_http.log
    ProxyPass / https://backend.firma.de:50001/
    ProxyPassReverse / https://backend.firma.de:50001/
    </VirtualHost>
    Regards, Jens

  • Reverse proxy setup problems

    I am trying to setup a reverse proxy using iPlanet Web Proxy Server 3.6. I have followed the instructions in the manual which seems pretty straight forward but nothing is happening. I am getting no traffic at all between any of the boxes involved. I have been using apache before without any problems but wanted to move to something more scaleable as I would like to have multiple reverse proxys. Can anyone give any suggestions as to what might be wrong. Thanks.

    Have you tried thius technote ===>
    http://knowledgebase.iplanet.com/ikb/kb/articles/1173.html
    The reverse proxy setup requires regular mappings and reverse mappings. Regular mappings re-map the requested URL to the actual origin
    server. The reverse mappings re-map Location: headers coming back in 3xx redirections.
    In some cases, customers have sent technical support obj.conf files with the mapping entries in the wrong order. All of the
    "reverse-map" functions should be placed before the "map" functions.
    There maybe two causes:
    1.Hand editing of the obj.conf files
    Use the admin interface to create reverse proxy map entires.
    2.Old versions of Admin Server
    There may have been problems with creating reverse proxy maps in Proxy 2.x, which used Admin Server 2.x. This problem doee not
    occur with Admin 3.5.
    Example:
    NameTrans fn="reverse-map" from="http://www.news.com"
    to="http://kwikimart.mcom.com:8080/news"
    NameTrans fn="map" from="http://kwikimart.mcom.com:8080/news"
    to="http://www.news.com"
    NameTrans fn="map" from="/news" to="http://www.news.com"
    Note the "reverse-map" function appears before the "map" functions.

  • Reverse Proxy Redirection Problem

    Hi all
    recently I installed sun one app server 8.1 sp2 as back end server and sun one web server 6.1 sp5 as the front end.
    I also installed the reverse proxy plugin (provided by sun) correctly. the infrastructure is something like this:
    web = http://aaa.com/mypath
    app = http://bbb.com/mypath
    client => web => app server
    so when client type http://aaa.com/mypath, it will eventually executed http://bbb.com/mypath, but in the client browser still maintain http://aaa.com/mypath
    so far so good.
    but when the client executed http://aaa.com/mypath/myredirect.html (where myredirect.html is javascript redirection to certain html in my app server), the web server will execute http://bbb.com/mypath/myredirect.html, which eventually the html will be redirected to http://bbb.com/mypath/myfinalresult.html.
    the problem is now on the client browser the url becomes http://bbb.com/mypath/myfinalresult.html. all i want is the url to be pointing to web server, that is http://aaa.com/mypath/myfinalresult.html
    how to solve this problem? is it possible to do reverse mapping with passthrough library? any help is greatly appreciated! Thx !!
    Cheers,
    kami

    Hi All,
    Good Morning. Please calrify the below issue about reverse proxy. ( The redirection is not happening from WebServer to AppServer)
    - I have installed the one WebServer with below configuration.
    - Installed Sun ONE Web Server 6.1SP6 with Sun ONE Web Server 6.1SP3 Reverse Proxy Plugin.
    - This is my obj.conf file:
    NameTrans fn="assign-name" from="/wps" name="passthrough1"
    <Object name="passthrough1">
    Service type="magnus-internal/passthrough"
    fn="service-passthrough"
    servers="http://<AppServer>:9081/wps/"
    </Object>
    - This is magnus.conf file:
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="/opt/SUNWwbsvr/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"
    Init fn="load-modules" shlib="/opt/SUNWwbsvr/plugins/passthrough/libpassthrough.so"
    When I am trying to access the WebServer URL http://<WebServer>:<port>/wps/ is not redirting to AppServer URL i.e (http://<AppServer>:9081/wps/).
    - Please find the log file as below :-
    [26/Nov/2006:10:52:11] warning ( 5727): for host 172.16.5.63 trying to GET /wps/, send-file reports: HTTP4142: can't find /opt/SUNWwbsvr/docs/wps/ (File not found)
    - I am confusing it searching the "wps" directory under the doc root directory.
    Kindly help to suggest me to resolve the issue.
    Thanks a lot in advance.
    Best Regards
    Elayaraja.K

  • OHS to Weblogic Reverse Proxy configuration Problem

    Hi,
    Pls go through the following points and suggest.
    1. I have an Access Manager in place and I need to integrate it with Webcenter and Oracle Identity Manager.
    2. I have only one webserver in place which is reverse proxied for both the application servers(OIM as well as Webcenter) and only one webgate installed.
    Can I achieve SSO with this architecture? My doubt is while specifying the challenge parameter in Access Manager,how can i specify it?

    Thanks for the reply. Let me detail you regarding my configuration.
    1. One webserver configured as reverse proxy for two app serrvers(weblogic1 for webcenter and weblogic2 for Identity manager)
    2. My reverse proxy config in httpd.conf file are as follows
    ProxyPass /webcenter http://app1:8888/webcenter
    ProxyPassReverse /webcenter http://app1:8888/webcenter
    ProxyPass /xlWebApp http://app2:7001/xlWebApp
    ProxyPassReverse /xlWebApp http://app2:7001/xlWebApp
    3. Created two policy domains for /webcenter and /xlWebApp and Iam using form based authentication scheme.
    My Challenge parameters as follows:
    form: /am_login/login.html (am_login.war is deployed on both app1 and app2)
    creds:userid password
    action:/dummy.cgi
    Now the problem is whenever http://webserverhost:7777/webcenter is accessed,it should redirect to http://webserverhost:7777/am_login/login.html. But its not happening so reason being,after hitting the url it is not able to find the am_login.war in /webcenter on the appserver.Instead its deployed on the root "/" not inside "/webcenter".
    Samething is happening for /xlWebApp too. Can you suggest some configuration which would make my things work?

  • Problem watching trailers in Apple Web Site only

    hi,
    suddenly i have an odd prolbem in watching trailers at Apple's web site.
    when im loading a trailer, it just indicating that the trailer is loaded and nothing happens, and the QuickTime Player is not even starting.
    i have the latest version of quicktime, flash and shockwave and in other web sites i succeeded playing trailers , its only reproducing in apple site for some reason.
    when i double Clicked on the bottom of the IExplorer to see Error messages,
    i saw some quicktime error however i don't know if this error is related to the problem. the Error Message is : AC.Quicktime is null or not an object.
    by the way, i don't think that this is the cause but im using Iexlporer 6 and not 7.
    waiting for your reply,
    A.T

    Amir, I'm also having a similar problem with watching trailers on Apple's site. I've tried with many of them.
    Clicking on the "Small" button under "Standard" plays the movie fine inside of the browser. Clicking "480p" under "HD" takes focus away from the browser after a few seconds (and I can see QuickTimePlayer.exe appearing in Task Manager), but then nothing happens. The process, after a bunch of initial activity, just sits at zero CPU, going up to 2% periodically, as if checking on something. The player window never appears.
    Here's what is more strange: if I click on the same trailer link again, it somehow kicks QuickTimePlayer.exe in the butt and soon two players will appear, one for each time I clicked. I've even tried this with other trailers, and clicking on the second one is (so far) a sure way for the player to finally do something besides sit in memory.
    I'm using Windows XP Pro SP2 and QuickTime 7.6. I've tried with both Internet Explorer 6 and 7, and there's no difference in the behavior of the QuickTimePlayer. Other .mov files on the hard drive (like the sample.mov in the Program Files\QuickTime directory) play instantly. The QuickTime plug-in for IE still works for .mov files on other sites and other media (.aiff, etc.)... just not for the movies on Apple's own site
    I haven't seen any warnings/errors, JavaScript is on, and I'm accepting the Active X notification on Apple's site.
    What is wrong, I wonder?

  • Problem when i publish my web site with muse

    i have an erreur inconnu when i want to wruite my pass word
    i had changed my adobe ID
    it is reconise by BC

    Yes i had restart Muse and my mac. I have no more message than a red hexagon with an exclamation point and the message : "erreur inconnue" no number nothing more.
    Best regards
    Le 8 mai 2014 à 16:24, Aishvarya Raj Rastogi <[email protected]> a écrit :
    I can't publish my web site with Muse because of an "error inconnu . I have my ID Adobe and my pass word. But i have an error message " erreur inconnu" Business catalyst tell me that my ID and pass word are ok. so wath ?
    created by Aishvarya Raj Rastogi in Help with using Adobe Muse CC - View the full discussion
    Hi,
    Have you tried restarting Muse and your computer? If not, please try it. If you still face the problem, please provide us the complete error message and we'll look into it.
    Regards,
    Aish
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6365165#6365165
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • IOS 8 Problem to play video on web site

    I updated my iPad Air from iOS 7 to iOS 8 and now I can not to play video on web site drtuber.com.
    All my another equipments based on IOS 7  are playing the same video on the same web site normally as usually.
    I think that it is a problem with iOS8
    Please check and fix this problem.

    I can not to play video on www.drtuber.com with ios8 iPad Air. I try to click icon on the picture of video and nothing ....
    In the same time I have not problems with the same content on www.drtuber.com  if I try to play video with  ios7 ipad2 or ios7 iphone4 I May to play video normally

  • CSS & Reverse Proxy Caching, Part II

    What potential problems can I run into if I configure the 'rule use-proxy' command on the CE to point directly to the origin server (as opposed to routing the request to the origin server back through the CE)?
    ~Zach

    Nevermind. I found what I was looking for:
    'rule use-proxy ...' on the CE.
    ~Zach

  • CSS & Reverse Proxy Caching

    With the following configuration example:
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/products_configuration_guide_chapter09186a00800af658.html#xtocid7
    How does the CE know to pass traffic destined for the origin server(s) to the <cache_miss_vip>?
    ~Zach

    Nevermind. I found what I was looking for:
    'rule use-proxy ...' on the CE.
    ~Zach

  • How do i fix the "proxy server" so I can go to web sites. Now, it won't go anywhere but gives me the proxy server message. This is happening for 3.8 and Beta. Thanks

    I uninstalled then reinstalled 3.8 twice and it still happened. I installed Beta--no luck. I get the following message:
    "The proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections."
    Changing proxy settings is beyond my expertise. Thank you.

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    *[[Firefox cannot load websites but other programs can]]

  • I can can upload photos to my facebook page and the same problem with our fat cow web site. We can upload from both chrome and safari with no problem. Upgraded from 8.03 to 9.0 and same problem???

    we can not upload from the desktop to post on either facebook or to our fat cow web site. We have had fat cow upload from their end and have no problem

    Follow the instructions to uninstall then reinstall the Flash plugin then restart the Mac(s).
    http://kb2.adobe.com/cps/865/cpsid_86551.html#ostype=m,prob1=fnctn,prob2=game,
    Help for deleting Flash cookies.  http://hints.macworld.com/article.php?story=20091114062050800

  • Hello, my English his my second languish, i hope i will be understandable and will understand you... I just use photoshop to modify a picture. First i renamed it, then transformed it, after i save it under the new name. My problem is that in the web site

    Hello, my English his my second languish, i hope i will be understandable and will understand you.

    First see if the image is in RGB, Image CMYK is not displayed on the Internet
    The second image name has to be imported in website programming. For example: On the website the image is figura.jpg name if you rename the image to figura1.jpg the site will not find the image.
    In Photoshop to save as web it will save us now for internet formats. PNG, JPG, Gif

Maybe you are looking for

  • Tab in Tabstrip Control in display mode (Module Pool)

    Hi friends, I am trying to give authorization based on sy-uname, in runtime based on uname the particular tab should be opend in a display mode and some in change mode.  please help me out in this Edited by: shravan sonayila on Aug 12, 2008 8:06 AM

  • Spry Menu Hover behavior

    First let me apologize and say I'm a total CSS noob and I know this is probably a simple issue for you CSS masters out there - but I'm at a loss :( My client wants a horizontal spry menu for her site. Instead of colors, she would like to use images f

  • [WLS 8.1.3] - Differences between WLS on XP & HP-UX?

    We're getting AbstractMethodError errors in an application that was built using the WLS 8.1.3 libraries on XP. The errors aren't occurring when the same app is built using the WLS 8.1.3 libraries on HP-UX using the same code base. We've swapped the e

  • Sound not xfrng to vid cam.

    WHAT TO DO? I've an 8 month old Mac OS X 2.66 GHz and 4 Gb memory with two ext. HD's I use for storing Final Cut Express projects. My current 30 sec effort I cannot xfr to my Pansaconic camera to mini-dv tape for a copy. ( I do manage - for some reas

  • Samplitude 2496 and Audigy 4 sound card problem any suggestions please

    Hello I have a problem. I have installed Audigy 4. All looks good. I am editing music in a software called Samplitude 2496. But I simply cannot playback. I beleive Samplitude needs ASIO support to be able to playback. A window pops up when ever I try