Mapping subdomains

Okay, I've looked through other posts regarding subdomains, and I can't see the answer (it may be there, but I can't locate it).
I'm running 10.4.9 Server on an internal corporate network. I've been given two sub-domains. Both point to my server's internal IP address (correct CNAME settings on the internal DNS from what I understand).
I'd like http://sub1.company.com to point to one location /Library/WebServer/Documents/sub1.
And I'd like http://sub2.company.com to point to /Library/WebServer/Documents/sub2.
I've tried creating sub1.company.com, any address, port 80 and sub2.company.com, any address, port 80 in Sites. Both point to the folder their respective HTML is located in. Performance cache is also turned off (due to other issues I've seen and experienced).
That should be right. I shouldn't have to create aliases (or aliasmatches - which I don't really understand)?
15" 2.33Ghz MacBook Pro   Mac OS X (10.4.9)   2xG5 Xserve

Your post doesnt actually say what the problem is, just what you have done?
Im assuming its either something like sub2.company.com is displaying sub1.company.com information when accessed? if thats the case, look to remove the '*' from sub1.company.com in the alias and redirects page.
If neither sites can be accessed it looks like you have done everything right your end, so might be a DNS issue. Turn off the DNS on your server and let the corporate body take over and see how that fairs?
Mat.
G4   Mac OS X (10.4.1)  

Similar Messages

  • Second Level Subdomains | wildcard domains on Azure don't work as expected

    Hi,
    We're having issues with the Custom Domain functionality of Azure Websites.
    In short, a wildcard CNAME record has been set up to point to the Azure Website instance:
    *.mydomain.com -> mydomain.azurewebsites.com
    In Azure portal, in the custom domains section, the wildcard is also set up with a valid entry
    e.g. *.mydomain.com (record in custom domains section).
    Problem:
    visiting www.level2.mydomain.com results in a 404 error from Azure 'Error 404 - Web Site not found!' etc.
    Every other single-level subdomain gets through fine e.g. level1.mydomain.com is fine.
    Question:
    Are we doing something unsupported here?
    Thanks in advance,
    H

    Hi Petr,
    Many thanks for your response!
    With the knowledge that double wildcard certificates are not supported with Azure Websites, I set up a simple test to see if second-level subdomains would work on Azure Websites
    without SSL.
    Test:
    - a template MVC5 app, no SSL endpoint binding and a single custom domain *.mydomain.com.
    - Home controller index action with a simple redirect to another site
    - published to a Shared Azure Website instance
    - DNS entry from *.mydomain.com to <azurewebsitename>.azurewebsites.net
    - wait for everything to propogate
    Result:
    - 'Error 404 - Web Site not found!' on Azure when navigating to www.secondlevel.mydomain.com
    - Successful redirect when navigating to random.mydomain.com (where random is
    not an explicitly mapped subdomain in the DNS service: therefore, wildcard catchall is working as expected for single-level wildcard subdomains)
    Assessment:
    The non-support of second-level subdomains is not restricted to the fact that Azure Websites don't support double wildcard certificates? The issue extends to Azure Website's non-support of double wildcard Custom Domains?
    Thanks,
    H

  • Is it actually ok to use bing maps to project onto webgl 3d models?

    See: http://potree.org/demo/experimental/potree_map_projections/examples/viewer_proj.html
    This is just experimental but I'd love to support Bing in the next stable release.
    The project is a webgl point cloud viewer. Open Source and free to use.

    The Bing Maps tile can be used in custom map controls, however the tiles need to be accessed using a specific method. The URL t the map tiles changes from time to time. This can cause your application to break. To prevent this your application should call
    the Bing Maps Imagery Metadata service when it loads to get the current map tile URL. This also serves as a way to authenticate the usage of the Bing Maps data in your application.
    Documentation
    on this service can be found here:
    http://msdn.microsoft.com/en-us/library/ff701716.aspx
    Making a request to the imagery service like this:
    http://dev.virtualearth.net/REST/V1/Imagery/Metadata/Road?output=json&include=ImageryProviders&key=BingMapsKey
    This will return a response that contains an Image URL property. This URL will look something like this:
    http://ecn.{subdomain}.tiles.virtualearth.net/tiles/r{quadkey}.jpeg?g=129&mkt={culture}&shading=hill&stl=H
    You can then replace the different parts of the URL to create each tile. The subdomain can be a value of t0, t1, t2, t3. Using a different one for each tile request you can increase performance by get around browser URL request limits
    i.e. many browsers allow up to 8 concurrent requests to the same domain. Using subdomains allows up to 8 requests per subdomain. The culture value can be any value that is documented under the imagery section here:
    http://msdn.microsoft.com/en-us/library/hh441729.aspx The quadkey value can be calculated based on the zoom level and the tile you wish to render. Information on the tile system along with
    some useful code can be found here:
    http://msdn.microsoft.com/en-us/library/bb259689.aspx
    http://msdn.microsoft.com/en-us/library/aa940990.aspx
    In addition to this, the query will also return information on the imagery providers and copyright information which should be displayed with the imagery.
    Licensing queries can be sent here:
    http://www.microsoft.com/maps/contact-us.aspx
    http://rbrundritt.wordpress.com

  • Using URL maps to search for a particular sub-domain in a URL

    Hi Guys,
    Seem to be having some trouble with URL maps, and trying to search for a particular sub-domain in a URL.  Let me explain:
    We will have a number of applications frontended by our CSM VIP such as:
    sftp.poc.monash.edu.au
    callista.poc.monash.edu.au
    I'm trying to get the CSM via policies and URL maps, to search for say "callista" and direct this traffic to a particular farm as below...however when i use the match statement the connections are dropped.
    map CALLISTA url
      match protocol http url *callista*
    map CALLISTA-SFTP url
      match protocol http url *sftp*
    policy CALLISTA
      url-map CALLISTA
      sticky-group 197
      serverfarm CALLISTA
    policy CALLISTA-SFTP
      url-map CALLISTA-SFTP
      sticky-group 198
      serverfarm CALLISTA-SFTP
    vserver CAL-POC-DECVIP
      description decrypt VIP for SERVERFARM CAL-POC
      virtual 172.16.11.116 tcp www
      persistent rebalance
      parse-length 4000
      slb-policy CALLISTA
      slb-policy CALLISTA-SFTP
      inservice
    So i'm wondering if there is a better regular expression statement i can use to ensure that all the traffic that has "callista" in the URL is directed to a particular farm?
    thanks
    Sheldon

    Having a read through the CSM config guide I think i may have found the answer.  I noticed that the URL maps only work on searching a "path' after the domain e.g. the presence of either "index" or "cep":
    callista.poc.monash.edu.au/index.html
    or
    callista.poc.monash.edu.au/cep/
    I've tested the above logic and this holds true....therefore there doesn't seem to be a way of searching for a "subdomain" in the URL as opposed to various bits of a "path".  That is i'd like to search for "callista" or "admissions" instead of the path
    callista.poc.monash.edu.au
    or
    admission.poc.monash.edu.au
    Can someone confirm this one way or another?  And if the sub-domain search is not possible, are there alternatives to getting it to work?!
    thanks
    Sheldon

  • GNS vip role without subdomain

    Hi All,
    By using GNS with sub-domain ,we will get dynamic allocation of VIP's & Scan IP from DNS sub-domain.This makes easier addition & deletion of nodes in the cluster.
    But I have few doubt in GNS configuration without sub-domain. In this configuration just GNS vip entry to be made in DNS to install Oracle 12C RAC with ASM flex. I would need help to understand following.
    1. What is the role of GNS vip without subdomain?
    2. What is the necessity of GNS vip with ASM flex installation.
    Regards,
    Rajdeep  

    hi
    Manually configuring VIP using VIPCA. Similar to executing OUI, executing VIPCA requires that the terminal from where this installer is run should be X-windows compatible. If not, an appropriate X-windows emulator should be installed and the emulator invoked using the DISPLAY command using the following syntax:
    export DISPLAY=<client IP address>:0.0
    For example:
    [oracle@oradb1 oracle]$export DISPLAY=192.168.2.101:0.0
    Immediately after executing root.sh from the command prompt on node oradb1 (or the node from where the add node procedure is being executed) invoke VIPCA also as root. (VIPCA will also configure GSD and ONS resources on the new node.)
    Welcome - click on Next.
    Step 1 of 2: Network Interfaces – A list of network interfaces are displayed; select the network public network interface to which the VIP will be assigned/mapped. Normally it is the first interface in the list (eth0); however, in this specific situation, since bonding is enabled for the private interconnect and the list is displayed in alphabetical order, the bond0 interface will be on the top of the list. Click on Next when complete.
    Step 2 of 2: Virtual IPs for cluster nodes – For each node name in the list, provide the VIP alias name and the Virtual IP address in the appropriate columns. Click on Next when complete.
    Summary - A summary of the current selected configuration is listed. Click on Finish when all settings are correct.
    Configuration Assistant Progress Dialog – This screen displays the progress of the VIP, GSD, and ONS configuration process. Click on OK when prompted by VIPCA.
    Configuration Results – This screen displays the configuration results. Click on Exit to end VIPCA
    hope this helps
    zekeriya

  • Leopard Web-Server with Subdomains?

    Hi,
    I am new to Leopard and maybe have a simple question – but it seems I cannot solve it by myself
    I run Leopard Server 10.5.1 in a small company and would like to use the web-service with a subdomain.
    My standard webserver url is: server.form-one.intern (uses standard webserver/documents folder)
    Desired Subdomain: f1.form-one.intern (should use user/admin/sites folder)
    So I set up a dns-service primary zone: form-one.intern with machine server to local IP 192.168 ...
    If I now type server or server.form-one.intern in Safari it shows the webserver/documents site. Works great.
    But when I type f1.form-one.intern it shows an error: server not found.
    What must I do? I think I tried everything
    Kind regards,
    Carlo

    What must I do? I think I tried everything
    Well, for a start you have to add f1.form-one.intern to your DNS so that the name resolves to an IP address.
    If the name is going to map to the same machine as server then you can just add 'f1' as an alias to 'server' in the DNS.
    That way you'll at least get 'f1.form-one.intern' to resolve to your server.
    The second step is to configure a virtual host in Apache that corresponds to the 'f1' site.
    In Server Admin, add a site to the web server configuration and set its name to 'f1.form-one.intern', and set the DocumentRoot to the directory that corresponds to this site.
    Now whenever Apache sees a request come in for the f1.form-one.intern server it will route the request through the second virtual host rather than the first.

  • CSM - How to redirect subdomains

    Hi,
    We have need to redirect subdomains through the CSM to various parts of our normal production website. For example, we want to be able to go to "http://whatwedo.company.com" and then we want to automatically redirect them to "http://www.company.com/aboutus/mission/whatwedo.htm."
    We are trying to come up with a standard way to support this functionality, as creating more subdomains is very likely in order to shorten the URLs for being printed in advertising. My question is what is the best way to do this with the CSM? Should I use a URL map and corresponding policy map?
    We can dedicate a single VIP to listen for all subdomains, and that VIP would be separate from our production website's VIP.
    Any and all help is appreciated!

    So, can I do this with one URL-map, policy-map, and multiple redirect serverfarms? Or, will I have to have a unique URL-map, policy-map, and redirect serverfarm for each subdomain?
    Thanks again!

  • Create a website that maps a port

    I have done this before in the past, by manually editing the apache config files and setting up a virtual host.
    What I want is, suppose I have tomcat on the mini server, running on 8080. I want to make a site that maps a subdomain name to it, so I don't have to include the port number in the URL.
    Just wondering if anyone knows of a new way to do this without manually editing and thus potentially falling in the hole of touching things that can get hosed up easily.
    Thanks.

    Content Management Systems (CMS) come big and small.  The one you choose depends on
    a) your skills as a web developer and
    b) your client's requirements.
    WordPress began as an open source blogging system but it's much more than that now.  Widgets and other plug-ins make it possible to use as a CMS - requires PHP & MySql database.  ++ Learning curve for first time theme builders but well supported by many hosts.  http://WordPress.org
    Joomla is open source CMS with hundreds of extension modules.  Requires PHP & MySql databases.  http://www.joomla.org/
    Drupal is like Joomla on Steroids.  Drupal is a good CMS plattform for enterprise level sites. Requires PHP & MySql databases. http://drupal.org/
    Adobe In Context -  Free & Simple to use in its BETA form, but pricing changes later on might make it too costly.  http://www.adobe.com/products/incontextediting/
    Cushy CMS - Very simple. No programming or database required.  Editing is done on  their servers.  Watch the video to see how it works. http://www.cushycms.com/  This might be all you need for a 5-6 pg site.
    NanoCMS -  Resides on your server.  Simple to use. Requires PHP - no database needed. http://nanocms.kalyanchakravarthy.net/
    Content  Seed - Resides on your server.  Available in ASP, PHP, or ASP.net versions -  no database needed.  http://contentseed.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Subdomain on another server

    I have searched the forums and manuals without finding exactly what I'm looking for (even though many similar cases showed up, but I couldn't figure it out anyway), so I give this a try.
    I have a Filemaker server with a database that I want to assign a subdomain to. The Filemaker server is not the same as the webserver.
    The domain is: mydomain.com
    I want the subdomain fm.mydomain.com to point to the Filemaker server. In fact, I have an URL that I want it to point to, eg:
    http://12.32.12.32:80/fmi/iwp/cgi?-db=database&-loadframes
    I don't understand if I should change something on the DNS's or the Webserver.
    Also, If i skip the subdomain and use mydomain.com/fm - would it be easier or better?
    Tia,
    /andreas

    - If I want to point "fm.mydomain.com" to another folder on my webserver (where the domain is pointing to), I can do that with Server Admin with no problems. But you mean that if it's another server/url you must do this on the DNS?
    Yes. Of course.
    A DNS hostname does little more than map to an IP address because names are easier for us humans to remember than IP addresses are.
    If you want to use a different server, that server has to have a different IP address and therefore the DNS name points to the corresponding IP address.
    It is possible to have multiple names pointing to the same IP address, but it isn't possible to have the same IP address point to multiple machines (without some kind of load balancer).
    >- I have access to the domain (on Zoneedit.com) and I understand that under normal circumstanses you should make a new A record. But in this case I also need the url. The FM Server is an OS X client and maybe I should struggle with the vhost config on that one, but it doesn't feel the right way to go...?
    DNS knows nothing about URLs at all. All it will do is map to the IP address you specify in the A record. Once you have the IP address in the zone you can add whatever URL you like.
    You cannot, for example, have host.domain.com/site1 point to one machine and host.domain.com/site2 point to another machine. The DNS only works on the 'host.domain.com' element. Everything after that is up to the application running on that machine to process.

  • Remote System and Remote Key Mapping at a glance

    Hi,
    I want to discuss the concept of Remote System and Remote Key Mapping.
    Remote System is a logical system which is defined in MDM Console for a MDM Repository.
    We can define key mapping enabled at each table level.
    The key mapping is used to distinguish records at Data Manager after running the Data Import.
    Now 1 record can have 1 remote system with two different keys but two different records cannot have same remote system with same remote key. So, Remote key is an unique identifier for record for any remote system for each individual records.
    Now whenever we import data from a Remote System, the remote system and remote key are mapped for each individual records. Usually all records have different remote keys.
    Now, when syndicating back the record with default remote key is updated in the remote system that is sent by xml file format.
    If same record is updated two times from a same remote system, the remote key will be different and the record which is latest contains highest remote key.
    Now, I have to look at Data Syndication and Remote key.
    I have not done Data Syndication but my concept tell if there is duplicate record with same remote system but different remote keys both will be syndicated back. But if same record have two remote keys for same remote system then only the default remote key is syndicated back.
    Regards
    Kaushik Banerjee

    You are right Kaushik,
    I have not done Data Syndication but my concept tell if there is duplicate record with same remote system but different remote keys both will be syndicated back.
    Yes, but if they are duplicate, they needs to be merged.
    But if same record have two remote keys for same remote system then only the default remote key is syndicated back.
    This is after merging. So whichever remote key has tick mark in key mapping option(default) , it will be syndicated back.
    Pls refer to these links for better understanding.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/80eb6ea5-2a2f-2b10-f68e-bf735a45705f
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/7051c376-f939-2b10-7da1-c4f8f9eecc8c%0c
    Hope this helps,
    + An

  • Error while deleting a mapping

    Hi all,
    I am getting the following error while deleting a mapping. My client version is 10.2.0.4.36
    API5072: Internal Error: Null message for exception. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    oracle.wh.util.Assert: API5072: Internal Error: Null message for exception. Please contact Oracle Support with the stack trace and details on how to reproduce it.
         at oracle.wh.util.Assert.owbAssert(Assert.java:51)
         at oracle.wh.ui.jcommon.OutputConfigure.showMsg(OutputConfigure.java:216)
         at oracle.wh.ui.common.CommonUtils.error(CommonUtils.java:370)
         at oracle.wh.ui.common.WhDeletion.doActualDel(WhDeletion.java:512)
         at oracle.wh.ui.common.WhDeletion.deleteObject(WhDeletion.java:203)
         at oracle.wh.ui.common.WhDeletion.deleteObject(WhDeletion.java:283)
         at oracle.wh.ui.jcommon.tree.WhTree.deleteItem(WhTree.java:346)
         at oracle.wh.ui.console.commands.DeleteCmd.performAction(DeleteCmd.java:50)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Thanks in advance!
    Sebastian

    These type of Internal Errors are all too common in OWB and it's difficult to diagnose the exact problem.
    I'd suggest closing the Design Centre, going back in and trying to delete it again, this will often resolve Internal errors.
    There's also an article on Metalink Doc ID: 460411.1 about errors when deleting mappings but it's specific to an ACLContainer error, so may or may not be of use.
    One of the suggestions is to connect as the Repository Owner rather than a User and try to delete the mapping.
    Cheers
    Si
    Edited by: ScoobySi on Sep 10, 2009 11:44 AM

  • FileName in ABAP XSLT Mapping

    Dear SDN,
    In an integration scenario we are using sender File Adapter and a  ABAP XSLT Mapping.
    Is there any way to get the source FileName from such mapping.  Im trying to use the adapter-specific message attributes, but it doesn't work, and I didn´t find an example, probably I and doing somthing wrong.
    regards,
    GP

    Thank you for your help,
    I just try to access the adapter-specific attibutes using:
    <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:key="java:com.sap.aii.mapping.api.DynamicConfigurationKey">
    <xsl:variable name="filename"  select="key:create('http://sap.com/xi/XI/System/File', 'Directory')" />
    </xsl:stylesheet>
    but the following error raised:
    <SAP:Stack>Error while calling mapping program YXSLT_TEST (type Abap-XSLT, kernel error ID CX_XSLT_RUNTIME_ERROR) Call of unknown function</SAP:Stack>
    have you had this situation?

  • Sample source code for fields mapping in expert routine

    Hi All
    Iam writing the expert routine from dso to cube for example I have two fields in dso FLD1,FLD2
    same fields in infocube also ,can any body provide me sample abap code to map source fields to target fields in expert routine,your help will be heighly appreciatble,it's an argent.
    regards
    eliaz

    Basic would be ;
    RESULT_FIELDS -xxx = <SOURCE_FIELDS> -xxx
    you have the source fields as source, and result fields for as the target. In between you can check some conditions as in other routines of transformation.
    BEGIN OF tys_SC_1, shows your source fields ( in your case DSO chars and key figures)
    BEGIN OF tys_TG_1, , shows your result fields ( in your case Cube characteristics)
    Hope this helps
    Derya

  • How can I distinguish different action mapping in one ActionClass file?

    I would like to create a ActionClass which will handle 3 mapping which comes from /add, /show or /del.
    My question is how can I change the code so that the ActionClass servlet can distinguish the request from different url mapping ? Can anyone give me some short hints? Thx.
    struts-config.xml
    <action-mappings>
    <action name="MemberInfoForm" path="/add" scope="request" type="com.myapp.real.MemberAction">
    <action name="MemberInfoForm" path="/show" scope="request" type="com.myapp.real.MemberAction">
    <action name="MemberInfoForm" path="/del" scope="request" type="com.myapp.real.MemberAction">
    </action-mappings>MemberAction.class
    public class MemberAction extends org.apache.struts.action.Action {
        private final static String SUCCESS = "success";
        public ActionForward execute(ActionMapping mapping, ActionForm  form,
                HttpServletRequest request, HttpServletResponse response)
                throws Exception {
            return mapping.findForward(SUCCESS);
    ...

    http://struts.apache.org/1.2.x/api/org/apache/struts/actions/MappingDispatchAction.html
    http://struts.apache.org/1.2.x/api/org/apache/struts/actions/DispatchAction.html
    Thank you so much for all of your suggestion.
    I read the document of MappingDispatchAction and its note say:
    NOTE - Unlike DispatchAction, mapping characteristics may differ between the various handlers, so you can combine actions in the same class that, for example, differ in their use of forms or validation.........
    I wonder in DispatchAction, we can also have various forms or validation as MappingDispatchAction does, just by using different name in the action tag, for example:
    <action input="/p1.jsp" name="MForm1" path="/member" scope="session" parameter="action" type="com.myapp.real.MemberAction">
    <action input="/p2.jsp" name="MForm2" path="/member" scope="session" parameter="action" type="com.myapp.real.MemberAction">
    <action input="/p3.jsp" name="MForm3" path="/member" scope="session" parameter="action" type="com.myapp.real.MemberAction">Hence, it is not the difference as stated from the NOTE, right?
    Edited by: roamer on Jan 22, 2008 10:32 AM

  • How can I save to the same map every time when printing pdfs?

    How can I save to the same map every time when printing pdfs?
    Finder points to the document map even when I chose a different map recently.
    I often print series of pdfs from the print dialog box, I'd like to choose the map to save to and then have all subsequent pdf prints automatically directed to the same map until I decide otherwise.

    that link seems to be broken right now:
    403 Error - Forbidden  - No cred, dude.

Maybe you are looking for