SSL virtual host with external hardware accelerator/LBR

Hi all,
We have an existing non-ssl site configured - http://abc.company1.com
We wish to add a new https site - https://xyz.company2.com - and terminate SSL at our hardware load balancer. But obviously keep our existing http site available.
However, we can't seem to get this to work. We added a new site to the Web Cache, registered it with sso, updated httpd.conf and iasconfig.xml with the new virtual host and ran ptlconfig.
Has anyone successfuly implemented a similar configuration?
Is it possible to have a mixture of http and https virtual hosts with SSL termination at the LBR?
Thanks in advance,
Andy

Yeah, in the app server admin guide for SSL configuration:
17.3.5 Enabling SSL in Virtual Hosts
You can use virtual hosts to deploy multiple Web sites on a single Oracle HTTP Server (for example, to make an application available over the HTTP protocol and the HTTPS protocol).
The Oracle Application Server Single Sign-On Administrator's Guide, section titled "Configuring mod_osso with Virtual Hosts" contains instructions on configuring an SSL virtual host to be protected by mod_osso. You cannot use name-based virtual hosting. You must use IP-based or port-based virtual hosting.
//This may be your problem - granted no symptoms were provided.

Similar Messages

  • Problems with 3D Hardware acceleration on nVidia geForce 7300

    I have a system with a Core 2 Duo CPU and a nVidia geForce 7300 graphic card. I am trying to run a 3D robotics simulation program (Webots 7.0.3) and its performance is abysmal. I never had graphic performance issues before---but then again, I never tried to run this particularly intensive simulation software. Other simulation software compiled from source (e.g. player/stage ) runs smoothly.
    Where can I start to look to find out where the problem is?
    Here is what I've been able to find out so far:
    1. Hardware acceleration seems to be enabled:
    [stefano@polus]$ glxinfo | grep -n5 "direct rendering"
    1-name of display: :0
    2-display: :0 screen: 0
    3:direct rendering: Yes
    4-server glx vendor string: NVIDIA Corporation
    5-server glx version string: 1.4
    6-server glx extensions:
    7- GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    8- GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    2. glxgears reports very poor performance: about 60FPS. The software manufacterer says their product needs around 2000FPS to run smoothly
    [stefano@polus]$ glxgears                                                                                                                                                                                                             
    Running synchronized to the vertical refresh.  The framerate should be                                                                                                                                                                       
    approximately the same as the monitor refresh rate.                                                                                                                                                                                         
    301 frames in 5.0 seconds = 60.157 FPS                                                                                                                                                                                                       
    299 frames in 5.0 seconds = 59.781 FPS                                                                                                                                                                                                       
    3. The software (i.e. Webots) is proprietary, and their linux version is built against libjpeg version 6.2. Archlinux currently runs libjpeg 8, so I had to manually install the older version.
    4. The software runs satisfactorily on my Kubuntu laptop, an old Lenovo T61 which has similar (or similarly aged) hardware. In other words, the CPU seems to be adequate and the prolem lies with the graphic setup in my Archlinux system, I believe. 
    5. I read the nvidia pages on the Arch website, the nvidia-linux pages and the Xorg pages on how to set up xorg.conf. It did not help.
    Some info on my system are appended below.
    Any hint greatly appreciated.
    Stefano
    Hardware
    CPU Version: Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz
    Graphic card: nVidia GeForce 7300/Gt/Pci/SS2
    RAM: 4 GB
    Double monitor setup with Xinerama enabled
    SW:
    Archlinux 64 bits
    Kernel: Linux 3.6.11-1-ARCH
    Graphic driver: nvidia304xx

    chris_l wrote:
    stefano wrote:
    2. glxgears reports very poor performance: about 60FPS. The software manufacterer says their product needs around 2000FPS to run smoothly
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.                                                                                                                                                                                         
    301 frames in 5.0 seconds = 60.157 FPS
    Why you get 60FPS? you have your answer there.
    I noticed that and was wondering about it. I am not familiar with glxgear at all and I am not sure about the exact meaning of the statement about framerate. But one of the developers of the software I am trying to run sent me this glxgear output, obtained on a recent Ubuntu system running under VMWare (on a Windows host, I presume):
    $ glxgears
    11030 frames in 5.0 seconds = 2205.791 FPS
    11492 frames in 5.0 seconds = 2298.289 FPS
    What gives? Are they running a different version of glxgears or is there some hidden switch in glxgears that unties it from monitor refresh rate and makes it work as a benchmark tool  (man glxgears did not report any)?

  • 2nd virtual host, and external Internet site

    The first virtual host is setup for our internal users.
    The plan is to setup a second virtual host for an external internet portal for customers.
    Do I need a second SSL certificate, and second wallet ?
    Should this run another IP and therefore need another NIC card in the application server host?

    You can use Virtual Hosts in SAP systems to deliver a specific set of ICF services. In the same host:port running the WAS you can have multiple virtual hosts each delivering a set of ICF services.
    Check this documentation
    http://help.sap.com/saphelp_nw04/helpdata/en/85/5c543aa24b511ce10000000a11402f/frameset.htm
    You use external aliases to give meaningful name for the running services. The external alias can be used to access the service.
    Check this documentation
    http://help.sap.com/saphelp_nw04/helpdata/en/78/9852bdc06b11d4ad310000e83539c3/content.htm
    Hope this helps.
    Thanks and Regards,
    Prasanna Krishnamurthy

  • Apache virtual host with OSX Server?

    I have been running OSX Server for a while now, and just recently I decided to get McMyAdmin for my Minecraft server. The web client for McMyAdmin runs on port 8080, but I wanted it on port 80. I wanted to use it with my domain, so I just created a sub domain and pointed it to my server. The problem is that OSX Server apparently doesn't let me use port 80, even when websites are turned off. I decided to delete Server and just use plain apache. This worked until I realized that my website was only accessible locally. I have all the correct ports forwarded, etc. But I get the error:
    Response Error.
    Technical description:
    502 Bad Gateway - Response Error, a bad response was received from another proxy server or the destination origin server.
    when I try to connect from outside my network. This is probably just some simple thing I missed but it would be nice if someone could just point out what I did wrong here. Back to the point, I want to know how to run the proxy to my web client on port 8080 AND ALSO run OSX Server with or without apache virtualhost.
    Thanks in advance,
    Eamon

    Web is stupidly easy - Apache has extensive support for multiple virtual hosts in a single server and will happily support as many domains/hostnames as you can throw at it.
    Mail is a little trickier since it needs to hook into some kind of directory server to validate user addresses.
    Mac OS X's Open Directory does support this, but it's a little cumbersome (basically every user has to exist in the main Open Directory domain as well as having a secondary email address(es) in the other domain(s).
    This can get especially tricky when you have users with the same shortname in different domains - for example if you give [email protected] a secondary email address of [email protected] and you then get a new user [email protected], you can't give the third 'joe' the address 'joe' in Open Directory since that's already taken. This means he'll have to login using different credentials from his email address. Confused yet? You bet.
    If you're prepared to eschew Open Directory you can just use Postfix's built-in support for virtual hosting, but it's a little more complex to setup and support and is entirely command-line based (i.e. there's no GUI for setting it up or supporting it).
    So, for that reason you might be prepared to setup multiple virtual machines for each domain. It really depends on how much the domains are related (if at all).

  • Oracle9iAS R2 - Virtual Hosts with Portal and SSO with OIDDAS application

    Hi!
    I have installed a the machine with name minsk.discover.local. The machine have installed Infrastructure and Portal. The instalation is sucessfull and i work fine. But i have publish Portal to WEB with name intranet.discover.com.br. The Oracle describe:
    1 - Create the virtual hosts in SSO and PORTAL - OK
    2 - run ptlasst to create SSO Partners Applications - OK
    After this steps iwork fine with Portal and SSO, but when i click in portlet to create user to access the application OIDDAS, the Portal redirect to login page of SSO in address mct.com.br, the internal name, when then name not responde in the internet.
    I need a help!!!!
    Marcio Mesti

    I just spoke to the Oracle App server admins, the two servers in question are clustered.
    So my question changes slightly to:
    What is the best way to install and configure a webgate for clustered Oracle App servers with mulitple virtual hosts, that are residing behind a load balancer (Traffic Manager)?
    Thanks,
    Andy

  • How to confiture virtual hosts with multiple domain names

    hello,
    I've read through some of the postings here on virtual hosts, but I thought I'd better solicit advice before I actually try some of the things I've read about.
    In a nutshell, I've purchased multiple domain names that I'd like to alias to a new site (currently it is just a subfolder in the main site directory) on my OS 10.3.x server. There is only the one main site configured right now on the box, so I know I need to set up a second "virtual site" pointing to the files in this subfolder to make it function as its own site.
    I've dabbled around with the sites settings in the GUI, but I'd probably be most comfortable setting all this up in the httpd.conf by hand if I could. But I'm weary of this because I know it might be better to use the GUI because of OS X Server's flavor of WebObjects and Apache (sigh).
    So, I have two main questions:
    1) How would I set up this second site using the GUI in server settings? Do I need to first move the subfolder out of the main folder before it can be designated its own site? Or can I just point to it in the GUI? Can I use one of my purchased domain names in the domain field?
    2) Currently, I have URL Forwarding set with my multiple domain names, but I'm thinking there might be a better way to do this? For SEO I'd rather use some type of redirect rather than being penalized by search engines for having what looks to be multiple domains pointing to the same site.I'm thinking I should create virtual sites for each domain name I've purchased with a hard redirect back to the main site?
    Any suggestions would be appreciated.
    Thanks
    G4 Mac OS X (10.3.9) 10.3.9 Server
    G4 Mac OS X (10.3.9) 10.3.9 Server

    thank you for your reply.
    > You can create each site as a new Site in Server
    Admin. When you do this you can choose any
    directory on disk as the document root for each
    site.This means you can move the sites' folders out of
    /Library/WebServer/Documents if you like - you could
    create /Library/WebServer/site1,
    /Library/WebServer/site2, etc. (or even be outside of
    /Library/WebServer if you want).
    so, are you are saying that I could designate one site to be
    /Library/WebServer/Documents/site1
    and another to be
    /Library/WebServer/Documents/site1/directory1
    even though directory1 is contained within site1's structure? I'm not advancing this as a good idea, necessarily. I'm just wondering if Apache would complain.
    > Each site should have the domain name set as per your
    registered domains. Apache will need this to
    determine the correct site to serve for each
    request.
    Well, after some additional research I'm thinking I'm missing a critical piece of the puzzle. That being access to the DNS host server that manages the context of my server. I have purchased domain names through an outside registrar that point to my site and I can create virtual hosts on my server, but I don't have the ability to add the new virtual host names into the DNS server that manages my box. If that makes sense. Or maybe I'm missing something?
    >
    I'm not sure why you're using URL forwarding at all.
    Without that piece of information it's impossible to
    tell you whether you should continue using them or
    not - in general there's no need to use URL
    forwarding if you have multiple Virtual Hosts setup,
    but it sounds like you have multiple hostnames
    pointing to the same content, so your needs may be
    different.
    I'm using forwarding for the reason I list above. I didn't purchase hosting with the registrar where I purchased my domain names, so they are parked on the registrar's name server with URL forwarding to my server. The DNS server that manages my box resides in a different location and I don't have the ability to add DNS entries pointing to virtual hosts that I want to set up. Am I stuck?
    G4 Mac OS X (10.3.9) 10.3.9 Server

  • Mac Pro D700 Glitches with MPE Hardware Acceleration

    Downloaded CC 2014 today on my shiny new Mac Pro and tried to do some a  simple cross dissolve transition on text but when I went to render it out to a file it came out as a garbled mess. When I turned off MPE hardware acceleration it seemed to fix this issue. Anyone else having some weird issues with hardware acceleration?
    Computer Specs:
    12 Core Mac Pro 2013
    32GB Ram
    2 x D700 6GB
    1TB Flash Storage

    scottcrozier wrote:
    Downloaded CC 2014 today on my shiny new Mac Pro and tried to do some a  simple cross dissolve transition on text but when I went to render it out to a file it came out as a garbled mess. When I turned off MPE hardware acceleration it seemed to fix this issue.
    Mega-thread on the subject here.  It's a known issue and is being worked on by Adobe, Apple, et al.

  • Adobe Premiere Pro - Crashing with OpenCL Hardware Acceleration on Export

    Hey everybody,
    One of the major reasons I decided to buckle down and pay for PPCC was the OpenCL Hardware acceleration with AMD cards. I run two AMD Radeon 7870s in Crossfire right now, and I immediately noticed a huge difference in performance when editing. When it came time to export my video, though, Premiere Pro would crash after rendering around 2% of the full video. I've tried both with and without Crossfire activated but using OpenCL with Hardware acceleration crashed my export no matter what. As soon as I turned it back to regular Mercury Playback (software only), the project rendered just fine.
    I currently have the lastest AMD drivers and have had no other issues with my card, and I also gave PPCC the latest update as well. Any idea why this might be happening? I wouldn't be surprised if I need to wait for a latest AMD driver in order to get things to work with the brand new CC apps, but I figured I'd farm my question out here just in case. I'm running on Windows 8 64 bit.

    Yes. I have problems with my new AMD 1950 3GB. I creat 2h 20 min project on premiere cc and put on all material color correction. NO lumetri. Premiere crache on export about 1h after working.
    I was editing AVCHD material and export from presets to Blu-Ray H264 and mpeg2 with the same result.
    My conf.
    Xeon E5-2620
    Asus Z9PE-D8 WS
    System&Apps disc: SSD vertex 3
    Project: veloci raptor 250GB
    Export: veloci raptor 250GB
    RAM: 32 GB
    Graf: radeon HD7950 3GB, Gigabyte
    When I switch to my old card - nvidia - GTX470 everything just go fine and my export is finish perfectly.
    I was using beta driver from amd 13.4.
    It is confusing because I bought that card especially for Premiere CC, and I was thinking to bought second one, and maybe more...
    Please help what can I do with it.
    Sory for my english

  • Question about Virtual Hosts with Apache 2

    Hi,
    I have a mac mini with 10.5.4 and I was wondering if it is possible to host two websites on this one computer. What I mean by this is I have an ip address 12.34.56.78 that points to the mac mini.
    I also have two domain names, say example1.com and example2.com, each with total DNS control. Is it possible to point both domains to 12.34.56.78 and have different pages show. For example when example1.com is loaded, the file /Library/WebServer/Documents/example1/index.html is loaded. When example2.com is loaded, /Library/WebServer/Documents/example2/index.html is loaded.
    I have tried to do this with virtual hosts, but I can't seem to get it to work. I seem to have permission problems with apache 2 and I get the forbidden error.
    If anyone knows if this is possible, and how to do it that would be of great help. Thanks.

    Awesome, thanks David! I look forward to reading this. I've
    just been
    "dealing" with it. :O)
    Jon
    "David Powers" <[email protected]> wrote in message
    news:elh9uq$el0$[email protected]..
    >I have written a short tutorial on setting up virtual
    hosts in Apache 2.2
    >on Windows. I wrote it as an update for readers of
    "Foundation PHP for
    >Dreamweaver 8", but it contains full instructions, so
    doesn't require a
    >copy of my book to be able to follow it.
    >
    >
    http://foundationphp.com/tutorials/apache22_vhosts.php
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "Foundation PHP for Dreamweaver 8" (friends of
    ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

  • Serving virtual hosts with different instance of weblogic6.1

    We are using the apache plugin and weblogic6.1. Is it possible to send the request
    for each virtual host to a different instance of weblogic6.1 instance? If so how?
    For ex in my httpd.conf I want to say
    <VirtualHost abc.xyz.xom>
    WebLogicHost 192.168.10.20
    WebLogicPort 8001
    </VirtualHost>
    <VirtualHost cde.xyz.com>
    WebLogicHost 192.168.10.20
    WebLogicPort 8002
    </VirtualHost>
    Thanks in Advance
    Viren

    We have two virtual hosts for our SSO server.
    Intranet users use
    Name: sso.parlinkom.gv.at
    Address: 161.110.13.4
    but internet user use
    Name: clsso.parlinkom.gv.at
    Address: 161.110.1.17
    Yes, we have one portal.
    Thank you in advance
    Wolfgang

  • Urgent: what are "virtual host" and "external alias" used for  on SICF?

    I wonder what is their functionality?
    Please help. Points guaranteed. Thanks!

    Payal:
    Your help is great!
    The link says:
    <b>1.2.5.6
    acmegate.acme.com
    <b>acmenet.acme.com</b>
    If more than one host name is assigned to one IP address, one host name is the default name, and the others are aliases. In the table, the default name is in bold type.</b>
    We want:
    1) for all incoming requests from the internet to the ITS use:
       acmegate.acme.com(i.e. the default name. The user will type http://acmegate.acme.com:####/xxxxxx);
    2) for all responses from the ITS to the internet use:
      acmenet.acme.com(i.e. the alias. The user will get
      http://acmenet.acme.com:####/xxxxx).
    If you could help with this, I really appreciate with 10 points.
    Best regards.

  • Virtual hosting in Weblogic 6.0

    hi,
    I have created a virtual host with the name MyVirtualHost and VirtualHost names
    as mysite , in wl6.0 using the admin console.
    I have cofigured DefaultWebApp_myserver as the default web application.I checked
    the config.xml file and an entry has been made in it <VirtualHost
    DefaultWebApp="DefaultWebApp_myserver"
    Name="MyVirtual Host"
    PostTimeoutSecs="20"
    Targets="myserver"
    VirtualHostNames="mysite"
    />
    How do I access it?
    I tried http://mysite and http://mysite:7001 but I get the default "page cannot
    be displayed " page with IE.
    Any Help?
    Thanx
    Sunil

    Not quite sure what the question is, but the answer most likely rests in wl 6.0 docs under "virtual
              hosting".
              Gene
              "Virendar Rana" <[email protected]> wrote in message news:3a7202b7$[email protected]..
              > I have multiple high-level DNS domain for which I want to setup Virtual Hosting in a single
              Weblogic Server 6.0?
              

  • How to disable Hardware Acceleration in Config file?

    Hi,
    We are planning to deploy Firefox 4 firm-wide but have found that some of the test pcs are having issue with the Hardware Accelerator. Is there a way to turn it off via a config file or something similar so we can include it in the deployment?
    Thanks,
    Anch

    You're welcome.

  • A second virtual host is deaf

    Apache 2 and Tomcat 4.0 work together here on an NT as long as httpd.conf sees the Tomcat contexts denoted as a virtual host with the same name as the host : "host1".
    So, I am trying now to use a second virtual host "host2" on my machine "host1".
    I can still reach the contexts on host1 with http://host1/things
    but should this also work? : http://host2/otherthings
    must I give my system 2 (two) ip addresses in order to have a second virtual host? Seems strange.

    yes and the link you posted before does actually mention this fairly important issue
    Of course, you can't just make up names and place them in ServerName or ServerAlias. You must first have your DNS server properly configured to map those names to an IP address associated with your server.i suspect that is you want to test on win network if you don't want to mess about with dns you might be able to do some bejiggery in the LMHOSTS file that would have the same effect.
    if you want to just test virtual hosts in general. one thing that also might work is using machine name(s) as well as the ip's
    for example if the machine is called host1 and has an address of 192.168.100.10 then i think you could set up three sites.
    the "real" (default) site.
    192.168.100.10
    127.0.0.1
    virtual host 1
    host1
    virtual host 2
    localhost
    i think these would work although the last one would only work from the server itself. see virtual hosting uses the host header passed in HTTP so as long as you can have different ones that end up going to the same place you can invent some virtual hosts for testing.

  • Virtual Hosts and CF Server Install

    CF8
    FC8 (yes I know it really has to be RHEL for support)
    Apache 2.2.6
    I am testing out a new webserver for a client. We are trying
    to use apache virtual hosts with a single instance of CF8. This
    will just be a few virtualhosts, not a large amount.
    After some difficulty with installations and the connector I
    was able to get CF8 running with apache. After setting up the
    virtualhosts I only could get to the CFIDE directory after adding
    it as an alias in the virtualhost config.
    If I try to pull up a test cfm file in a virtualhost site CF
    reports file not found. Yet it will pull up the administrator site.
    I assume thats because the /CFIDE path matches that in the main
    webserver root directory.
    Can I run a single instance of CF across apache and its
    virtualhosts? I know CF is running in the VirtualHosts as its an
    error screen from CF. However it just seems like CF is very
    confused when it comes to directory paths.

    I've been fighting the issue all day long. I was so glad to
    come across your post. Unfortunately, there was no answer attached.
    :-( I've figured it out in my install. Hopefully it will be of
    benefit to you.
    Turns out the problem was a permissions error. When
    Coldfusion couldn't read my virtualhost's directory it defaulted to
    the standard wwwroot. To fix it I did a "chmod -R a+rX
    /home/jason/public_html. Then I tried loading the page again and
    all was good.

Maybe you are looking for

  • XML publisher responsibility

    Experts, Through XML publisher responsibility , i am creating a data defintions and when i click the tab apply the next screen displays the error as # oracle.jbo.TooManyObjectsException: JBO-25013: Too many objects match the primary key oracle.jbo.Ke

  • Photoshop Album

    I am not able to find the Photoshop Album forum.Has it been removed or it is still there ? If it is still there where can I find it?

  • FIELD SELECTION KEY

    Hi,        I have a query regarding Field Selection Key. I want to know the difference between Field Selection Keys AKTH, ME21, and ME21N. I have observed during Testing that, AKTH and ME21N are almost the same. But, I like to know the difference. Wh

  • How can I enlarge the calendar section for full-time events?

    Hi folks, since the update to ios 5 the calendar section at the top of the daily view (with full-time events) is limited in size. If I enter more than two messages I have to scroll to see all events. This is annoying since I typically miss the birthd

  • Essbase Studio Fails Validation  - Incorrect Server.properties path

    I've tried to figure this out on my own, but I just can't seem to get it. During the validation script of EPM 11.1.1.3 (Windows Server 2k3), I get the following error for Essbase Studio: Start running Essbase Studio Server Essbase Studio Server faile