Hosting different hostname question.

I know windows server can host two different hostname use port 80 together. in windows call it "Advanced Multiple Web Site Configuration".I running a osx server 10.4 with web service,Is it possible actualize same function on my server?
Appreciate any thread.

Short answer: Launch Server Admin, pick the server, select Web, select Sites, and off you go.
What is probably a better answer: details on the configuration and operation of Apache on Mac OS X Server are available in the [Apple Mac OS X Server documentation|http://www.apple.com/server/macosx/resources>, and specifically in the Web Services Administration 10.5 manual. There's a section on managing multiple web sites available in that document.

Similar Messages

  • My account asks me to change my password every week for no reason and i have different security questions for the same account

    My account asks me to change my password every week for no reason and i have different security questions for the same account

    Does the iPod connect to other networks?
    Does the iPod see the network?
    Any error messages?
    Do other devices now connect?
    Did the iPod connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Try changing the security on the router. Start with no securty as a test.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • The version of the LabVIEW NI SoftMotion Module installed on the host differs from the version installed on the RT target.

    Hi,
    i got this problem when i want to deploy the project with softmotion 
    https://www.dropbox.com/s/at9r9w667i00qja/qqqqqq.png
    NI SoftMotion:  The version of the LabVIEW NI SoftMotion Module installed on the host differs from the version installed on the RT target. 

    Hi Eng.Tareq
    It would be better if you can give more information
    1. What is the software version are you using?
    2. What is your target hardware?
    You can check the above information by open MAX -> under software tab of both computer and you target
    I suspect that the software version of your host computer and the target is difference as state in the picture attached.
    TuiTui

  • Anyconnect: unable to connect to host by hostname through VPN

    VPN AnyConnect is connected successfull. DNS-lookup (for private and public hosts) is successfull. Ping hosts by IP is successfull.
    Problem:
    Ping or connect private hosts by hostname is failed (but sometimes works). When I try to connect VPN using other ISP, the problem is solved.
    In what reason?! There are ideas?
    AnyConnect 3.1.00495
    ASA5510, Version 8.4(4)1

    Try using fully qualified domain name.
    Sent from Cisco Technical Support iPad App

  • Oracle 11gR2 RAC VM and SCAN and DNS and /etc/hosts (two) setup questions

    Hi,
    I am looking forward to setting up two Oracle 11gR2 RAC instances
    on my Oracle VM test machine.
    I plan on using the Oracle 11gR2 RAC VM template.
    I want the final Oracle 11gR2 RAC instances to have SCAN that uses DNS.
    The DNS will be pre-installed in the JeOS.
    My first simple question about the setup is the following.
    In my DNS name file, for example,
    /var/named/chroot/var/named/milkyway.univ.db
    do I need to provide the racnode1 and racnode2 information,
    for example,
    # DNS name file (snippet)
    myjeos IN A 192.168.1.150
    racnode1 IN A 192.168.1.161
    racnode1-vip IN A 192.168.1.163
    racnode2 IN A 192.168.1.162
    racnode2-vip IN A 192.168.1.164
    rac-scan IN A 192.168.1.131
    rac-scan IN A 192.168.1.132
    rac-scan IN A 192.168.1.133
    Or, can I just provide only the rac-scan information
    # DNS name file alternate (snippet)
    myjeos IN A 192.168.1.150
    rac-scan IN A 192.168.1.131
    rac-scan IN A 192.168.1.132
    rac-scan IN A 192.168.1.133
    What I am getting at is the following.
    Within the install process, will racnode1, racnode1-vip, racnode2,
    and racnode2-vip host names and their IP address be written
    to the RAC instances /etc/hosts files? (So I should not bother
    to put them in the DNS name file like '# DNS name file alternate (snippet)'?)
    Or, should I put the racnode and racnode-vip host names and IP addresses
    in the DNS name file like '# DNS name file (snippet)'?
    The second question is the following.
    Are the cluster name and the scan name allowed to be different?
    Currently, I would plan them to be different,
    for example, rac-cluster and rac-scan.
    Or, are they required to be the same,
    for example, rac-cluster and rac-cluster.
    Thank you.
    AIM

    AIM wrote:
    do I need to provide the racnode1 and racnode2 information,
    Or, can I just provide only the rac-scan information You need to provide all of it in DNS, because other hosts in your network will need to be able to resolve all of the normal, VIP and SCAN addresses for your RAC nodes. We write this data out to /etc/hosts just to reduce the amount of round-trip DNS requests the cluster nodes make for themselves.
    Are the cluster name and the scan name allowed to be different?They can be different.

  • /etc/hosts, /etc/hostname.bgeN configuration

    I am writing this to get help.
    I have a Solaris 10 box.
    bash-3.00$ uname -a
    SunOS soft19 5.10 Generic_125100-10 sun4u sparc SUNW,Netra-240
    I have the following stuff on this box,
    bash-3.00$ cat /etc/hosts
    # Internet host table
    127.0.0.1 localhost
    10.9.48.244 soft19-bge1 Secondary
    10.9.16.121 soft19 loghost
    #10.9.48.244 soft19 Secondary
    bash-3.00$ cat /etc/hostname.bge0
    soft19
    bash-3.00$ cat /etc/hostname.bge1
    soft19-bge1
    bash-3.00$ ifconfig -a
    lo0: flags=2001000849 mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    bge0: flags=1000843 mtu 1500 index 2
    inet 10.9.16.121 netmask ffffff00 broadcast X.X.X.255
    bge1: flags=1000843 mtu 1500 index 3
    inet 10.9.48.244 netmask ffffff00 broadcast X.X.X.255
    In our code base, we have the following,
    struct hostent *hp;
    hp = ACE_OS::gethostbyname(myhostname); // myhostname is soft19
    hp->h_addr_list[0] will give 10.9.16.121
    Everything is correct here!!
    Now I change the configuration a bit,
    bash-3.00$ cat /etc/hosts
    # Internet host table
    127.0.0.1 localhost
    #10.9.48.244 soft19-bge1 Secondary
    10.9.16.121 soft19 loghost
    10.9.48.244 soft19 Secondary
    and now
    hp->h_addr_list[0] will give 10.9.16.121
    hp->h_addr_list[1] will give 10.9.48.244
    but when I reboot the system, I get the following,
    bash-3.00$ ifconfig -a
    lo0: flags=2001000849 mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    bge0: flags=1000843 mtu 1500 index 2
    inet 10.9.16.121 netmask ffffff00 broadcast X.X.X.255
    bge1: flags=1000843 mtu 1500 index 3
    inet 0.0.0.0 netmask ffffff00 broadcast X.X.X.255
    And I know this is because
    bash-3.00$ cat /etc/hostname.bge1
    soft19-bge1
    Now I change /etc/hostname.bge1 to have just soft19
    and I reboot the system and what I see is this
    bash-3.00$ ifconfig -a
    lo0: flags=2001000849 mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    bge0: flags=1000843 mtu 1500 index 2
    inet 10.9.16.121 netmask ffffff00 broadcast X.X.X.255
    bge1: flags=1000843 mtu 1500 index 3
    inet 10.9.16.121 netmask ffffff00 broadcast X.X.X.255
    Which is correct again!
    Now my question is
    With this
    struct hostent *hp;
    hp = ACE_OS::gethostbyname(myhostname); // myhostname is soft19
    I want to have the following,
    hp->h_addr_list[0] will give 10.9.16.121
    hp->h_addr_list[1] will give 10.9.48.244
    How can I get this even if the system reboots?

    Hi, Thanks, but I know this. And was expecting the same.
    But my question still remains unanswered..
    How to tweak /etc/hosts and /etc/hostname.bgeN files for....
    With this code
    struct hostent *hp;
    hp = ACE_OS::gethostbyname(myhostname); // myhostname is soft19
    I want to have the following,
    hp->h_addr_list[0] will give 10.9.16.121
    hp->h_addr_list[1] will give 10.9.48.244
    One more thing, I want to get this all the time, even my system reboots.
    I know a method to get below [by modifying /etc/hosts file]
    hp->h_addr_list[0] will give 10.9.16.121
    hp->h_addr_list[1] will give 10.9.48.244
    but this will not work when the system reboots? I am looking for a permanent solution.
    Thanks,
    Atul

  • Need advice on oracle standalone/RAC hosts public hostname changes

    Hi, We just had a datacenter move and original oracle database hosts (including both standalone and RAC nodes) got changed their public hosntame, ip/vip, getway etc.
    I want to know do I have to deinstall everything then reinstall or a quicker way to deal with those?
    Thanks

    If just the public IP's or VIP's had changed this could be done without re-installing the binaries, using oifcfg and srvctl.
    However the change in hostname is not supported as per Oracle Note "RAC: Frequently Asked Questions [ID 220970.1]".
    It refers to the following to reconfigure your GI.....How to Modify or Deinstall Oracle Grid Infrastructure
    This reconfiguration will likely be quicker than a re-install.

  • OSD: different pxe, question about different wim-files

    Hi,
    Please see this question, I'm somewhat confused about the different
    wim files.
    I can see the default winpe.wim and a different wim next to it which has name winpe then environment then number (winpe.sccm0022.wim), what is this file.
    And, like in my post, why can't I use this image to import into a pxe and boot from that?
    Please advise.
    J.
    Jan Hoedt

    Hi,
    What is your goal with this? boot to SCCM and do OS deployment or what is your purpose? when dowloading the boot .wim file from a DP parameters are passed along like MP and so on. So you cannot use that .WIM file and pxe-boot from another PXE solution and
    do OSD from ConfigMgr.
    That is why Johan's unsupported solution would be the way to try it.
    http://www.deployvista.com/Blog/JohanArwidmark/tabid/78/EntryID/54/language/en-US/Default.aspx
    regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Security questions are different than questions I originally answered can't access iTunes for new ipad

    Need to answer security questions to access new iPad, security questions are different than what I originally answered.

    Doubtful.

  • Making 2 different websites question(s)

    Hello-
    I've made a simple portfolio site for myself using iWeb and publishing it directly to my Mobile Me account. It all works great.
    Now I want to make a very similar website for my wife. She will host it using her ISP. I understand I need to "publish her site to a folder." Whenever I try to do that, it publishes her stuff, plus all my site contents to the folder. Obviously, she won't need any of my pages, images, links, etc.
    So how does this work? Normally in design programs you can do a "Save As" and start a brand new file. I can't figure out how to do that with iWeb.
    Do I need to simply publish everything, my site AND hers to a folder, then go in and manually delete all my site's stuff? Seems like there'd be a chance of something going wrong if I did this.
    What if, for instance, you wanted to design ten different websites using iWeb. Every time you publish one to a folder it will automatically add all the other nine sites as well? This makes no sense to me. Am I simply missing something?
    Thanks for your help.

    jahlgren wrote:
    Should or can I rename the Domain files then?
    Yes, you can rename the Domain file whatever you want.
    Also, the article you linked to seems to specifically say to NEVER duplicate Domain files.
    Since you've already built the second site, I don't think you have a choice but to duplicate its Domain in order to separate the site out. That warning is for when you are about to create a new site/Domain file — in which case it's best to move the current Domain file from it's location so that iWeb creates a new one. ...It is confusing, but if you make backups before doing anything, you can always recover from them:
    _iWeb ’08: Backing up your Domain file_

  • Hostname Questions

    I am confused about how the MyMac.local host name is used and
    was hoping someone can help explain it.
    I have two Macs connected on the same subnet: ibookg4 and powermacg4.
    On the powermacg4 machine I have running the built in apache web server
    which is given a static IP address 192.168.1.2 and is accessible from the
    WWW via a domain name and port forwarding through my router. I also
    have remote access enabled.
    Here are some examples:
    Example 1:
    I can access the served website from the ibookg4 via the 192.168.1.2 address
    or powermacg4.local. But if I use the IP address and forget to type in the
    trailing "/" of a directory it changes to powermacg4.local and continues to
    process the index.html file in that directory.
    From the WWW, doing the same thing (leaving off the "/") results in an error
    containing can't find "www.powermacg4.local". Same thing happens from within the subnet using a Windows XP machine.
    Why does it automatically switch to www.powermacg4.local?
    Can I turn off this behavior, it's really annoying.
    Example 2:
    I was experimenting with ipfw by manually setting rules. With the remote
    login enabled, the ssh service is running and port 22 is open. If I then
    manually close port 22, I can't access the machine from the 192.168.1.2 address but I can using powermacg4.local.
    Does using the host name automatically make it trusted?
    Tagging the allow ipfw rule to log activity on the loopback device (lo*), it
    appears that when using the host name it goes through it which is different
    than by using the IP address.
    Any help would be much appreciated.
    Chad

    Why does it automatically switch to www.powermacg4.local?
    This happens if you don't specify a servername in the apache configuration file.
    Can I turn off this behavior, it's really annoying.
    yes you can turn off this behaviour.
    open your terminal application you can edit the required config file using the following command
    sudo pico /etc/httpd/httpd.conf
    scroll down approximately 356 lines using your down arrow to the line
    #ServerName new.host.name
    Uncomment the line and change new.host.name to the actual domain name of your webserver e.g
    ServerName www.mywebsite.com
    Then press control + O, then <press return> , then control + X. This closes and saves the changes you made to the conf file.
    If you then restart your webserver you should no longer have the trailing slash issue.

  • SSL with different hostname

    Hi,
    For our SAP BW system running on host serv_01 we would like to use a more functional hostname for the enduser access, e.g. sapbw. For this we have created an alias in the dns: sapbw, pointing to serv_01.
    The idea is that end users will then use sapbw in their URLs to access the system, e.g. http(s)://sapbw/sap/bw/BEx in stead of http(s)://serv_01/sap/bw/BEx. For http access this goes fine. However, when using https we encounter certificate problems. Internet explorer is giving certificate errors mentioning that the hostname mentioned in the certificate (probably serv_01?) is not the hostname in the url (sapbw).
    Did anyone try to use such a functional hostname with an alias to the technical hostname and succeeded in this? Any other ideas?
    Thanks,
    Regards,
    Bart

    Hi Sietze,
    Thanks for your answer. I indeed have things working at this moment. Problem was that I performed some previous tests and internet explorer still had some certificates loaded, causing the error messages. As you already mentioned the CN in the certificate should describe the hostname in the url. This brings us to another problem. We would like a smooth transition from the old name serv_01 to sapbw. To prevent lots of service desk calls we would temporary like both urls to point to the same BW system.
    Thus:
    https://serv01/sap/bw/bex
    and
    https://sapbw/sap/bw/bex
    To point to the same BW system (with only one server).
    However, then we would face the CN problem in the certificate. Is there any easy way to make this work? Or should we temporarely install 2 SAP Web Dispatchers on seperate servers, which redirect to the BW system?
    Thanks,
    Bart.

  • Oracle connection to different hostname

    Hi
    I want to access remote host on my current sqlplus prompt.
    Actually I have added and tested tnsnames.ora entry and it works fine
    but when i wrote query
    select count(1) from USER_NAME/password@hostname from geno.addr;
    where geno is the username and addr is the table name.
    can someone tell me the better way to run query ?
    Thanks in advance
    Jay

    A database link should help you. Go through this:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_5005.htm#sthref6315
    and this:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm#sthref4108

  • How to configure Portal (3.0.9) with different hostnames or different domains ?

    I have to configure an application based on Oracle Portal 3.0.9 with different domain names, for example: myappl.domain.com for certain internet users and myappl.domain.br for Brasilian internet users.
    Can I configure the Portal in the right way ? It should reply to http://myappl.domain.com requests by generating all its url with this first part of name and it should reply to http://myappl.domain.br requests for other users, keeping all its generated urls with the correct first part of name.

    The easiest way to provide search on just pages (not content areas) would be to crawl portal pages just like static pages. We have search partners on http://portalcatalog.oracle.com/ that can help you w/ this.

  • Changing Administrator name (different than question below)

    I adopted my friend's iMac, and I'd like to change the Administrator name. I went to Accounts, and put in the password, but wasn't sure if I should just change it there, where it says Name, or not. I don't want to cause any serious problems that will log me out or something, so I thought I'd ask first.
    Thanks

    Michael answers your question. But I recommend wiping the hard drive and reinstalling the OS and all applications from the original install discs. With a used Mac there's no way of knowing what haxies, security holes, or other junk you don't know about might have been left on it by a previous owner. Even a friend you trust could have inadvertently opened up security holes that neither of you are aware of. Wiping and reinstalling is just good security practice and it will also allow you to set what ever admin and other user account names and passwords you want.

Maybe you are looking for

  • MacBook 13 in upgrade to MacBook Pro 13

    I purchased a new Macbook 13 a month or two before the new MacBook Pro 13 came out. Is there any way to trade in the older one for a newer model? Thanks.

  • Displaying Icons in ALV Grid

    Hi, I've already searched the forum about this topic and I didn't find any thread that helped me to display the icon.  I'll post my code below, mind you, this code is just a test code so it's kinda trashy... INCLUDE: <icon>. TYPE-POOLS: slis. TYPES:

  • Text in flash?

    Hello! Refering to my other thread "Actionscript 3 game problem" - http://forums.adobe.com/thread/740284?tstart=0 Here I want to ask about inputting text in a flash file. Not the type where you choose the text tool and type in what ever text you want

  • About BOX control command in SAPScript.

    Hi, I am using the BOX control command in SapScript. Is it possible to assign the values of Xpos and Ypos dynamicalliy. In BOX XPOS 16 CH WIDTH 0 MM HEIGHT 18 MM FRAME 10 TW, i want to assign the values at runtime, instead of xpos 16 , something like

  • Safari will not open but showed activity on mac

    When I open Safari and it only showed safari bar on top and showed activity on dock and nothing on screen still can see wallpaper. I also restart and reinstall the safari and still same problem.