Can web cache pass request to multiple ports

I am using the 9iAS 1.0.2.0.0 web cache.
I have set the web cache listening port to 80. But I want to web cache to cache more than one ports.For example we are using same ip & more than 5 ports. I want web cache to cache all the ports , no one .
Is it possible ????
Any help will be appreciated.
yogesh

I am reframing my previous question.
I have installed 9iAs v10200 with ias web cache version 1.0.2.1.0(comes with 9iAS v1.0.2.0.0) on winnt 4.0 server with service pack 5
I have set the web cache listening port to 80
Now we have different websites on different ports say 11000,13000,7000 on same machine.
Now I want to cache all the sites.
Is it possible ????????
Thanks in advance!!!!!!!
yogesh

Similar Messages

  • Can Web Cache rewrite HTTP_REFERER headers?

    Can Web Cache be configured to rewrite the HTTP_REFERER header to replace the Web Cache site address:port with the dispatched application server address:port?
    i.e.
    If there is a Web Cache site listening on webcache.domain:80 and it is mapped to application servers: appserver1.domain:7778 and appserver2.domain:7778.
    And a user requests page webcache.domain/page1, which contains a link to page2.
    And then the user opens the link to page2, and Web Cache decides to send the request on to appserver2.
    Can Web Cache be configured to change the HTTP_REFERER header from webcache.domain/page1 to appserver2.domain/page1?
    This is important to our application, because we want to verify that our processing pages are invoked from our application validation pages (we know this method is not 100% tamper proof).
    We would prefer to not have to change our application code to support Web Cache
    Thanks for any info or suggestions, -Steve

    Thanks Jean
    I've added comments to extracts from your post.
    Let's say you suddenly get a request for p2, even if
    it was from the history of the browser, it would still
    contain a referer header of p1, and is no different
    from what it would be when the user was going through
    the proper steps? Are you saying the p2 generated from
    your JavaScript will have a different referer from the
    p2 generated from browser history? If so, how are they
    differ exactly?The browser history does not include the referer. So p2 requested from the history list does not include a referer although the original link from p1 did.
    Without Web Cache, the flow is:
    Step 1: a user requests appserver/page1. page1 is added to the browser history. page1 is loaded and executes JavaScript to display page2 in an iFrame. page2 is not added to the browser history (just like style sheets and other embedded requests do not get included in the history). page2 is loaded and executes JavaScript to submit an html form to load page3 into a hidden iFrame and wait for it to load. page3 is added to the browser's history becuase it was submitted; not embedded. Assuming that the request for page1 came from the browser's history, favorites, a link from an e-mail (the usual for us), or was entered manually - there will be no referer for page1. The expected referer for page2 is appserver/page1, and the expected referer for page3 is appserver/page2.
    Step2: while processing page3, the application compares the server name in the requested URL (appserver/page3) with the server name from the referer URL (appserver/page2), if the servers match, page3 accesses the database and sends the requested data to the browser
    Step3: JavaScript in page2 detects that page3 has loaded, interprets the results from page3, updates the content displayed by page2, and returns control to the browser user
    Since this works with your app, how is webcache in
    front going to break it? Note that when passing a
    request
    to the app server, web cache does not modify the
    host header in the request.without Web Cache the browser sends requests directly to the appserver, so the request/referer entries seen by the application look like:
    appserver/page1 -
    appserver/page2 appserver/page1
    appserver/page3 appserver/page2
    with Web Cache the browser sends requests to webcache, so the request/referer entries seen by the application look like:
    appserver/page1 -
    appserver/page2 webcache/page1
    appserver/page3 webcache/page2
    This is because the Web Cache changed the request URL and did not change the referer URL.
    So request to webcache.domain/abc will be sent to your
    app server as is.I don't think so, doesn't the requested URL change as a result of the Web Cache mapping? i.e. webcache.domain/abc --> appserver.domain/abc
    And since we do not change the referer
    header, either, whatever works for your app now should
    still work for you with webcache in front. This is
    assuming you only do comparisons on the 2 hosts to see
    if they are the same. Web Cache is changing one (request URL) of the two items (request URL and referer URL) that the application server compares.
    The reason has been that we are
    a cache, and in principal should be as transparent
    as possible, so we try to stay away from app-sever/
    apache like functionality.I support that principle 100% - from the application server perspective, it should not need to differentiate between a request directly from a browser, and a request that was issued by the cache on behalf of a browser.
    The cache should completely pretend that it is the originating browser. A browser sends the request and the referer URLs. In application flow, a relationship can be inferred/required between the two URLs. Web Cache is changing one without changing the other and breaking the relationship that the application server would normally expect.
    But I'm still
    not convinced that you need that in webcache. :)If we want to use Web Cache in front of this application, without changing the application, then we need it. :)
    Of course, we could change our application, but the more I think about the principles involved, the more I believe that it is the cache that needs changing. However, I will take another look to see if there are other standard headers related to a request that are present with and without Web Cache, and that can be used to reliably compare the server in the request URL with the server in the referer URL. If there are, then I can happily change our application so that it will work with or without Web Cache.
    -Steve

  • Can web server plugin point to multiple cluster ?

    Hi,
              Can you point a web server plugin to multiple Weblogic 8.1 clusters ? If yes, how does the dynamic list work ?
              E.g. Web server X -> Cluster Y & Cluster Z
              In the plugin documentation it is not explicit that you can or can't do so (http://edocs.bea.com/wls/docs81/plugins/plugin_params.html#1149781).
              "WebLogicCluster : List of WebLogic Servers that can be used for load balancing. The server or cluster list is a list of host:port entries. If a mixed set of clusters and unclustered servers is specified, the dynamic list returned for this parameter will return only the clustered servers."
              Thanks,
              Antonio Goncalves

    you need to introduce a 'NameTrans' directive to redirect the url that you want to send to the back end
    for example, edit your obj.conf to look like
    <Object name="default">
    NameTrans fn="assign-name" name="passthrough" from="<give a top level url that you want to send to the back end"
    and restart the server.
    disabling java will reduce the web server process size significantly. unfortunately, this is a very manual process in 6.1. however, if you could consider migrating to web server 7 u2, where reverse proxy plugin is integrated within the produce (rather than as a separate plugin), u could easily disable-java and configure reverse proxy through either gui or cli command
    http://docs.sun.com/app/docs/doc/820-2204/disable-java-1?a=view
    http://docs.sun.com/app/docs/doc/820-2204/create-reverse-proxy-1?a=view
    pl. remember to run a deploy-config as soon as you run each of this above command. again, this would be relevant only if want to upgrade to web server 7

  • How Web Server pass request IP Address as the environment variable?

    How can I config the Web server in order to pass the URL request IP address as the environment variable?

    Are you inspecting the environment from a CGI program? The definitive guide to the CGI standard is the CGI/1.1 specification at http://hoohoo.ncsa.uiuc.edu/cgi/env.html
    iPlanet-specific enhancements to CGI are described in the iPlanet Web Server Programmer's Guide.
    REMOTE_ADDR is probably the variable you're interested in.

  • ERROR OWS-04045 during accessing multiple ports based web service

    I use WSA to publish a web service which have multiple ports.
    The ant build script :
    <oracle:assemble appName="${app.name}" ear="${app.name}.ear"
    targetNamespace="http://www.xxx.com" classpath="${domestic.class.path}"
    input="${web.home.path}/WEB-INF/classes" output="${archive.output.path}"
    style="rpc" mappingFileName="type-mapping.xml" appendToExistingDDs="true"
    serviceName="${app.name}">
    <oracle:porttype interfaceName="com.xxx.service.ICompanyDefinerWebService"
    className="com.xxx.CompanyWebServiceImpl">
    <oracle:port name="company" uri="company" />
    </oracle:porttype>
    <oracle:porttype interfaceName="com.xxx.IUserDefinerWebService"
    className="com.xxx.UserProfileWebServiceImpl">
    <oracle:port name="userprofile" uri="userprofile" />
    </oracle:porttype>
    </oracle:assemble>
    There is a class name UserDTO which extends another class AbstractDTO, which locates in another package. I used a type-mapping file for giving them different namespaces.
    After deployment, I can use the url http://localhost:8888/xxx/userprofile to access the web service. OC4J provided a javascript based stub for testing.
    But I met some problems. When I use the web stub to access it , error occurs.
    ERROR OWS-04045 Malformed Request Message:Caught exception while handling request: unexpected element name: expected={http://www.xxx.com/framework/bean}operationRecord, actual={http://www.xxx.com/user/dto}operationRecord
    I switched the form to display in xml before invoke, I found there are different and correct namespaces on these 2 elements (UserDTO and OperationLog) .So, I'm very strange why the server will response such a fault information.
    In addition, if I use default style (just document-wrapped) to publish web service, almost all methods can not be accessed on web stub which is provided by oracle.
    Surely, the problem is caused by multiple port. The soap specification is 1.2 and JDK is SUN 1.5.0-b6, OC4J is 10.1.3.3
    I just want to konw whether oracle have some better practices or suggestion for publishing a web service which will have multiple ports.
    The other problem is we can not use abstract class(only support interface) when we want to use WSA to assemble a web service based EAR.

    Is it possible to use several "class L4VIPCLASS" inside the "policy-map multi-match VIPs" in order to have several VIPs to load-balance services for several serverfarms?
    Something like this:
    class-map match-all L4VIPCLASS-1
    2 match virtual-address 172.16.1.1 tcp eq www
    class-map match-all L4VIPCLASS-2
    2 match virtual-address 172.16.1.2 tcp eq www
    class-map match-all L4VIPCLASS-3
    2 match virtual-address 172.16.1.3 tcp eq 8081
    policy-map type loadbalance http first-match WEB_POLICY-1
    class class-default
    serverfarm-1
    policy-map type loadbalance http first-match WEB_POLICY-2
    class class-default
    serverfarm-2
    policy-map type loadbalance http first-match WEB_POLICY-3
    class class-default
    serverfarm-3
    policy-map multi-match VIPs
    class L4VIPCLASS-1
    loadbalance vip inservice
    loadbalance policy WEB_POLICY-1
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    nat dynamic 1 vlan 11
    class L4VIPCLASS-2
    loadbalance vip inservice
    loadbalance policy WEB_POLICY-2
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    nat dynamic 2 vlan 22
    class L4VIPCLASS-3
    loadbalance vip inservice
    loadbalance policy WEB_POLICY-3
    loadbalance vip icmp-reply active
    loadbalance vip advertise active
    nat dynamic 3 vlan 33
    interface vlan XX
    service-policy input VIPs
    Many thanks for your support.

  • Web Cache Parameters?

    Hi Friends,
    Can Anybody suggest a way to get the Web Cache CurrentTime/CurrentWebcacheStart/TimeSinceStart from the Command Line.The Web Cache GUI Tool running on port number 4000 shows All these details.My Problem is I need these kind of parameters from the Command Line.
    Hope to Hear From your Side
    Regards,
    G Sreekumar

    I'm not sitting at a machine with access to a running cache, so I can't verify this just now. But somehow I don't think you can access these stats from the current webcachectl utility. According to the documentation, webcachectl status only gives you process id info: http://download-west.oracle.com/docs/cd/A97688_08/generic.903/b10055/admin.htm#1009289
    Please log an enhancement request via Metalink if you need this functionality.
    Thank you.

  • Web Cache Error

    We are occassionally getting the following error in various scenarios -- in development or just browsing the site:
    "Oracle Web Cache Network Error"
    Oracle Web Cache encountered a network error when communicating with the application web server.
    We have Web Cache installed on the same server as the portal application, but an Oracle consultant who was in a few weeks ago said we had more than enough capacity. Any ideas? We're on Oracle Portal Version: 3.0.9.8.2 and

    The error you are seeing is usually the result of a slow response from your origin server, although it could be something else. If you provide
    a snippet of your Web Cache event log (verbose), I'll be able to assist you better.
    For now, let's assume it is due to a slow origin server response. On a cache miss, if the Web Cache doesn't receive a response
    from the origin server within a given time interval, it will close the connection with the origin server and respond to the browser with
    a network apology page. This is the page you are seeing. There are ways to correct this.
    First of all, you should modify the network apology page in order to customize it for your application or web site. The file is located in the $ORACLE_HOME/webcache/docs directory.
    If you're using Web Cache 9.0.2.x, the default origin server timeout is 3600 seconds. You probably won't have to change this, but if you want to, then
    please refer to the "Oracle9iAS Web Cache v9.0.2.0 Administration and Deployment Guide", available on OTN.
    The relevant section is" Chapter 6, Task 7: Configure Network Timeouts."
    If you're running Web Cache 2.0.0.x, the default origin server response timeout is 30 seconds. This default was chosen because we felt
    that no application should take more than 30 seconds to respond to a user's request. Since then, we've learned that a lot of apps out there,
    especially business intelligence apps, have complex queries that take several minutes, if not hours, to complete. To change this default timeout, you need to modify your internal.xml
    file. Here's a snippet from the 2.0.0.4 readme.html file describing how to do this:
    3.0 Network Apology Pages
    When Oracle Web Cache sends requests to an application Web server, Oracle Web Cache permits the application Web server 30 seconds in which to
    generate a response for the browser. If the application is unable to generate a response within that time, Oracle Web Cache sends a network apology
    page to the browser.
    If 30 seconds is not sufficient, then you can change the default settings of the OSSEND_TIMEOUT and OSRECV_TIMEOUT attributes in the
    internal.xml file:
    OSSEND_TIMEOUT: Network round-trip time (latency) between Oracle Web Cache and the application Web server. The 20 second default of
    the OSSEND_TIMEOUT attribute is usually sufficient for most operating systems.
    You can determine the latency to the application Web server by issuing the the following command from the Oracle Web Cache computer:
    ping -s application_Web_server
    This command provides output similar to the following:
    PING sales.us.acme.com: 56 data bytes
    64 bytes from sales.us.acme.com (130.35.45.34): icmp_seq=0. time=20. ms
    64 bytes from sales.us.acme.com (130.35.45.34): icmp_seq=0. time=21. ms
    If the time value is over 20 seconds, then increase the OSSEND_TIMEOUT attribute value.
    OSRECV_TIMEOUT: Latency and application Web server processing time. The default is 30 seconds.
    You can determine the processing time by sending a sample request to the application Web server and monitoring the time to process the
    request. If the processing time is over 30 seconds, then increase the OSRECV_TIMEOUT attribute value.
    To change these default settings:
    1.Locate the following line in the internal.xml file:
    <CALYPSONETINFO/>
    2.Modify the <CALYPSONETINFO/> line as follows:
    Add the OSSEND_TIMEOUT attribute as follows:
    <CALYPSONETINFO OSSEND_TIMEOUT="seconds"/>
    Add the OSSRECV_TIMEOUT attribute as follows:
    <CALYPSONETINFO OSSRECV_TIMEOUT="seconds"/>
    Add both the OSSEND_TIMEOUT and OSSRECV_TIMEOUT attributes as follows:
    <CALYPSONETINFO OSSEND_TIMEOUT="time" OSRECV_TIMEOUT="time"/>

  • Question about Web Cache!

    I want to install another web server on the 9iAS machine. Can Web cache simultaneously support the Apache and the IIS??

    See no reason why not, but i would suggest that you should try the 'Web Cache and Database Cache Discussion Group', which is the more appropriate forum for the caching questions.
    Cheers
    Stefan

  • Httpd.conf requires Web Cache listening port to be defined - Why?

    Can someone tell me why the httpd.conf file requires the Web Cache listening port in its configuration; Port=web_cache_port entry. I.e
    ## httpd.conf -- Apache HTTP server configuration file
    Port 7777
    Listen 7778
    ServiceName http_server.company.com etc...
    The reason behind my question is that I thought Web Cache was a stand alone application that just passed requests through to the http server.
    This question arose when reading page 6-8 of Oracle9iAS Web Cache - Administration and Deployment Guide - Release 2 (9.0.2)

    Thx. Now I know why entering petstore thru' webcache at port 80
    http://blah/petstore/
    returns
    http://blah:7777/petstore/control/....
    where 7777 is OHS listening port.
    Changing PORT to 80 fixed my problem! i,e. back thru webcache
    http://blah/petstore/control/....
    BTW, I managed to killed webcache a couple of times in the last 2 days by changing ports configuration using the Web admin interface at port 4000 and each time I need to reinstall ias903 core on win2k server. How stable is this beast? The EM interface is also very sensitive to editing server.xml etc directly in advanced properties...
    See below for info on PORT.
    Cheers.
    http://httpd.apache.org/docs/mod/core.html#port
    http://httpd.apache.org/docs/mod/core.html#usecanonicalname
    * The Port directive sets the SERVER_PORT environment variable (for CGI and SSI), and is used when the server must generate a URL that refers to itself (for example when creating an external redirect to itself). This behavior is modified by UseCanonicalName.
    The primary behavior of Port should be considered to be similar to that of the ServerName directive. The ServerName and Port together specify what you consider to be the canonical address of the server. (See also UseCanonicalName.)

  • Can data be passed to an external web server using the "in-course web browsing" feature in ver. 7?

    Can data be passed to an external web server using the "in-course web browsing" feature in ver. 7? I would like to display a simple web page, and I would like to pass to that web page the answers to all the quiz questions, quiz score, etc. In other words, instead of passing quiz results to a SCORM-compliant LMS like Moodle, I'd like to pass that data to a Drupal Webform using a URL like:
    https://www.example.com/my-drupal-webform?param1=value1&param2=value2...&paramn=valuen
    Is this possible?
    Thanks,
    John

    You have to make sure every step in MOS Document ID 726414.1 that is applicable to your E-Business Suite 12.1.x release is performed. Enabling ASADMIN is just one of the steps. In spite of following all the steps in this Document you continue to get the error when clicking "Generate WSDL", please log a Service Request with Oracle Support.I will check all steps again. Maybe I missed one... Thanks!

  • Web cache listen ports

    We have set up Web cache on a Windows NT 4.0 box to cache ASP pages served up by another box running IIS.
    Using a listen port of 80 and a application web server with the host port entry set to 80 everything works fine. However we have a number of additional sites running on different ports under IIS - e.g. 84, 85 etc. When I add these ports to the application web server list and create an equivalent entry in the web cache listen ports list I always get the incorrect content served up by web cache.
    For example I request /servername:84/home/main.asp and I get server /servername:85/home/main.asp
    Is there another setting that I have to use to get this to work correctly ?
    Thanks in advance
    Niels Montanana
    Technology Director
    Practical Law Company, London, England

    Try the virutal hosting workaround I documented in a disussion topic titled "Virtual Hosting in Web Cache 2.0.0.x". Note that you will need to change your origin Web Server config to use name-based virtual hosting instead of IP/Port-based virtual hosting.
    The upcoming 9.0.2 release of Web Cache will support a more flexible virtual hosting mechanism.

  • Web Cache Port Conflict

    Started to get this problem today. I check the portlist.ini file and its showing that Discoverer is using port 80. How do I fix this? Thank you
    [29/Jun/2004:22:21:31 -0400] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [29/Jun/2004:22:21:31 -0400] [alert 13305] [ecid: -] failed to assign port 80, bind() error = Address is already in use
    [29/Jun/2004:22:21:31 -0400] [alert 9707] [ecid: -] Failed to start the server.
    [29/Jun/2004:22:21:31 -0400] [alert 9609] [ecid: -] The server process could not initialize.
    [29/Jun/2004:22:28:26 -0400] [notification 9610] [ecid: -] The server is exiting.

    Hi,
    If you want to change the port for Discoverer, then pls post this question in 'Discoverer' forum. But, one other option is to change the Web Cache port -> this can be done by changing it in webcache.xml config file found in '<Oracle_home>/webcache/' directory.
    Hope this helps!
    Regards,
    G.E.S. Priyanka
    Orcale Web Cache Team

  • Web Cache 10g Strange Port Redirection

    Hi,
    I have installed Oracle AS 10g 10.1.2 at one server (Solaris 9).
    1) Oracle Apache Server is listenning port 81 and specific IP. No apache virtual hosts are configured at this port. In httpd.conf i have these directives:
    Port 81
    Listen xxx.xxx.xxx.xxx:81
    2) Web Cache is listenning port 80 and the same IP as Apache Server.
    3) In Web Cache, I've added one origin server with 81 port and HTTP protocol (host and port of Apache server, from item 1).
    4) Сreated new named site at port 80, which was mapped to Origin server created item 2.
    My application is deployed to url /myapp, and after configuring Web Cache as described, I could access it by typing:
    http://<host>/myapp
    But when click to any link in my app, my browser is redirected to URL with specific port
    http://<host>:81/myapp
    Where :81 is Apache Server port from "Port" directive in httpd.conf. If I change "Port" directive to different value, for example 80, browser is redirected to http://<host>:0/myapp
    Could, you help me? I need no port in my URL at all (port 80 for HTTP and 443 for HTTPS).

    Hi
    I have one named sites definitions, it is also default named site.
    Host name is <My Host>
    Port is 80 (It is that port, which WEB cache is listening)
    Prefix field is empty.
    Origin server is <My host>:81 (Actually it is my apache virtual host)
    As I've written all navigation in my application is performed over one servlet, which recieves request by method post, and uses sendRedirect method to redirect user reuqests (sending http header to browser):
    response.sendRedirect(url);
    If I change code, and servlet uses server side redirection request.getRequestDispatcher(url).forward(request, response);
    App is redirected to WEB Cache (Named Site) port. All navigation works fine with WEB Cache or without it.
    But this method doesn't suites for my application. Because if user press refresh button, browser asks to repost the data.
    Best Regards
    Nikolajs Sulima
    Message was edited by:
    [email protected]

  • Wccp web-cache -- can't get it working

    I installed a Squid based caching appliance, by Stratacache. it supports GRE wccp redirect in transparent mode, I have it configured as wccpv2 using the Router's LAN ip address 10.250.1.2.
    Every time I turn on the caching for a host (or the entire LAN) the internet breaks for whomever I turn wccp on. I have tried disabling CEF and have moved the cache to it's own router interface.
    Topology of the Cisco 2801-SEC-K9 router, running 12.4(22)T advsecurity
    FastE 0/0 (10.250.1.1) ---> connected directly to cache server
    FastE0/1 (10.23.1.1) ---> Connected to internal LAN
    MultiLink1 (12.x.x.98)  ---> 4 T1 multilink to AT&T Internet Service
    so here is my config,
    ip wccp web-cache redirect-list 46 group-list 40 password webcache
    ip wccp version 2
    access-list 40 permit 10.250.1.2 (cache server)
    access-list 46 permit 10.23.1.21 (test host for wccp)
    interface fastethernet0/1
    ip wccp web-cache redirect in
    here is the output from the router
    Roosevelt-2801(config)#do sh ip wccp web-cache view
        WCCP Routers Informed of:
            12.x.x.98
        WCCP Clients Visible:
            10.250.1.2
        WCCP Clients NOT Visible:
            -none-
    Roosevelt-2801(config)#do sh ip wccp web-cache det
    WCCP Client information:
            WCCP Client ID:          10.250.1.2
            Protocol Version:        2.0
            State:                   Usable
            Redirection:             GRE
            Packet Return:           GRE
            Assignment:              HASH
            Initial Hash Info:       00000000000000000000000000000000
                                     00000000000000000000000000000000
            Assigned Hash Info:      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                     FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
            Hash Allotment:          256 (100.00%)
            Packets s/w Redirected:  914
            Connect Time:            1d18h
            Bypassed Packets
              Process:               0
              CEF:                   0
              Errors:                0
    Roosevelt-2801(config)#do sh ip wccp web
    Global WCCP information:
        Router information:
            Router Identifier:                   12.x.x.98
            Protocol Version:                    2.0
        Service Identifier: web-cache
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        7800
              Process:                           94
              CEF:                               7706
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                46
            Total Packets Denied Redirect:       8195426
            Total Packets Unassigned:            0
            Group Access-list:                   40
            Total Messages Denied to Group:      14
            Total Authentication failures:       8
            Total Bypassed Packets Received:     0
    So I can see the packets redirected, the cache never sees them, the router and cache can ping each other, the cache and LAN clients can ping each other - am I missing something?

    so I found the problem... hopefully this helps somebody else in the future... the problem is the redirected packets were sourced from the router multilink1 interface IP address and the cache was expecting them from the router fa0/0 interface, so it dropped them.
    also the cache has a "spoof client IP" option that was on, because we prefer to do this for netflow, but, I don't think client-IP-spoofing works with the standard web-cache wccp service. It was causing internet problems so I turned the spoofing off and it works fine...
    hope this helps

  • Azure Pack Web Sites tenant site returns: Sorry, we can't complete that request

    Stood up an Azure Pack Web Sites instance but I'm unable to access just the tenant site for some reason.  I can access the config site, admin site, usage site, etc.  I can't get into the tenant site.  I'm getting the following error:
    Sorry, we can't complete that request.  The identity provider configuration is not valid. Try to re-configure trust with an identity provider.
    Anyone know how to fix this?  I uninstalled the tenant and admin auth sites and reinstalled and configured.  No dice.  This worked at some point since I installed it but now is no longer working.  Any help?

    Anyone have an actual fix for this?  My tenant site was working just fine for a while and now, after no changes to the system, I am getting:
    Sorry, we can't complete that request.  The identify provider configuration is not valid.  Try and re-configure trust with an identity provider.
    I've rebooted the azure pack servers and DB box.  No dice.

Maybe you are looking for

  • SMARTFORMS - Calling one second window

    Staff, somebody knows as I make to include one second page in smartform, this second page will have different information of the first one, is trying informs to move it of income, in the first page the data go and in the other page it leaves images t

  • Where is the help forums?

    Man Oh Man I am completely lost. Some how I cannot find the help forums.... I have searched "help" and "Help Forum" and nothing is coming up. Iused to click on the "bubble Icons" and it took me right to the help forums, now I get this double column d

  • Help, I think I changed the settings in itunes and caused it to...

    delete all my songs. I think I have it set up to not sync automatically. I do not want it to sync up all the time because I have been working on correcting names of songs and albums on the itunes and was charging and syncing slows down my pc. Anyway,

  • Why does mavericks mail freeze mac while downloading new mail

    why does my mac freeze up while new emails are being downloaded ?

  • Can't see mails that were sent in Sent folder.

    I can't find the mails that were sent since Apr.14. No changes were made to Account Settings > Copies & Folders. No quota alerts are received either. I am on Thunderbird 24.2.0. Please help to fix this.