Hosting multiple web sites usinf personal web sharing

would someone be kind enough to give me a guide to hosting MULTIPLE web sites on a Mac Mini
i have broadband connected to my router
my mac connects to my router with an ip address of 192.168.1.150
I have registered the domain names and want to forward them to the computer hosting the web sites
how can I get each domain name to point to each different web site on my computer

This is a topic you should post to an Apache discussion group being as though Apple's personal web sharing software is Apache.

Similar Messages

  • What's the difference between a web site and a web application?

    I'm stumped trying to come up to a difference between a web site and a web application for myself. As I see it, a web site points to a specific page and a web application is more of some sort of 'portal' to content and information.
    But where I'm stuck is that a web application is still viewed through a browser (is it not?) and a web site can still view content dynamically, making the line between web site and application prety gray.
    For instance, does a web site using ASP.NET or AJAX (I assume ASP.NET is AJAX's proprietary sibling, if not, ignore ASP.NET AND concentrate on the AJAX), becomes a web application because it can retrieve data dynamically and asynchronously or would a website
    using PHP and a CMS be more of a web application because it forms the pages on request, based on the request of the client and its content in its databse?
    Or maybe I'm totally wrong here - what differenciates between a web application and a website?
    http://support.peopleperhour.com/entries/68630566--C-mon-lets-Watch-The-Other-Woman-2014-full-movie-online-free
    https://glossicom.zendesk.com/entries/68643806--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    https://cloudhance.zendesk.com/entries/68115098--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    This is totally personal and subjective, but I'd say that a website is defined by its content, while a webapplication is
    defined by its interaction with the user. That is, a website can plausibly consist of a static content repository that's dealt out to all visitors, while a web application depends on interaction and requires programmatic user input and data processing.
    For example, a news site would be a "website", but a spreadsheet or a collaborative calendar would be web "applications". The news site shows essentially the same information to all visitors, while the calendar processes individual data.
    Practically, most websites with quickly changing content will also rely on a sophisticated programmatic (and/or database) backend, but at least in principle they're only defined by their output. The web application on the other hand is essentially a program that
    runs remotely, and it depends fundamentally on a processing and a data storage backend.
    http://support.peopleperhour.com/entries/68125597--%D0%BC-v%C9%AA%C9%9Bc-%C3%A4st-Watch-The-Lucy-2014-full-movie-free
    https://cloudhance.zendesk.com/entries/67541393--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    http://support.peopleperhour.com/entries/68168787--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    https://glossicom.zendesk.com/entries/68161538--Watch-The-Godzilla-2014-free-Online-Full-Movie-HD-Quality
    There is no real "difference". Web site is a more anachronistic term that exists from the early days of
    the internet where the notion of a dynamic application that can respond to user input was much more limited and much less common. Commercial websites started out largely as interactive brochures (with the notable exception of hotel/airline reservation sites).
    Over time their functionality (and the supporting technologies) became more and more responsive and the line between an application that you install on your computer and one that exists in the cloud became more and more blurred.
    If you're just looking to express yourself clearly when speaking about what you're building, I would continue to describe something that is an interactive brochure or business card as a "web site" and something that actually *does something that feels
    more like an application as a web app.
    The most basic distinction would be if a website has a supporting database that stores user data and modifies what the user sees based on some user specified criteria, then it's probably an app of some sort (although I would be reluctant to describe Amazon.com
    as a web app, even though it has a lot of very user-specific functionality). If, on the other hand, it is mostly static .html files that link to one another, I would call that a web site.
    Most often, these days, a web app will have a large portion of its functionality written in something that runs on the client (doing much of the processing in either javascript or actionscript, depending on how its implemented) and reaches back through some
    http process to the server for supporting data. The user doesn't move from page to page as much and experiences whatever they're going to experience on a single "page" that creates the app experience for them.

    ...can i make as many iweb websites as i want? ...and as many blogs as i want? ...i have never made one before....
    ....although, i do have my own small business and i do have a website that i paid a guy to make and also host....(which is a waste of $$$$ in my opinion as i think i can do a better job making one myself through iweb) ....
    ...anyways, i know it is splitting hairs but what exactly is the diff b/w a blog and a website ....i am under the impression that a blog is just a personal newsletter sort of thing,...?

  • Hosting Multiple SSL Sites on Separate IP Addresses

    Hosting Multiple SSL Sites on Separate IP Addresses
    I currently have a web server (XServe) hosting a number of different sites from its main IP address on port 80 using Apache 1.3. This has been working great, the ServerAdmin GUI has been pretty good about creating the appropriate Apache configs, and everybody is happy.
    I have one particular site that I want to use SSL with so I decided to purchase a cert (from GoDaddy). Since I have one other cert on the server assigned to the main server IP, I understand that the appropriate way to setup additional SSL certificates is to bind another IP address to the XServe and use that IP. I was unable to use ServerAdmin to install my new certificate (not surprisingly) probably since it is a chain certificate, however I have been able to do it by hand and it seems to be working as intended…mostly.
    This is where my problem begins. The site that I wanted to add SSL to is currently hosted on the main IP address (x.x.x.173:80) and the SSL certificate is working on the newly bound IP address (x.x.x.178:443). Fundamentally it would seem appropriate to change the IP address of the non-SSL site to match the new IP, except on port 80 – So I can achieve a seamless blend between standard and SSL (when necessary). The problem is that I can’t get Apache to work this way. Maybe I am missing a step, or overlooking something.
    Excerpt from current, working (non-SSL) config: (Names have been changed to protect the innocent.)
    <VirtualHost x.x.x.173:80>
    ServerName www.site.com
    ServerAdmin [email protected]
    DocumentRoot "/Library/WebServer/Documents/www.site.com"
    </VirtualHost>
    Excerpt from current, working (SSL) config:
    <VirtualHost x.x.x.178:443>
    ServerName www.site.com
    ServerAdmin [email protected]
    DocumentRoot "/Library/WebServer/Documents/www.site.com"
    </VirtualHost>
    changing the first entry’s ip address to match the second one causes the site to be unresponsive (using the IP address to point the browser to the site) but the SSL version keeps working. Any suggestions would be greatly appreciated.
    Thanks,
    Jake
    PowerBook, XServe G5   Mac OS X (10.4.6)  

    Thanks for your reply Roger, here are the results that you’ve requested:
    I deleted a few lines that were redundant and unrelated (no errors)
    Results of apachectl configtest:
    Processing config directory: /etc/httpd/sites/*.conf
    Processing config file: /etc/httpd/sites/0012x.x.x.173_80www.site.com.conf
    Processing config file: /etc/httpd/sites/0016x.x.x.178_443www.site.com.conf
    Processing config file: /etc/httpd/sites/virtualhostglobal.conf
    [Thu Apr 6 09:06:27 2006] [warn] module mod_php4.c is already added, skipping
    Syntax OK
    Results from netstat -a -n | egrep 178:
    tcp4 0 0 x.x.x.178.53 . LISTEN
    udp4 0 0 x.x.x.178.123 .
    udp4 0 0 x.x.x.178.53 .
    Results from tail -f /var/log/httpd/error_log
    /etc/httpd/sites/0012x.x.x.173_80www.site.com.conf
    Processing gonfig file:
    /etc/httpd/sites/0016x.x.x.178_443www.site.com.conf
    Processing config file: /etc/httpd/sites/virtualhostglobal.conf
    [Thu Apr 6 09:21:10 2006] [warn] module mod_php4.c is already added, skipping
    [Thu Apr 6 09:21:10 2006] [notice] Apache/1.3.33 (Darwin) PHP/4.3.11 mod_ssl/2.8.24 OpenSSL/0.9.7i configured -- resuming normal operations
    [Thu Apr 6 09:21:10 2006] [notice] Accept mutex: flock (Default: flock)
    When I try to hit the site on port 80 http://x.x.x.178 there are no results, https://x.x.x.178 works great.
    Thanks again for your help, hopefully this can shed some light on my problem,
    Jake
    PowerBook, XServe G5 Mac OS X (10.4.6)
    PowerBook Mac OS X (10.4.6)

  • I just downloaded the latest version of firefox (5.0). Can I delete all the older versions that are still on my drive? 2) When I call up some web sites sometimes the web site comes up 3 or 4 times...how do I stop this from happening?

    I just downloaded the latest version of firefox (5.0). Can I delete all the older versions that are still on my drive?
    When I call up some web sites sometimes the web site comes up 3 or 4 times...how do I stop this from happening? For example if I click on a link the exact same link comes up 3 or 4 times and I have to manually delete all of them but one.

    Do you organise your email into separate folders, or do you just let it accumulate in the Inbox?
    I would strongly advise you not to let it sit in the Inbox.
    When you see this happening, try right-click on the affected folder, select '''Properties''' then '''Repair Folder'''.
    Large folders (actually, a folder in Thunderbird is stored as a file, so it is sensitive to file size limits set by the underlying file system) can be problematic. This is one reason not to let messages collect in one folder. I use Thunderbird's Archive folders so that accumulated mails over several years can happily coexist because they are effectively stored in many small folders. No single mail store folder then exceeds the 2GB or 4GB sizes that have been known to stress the OS. I appreciate that current builds of Thunderbird and a modern 64-bit OS should be able to cope, but practically I find it slows down when given huge files, so I err towards a pragmatic solution; a large number of not very big files.
    Archives are searchable, and a Saved Search folder can give you a virtual composite folder allowing access to the entire Archive.

  • How to show data from one web site to other web site having diffrent domain.

    Dear all,
             i want to show the selected data from one web site to other web site.
    the location of the two web site is geographically seprated (and diffrent domain)
    Please tel me in how many ways it can be accomplished.
    If it can be done using jquery then please tel me the function or procedure to do it.
    Note: ( i have seen the above behavior in many web sites .
    like, i was purchasing some thing but finally declined,
    after that i visited some other web sites to gets some other data on other area
    , and i show my selected items of the first web site  on second website as advertisement.)
    i would like to know how these things are accomplished and how it can be done in asp.net.
    yours sincerely

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET website programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Multiple Web Sites with Personal Domain Names - Overview

    I have read through the last 10 pages of these discussions and have almost worked this out, but I need some help.
    Problem:
    I want to publish and edit two separate web sites with their own, individual, personal web addresses
    from the same user account on the same Mac using iWeb '08 (2.0.2) and my .Mac account
    _So far:_
    I have purchased and registered the two domain names (with Cheap-DomainRegistration.com)
    I have configured the CNAME to point to web.mac.com, and "Set up a Personal Domain" in iWeb successfully, but using a separate Mac for each web site.
    The two sites work great.
    _What (I think) I need to know:_
    (excuse me for copying these posts out, but I can't find a way to link them to this post)
    1) Should I be using iWebSites as suggested by Old Toad (posted Jan 24 in response to StAnNe's "Multiple Websites--HELP!!!")?
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    2) Should I be using Mireille's approach (also posted Jan 24 in response to StAnNe's "Multiple Websites--HELP!!!")?
    Yes you are correct in the thought that with a family pack you can use different accounts and that is the easiest way to upload with one click to .mac. But it is still possible to publish differents sites to one .mac account if that is all one has. Even if the sites are in one domain file each purchased mysite.com domain name purchased can be pointed to a different page in the site
    Look at it this way
    Original Poster has
    site1 page 1 page 2 and so on
    then he/she has brothersite page 1 and so on.
    They each have a domain name purchase wherever
    then site1domain.com is forwarded to site 1 page1
    and brotherdomain.com is forwarded to brothersite page 1.
    Even though both sites are in the same file they do not have anything to do with each other.
    This is one possibility there are others but for a novice user this could be the way to go for simplicity.
    (Mireille, if you're there, can you clarify what you said - thank you)
    3) Would I use Roddy's fix (posted Jan 23 in response to canadensis' "Publishing Multiple Websites?")?
    Here's an example of how you can separate two websites that are on the same domain file.
    Quit iWeb
    Create a new folder on your desktop and call it "iWeb Sites".
    Inside this folder create two more - Website A, Website B.
    Go to Home Folder/Library/Application Support/iWeb and copy your domain file - command C
    Paste this into folders A and B - command V - and also paste a copy of it somewhere else - like in Docs - in case you make a mistake!
    Double click the domain file in the folder Website A - this will launch iWeb.
    In the left column, delete site B, save and quit iWeb.
    Double click the domain file in the folder Website B to launch iWeb.
    Delete website A, save and quit.
    Drop the iWeb sites folder into your Home Folder.
    If you want quick access to this folder you can highlight it and do command L to create an alias to leave on the desktop.
    From now on, to launch any site in iWeb you open its folder in the iWebsites folder and double click the domain file.
    This is not necessary when you are working on only one site as iWeb saves the domain file of the last site you were working on to Home Folder/Library/Application Support/iWeb. When you open the iWeb application, the last site you worked on will be launched.
    Summary:
    I'm not sure if some of the answers in previous discussions allow for personal domain names, which is what I need.
    I would be very grateful for any suggestions as I'm getting bogged down.
    Many Thanks,
    Jeff

    When you said, "you don't need to do CNAME for both sites…", would this method still allow me to use personal web addresses for both sites?
    Yes. With "Ordinary Forwarding" you normally just type your .Mac url (web.mac.com/username/sitename) into a form at the place where you have your name.
    I thought I was using 'web.mac.com' as the 'www' CNAME (alias) for my personal domain name (web address), so that when someone typed in my personal domain name they would 'go' to the domain registration location, which would then pass it on to the .Mac server, where my web site is hosted.
    That's exactly right. It's just not the only way to do that. Ordinary Forwarding is another way, but it differs in terms of what appears in the address bar of the browser. Either you will see web.mac.com/username/.... or, if you add "masking", you will see your personal name for all pages. The CNAME method results in a address bar that reads www.myname.com/sitename/pagename.html.
    Am I way off?
    All help gratefully received,
    Jeff

  • Coldfusion Internal Web Site Overriding IIS Web Site

    We have CF 10 Enterprise installed on Window Server 2008 R2, using IIS with multiple web sites defined. These are set up in IIS in the standard way of mapping a domain name to an IP address. The sites are pointed to various directories on the D drive and CF is installed on the C drive. What is happening is that occasionally a call to a CFM script will error out, and in the CF log it shows that the file wasn't found because CF was looking for it in C:\ColdFusion10\cfusion\wwwroot instead of in the correct directory on the D drive. I did some testing by adding an index.cfm to C:\ColdFusion10\cfusion\wwwroot and I found that file overrides the index.cfm in the root of the site in IIS. How can I get this resolved so that the CF web site is not interfering with my IIS web sites?

    We don't have anything in the internal webroot except what CF put there. I added the index.cfm to test and then removed it. But we still get situations where scripts on our site aren't found and the CF error log shows that it was looking in C:\ColdFusion10\cfusion\wwwroot instead of the root of the web site as set in IIS, like the message below.
    "Error","ajp-bio-8012-exec-4","02/11/14","17:27:16",,"File not found: /ajax/getdata.cfm The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\ajax\getdata.cfm'' "

  • Upload JSP web site to Tomcat web server

    Hi,
    I have created a JSP web Application in my localhost. Here as my web/Application server I used Sun java system Application server.
    Now The site is ready to upload to its remote location.
    Since this is my first attempt to JSP web site I have ask some help from you guys.
    Now the problem is on our remote server we have Apache Tomcat/5.5.17
    Is it a possible to Put our local site there at tomcat.
    Then How can I do that.?
    Thanks!

    Hello,
    VSTO doesn't provide anything for this. Instead, I'd suggest asking web site related questions at
    http://forums.asp.net/ . There you will get the most qualified feedback.

  • Need a topic for Verizon Web Site + Issues with Web site (please forward)

    Suggestion 1:  Add a topic/forum section for Verizon Web site:  If I've missed it, please let me know, but I searched the forums and could not find results for "web site," except irrelevant references.  Since I could not find one, here is. . .
    Suggestion 2:  Fix these Web site problems  (can someone in Verizon forward these to your Web team?  All attempts failed)
    On Contact us page, Customer Service link leads to a 404, not found error
    Fix faulty 'next page' link in Droid Reviews:  When going from page 2 to page 3 of reviews using the 'next' link at the bottom, the reviews change from Droid Reviews to HTC Imagio reviews.  Droid still shows at the top, but the content consistently shows that people are reviewing Imagios.
    User names like IluvImagio and imagiouser
    Features of Imagio are referenced
    Bar at top shows 2000+ reviews and image of Droid; info for review section of page shows 300+ reviews
    http://www.verizonwireless.com/b2c/productReview?action=showAllReviews&phoneId=5069&item=phoneFirst&...
    Suggestion 3:  Fix faulty link for forum registration:  When trying to register for the forum, I clicked on 'Register.' I got an error that my password and username were incorrect.  I thought I'd misclicked, but I could reproduce this.
    Cheers.

    Hello Artemis51,
    My apologies for the late reply on this one.  Great feedback!  I'll definitely add this to the list of registration issues that we're working on. 
    Thank you so much for taking the time post these issues in such detail.
    Regards,
    Kathleen
    Verizon Telecom
    Online Center of Excellence
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Publishing and manmaging web site with old web address

    how do i use my old web address with my ne web site created with muse

    Hi
    You can use your domain ( old web address ) for the new site created in Muse.
    If you are using Business Catalyst , then you can publish the site and the through domain settings add the domain to your site.
    And if you are uploading the site to any external server then you can upload Muse file to root location where the domain is already added.
    Thanks,
    Sanjit

  • How to address the folder out of web site place in web.config file?

    Hi to all,
    I have a website. I want that some folder place out of web site location,then address their in web.config file.
    but don't how to do?
    please guide me.
    Thanks ;)
    Good luck!

    Hi Bahare Aghabarari,
    Welcome to MSDN forums.
    This is a forum for questions about Visual C# language. For ASP.NET questions, please post in
    ASP.NET forums. You can get more valuable replies there.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IOS Safari forces mobile web sites over full web sites

    When you access certain sites using Safari on iOS, the web site will detect this and redirect you to a mobile version of the site optimised for mobile devices.
    Is there is a way to stop the iOS Safari from declaring itself as an iOS browser?
    For example, I use a pecific full website shortcut for a weather radar picture from Accuweather (www.accuweather.com/.......). Now, as soon as I want to see that quick loading radar picture, the Safari iOS browser goes instead to the start page of Accuweather Mobile (m.accuweather.com) and I will not be able to see the full web site picture at all.
    I checked in the Settings for Safari but could not find anything helpful for this.

    Thanks spm161!
    Here is the shortcut http://www.accuweather.com/m/US/wigs.axd?city=Miami&state=FL&w=480&h=640&type=_S IR&geoWidth=400&lat=25.00&lon=-78.50
    I live in the Bahamas and this is the best and customizable radar picture I could find. We only have Edge service down here and loading any apps is mostly very slow. That radar picture comparably loads pretty quick and gives me the most detail, too.
    But like I said, recently the shortcut gets redirected to m.accuweather.com
    I will send the info to the email as you advised above. Thanks for your help!!

  • I hear i-web will end next year. Does this mean I shouldn't design new web site using i-web

    I have just learnt how to use i-web and I am designing web sites for 4 business. Should I think twice about this? I am concern that I will have to do it all again next year.
    Mashable reported today that when i-cloud comes into play next year, i-web will no longer be supported.
    Can any one enlighten me further
    jfrombideford

    Unfortunately, Apple isn't a trustworthy Software Developer anymore. There is no continuity in their applications development. Innovation is one great thing - Reliability is also vital for a relationship (Apple <-> Customer) I'm sad to see that they are not as innovative and not as reliable as they used to be.
    I guess these great applications like iWeb have been programmed by just one or two developers and since the went on never ending holidays with the profit of their shares - no one is able to continue the work due to chaotic organisation (like in the early days).
    I'm really sad to say that, but you rather choose a web design tool from a professional software company like Adobe or one of the other nice applications like RapidWeaver, Sandvox, Freeway Pro....
    Sad story, really!

  • Adding SharePoint App Workflow to On Premises Host Web Site from App Web

    Hi,
    Is there a way to add (associate after deploying) a SharePoint 2013 App workflow to Host Web ONPREMISES. I see most of the posts suggests it is not possible ONPREMISES and only available in SharePoint Online. Below is a link which says
    it is possible but was not clear whether it applies to Online or OnPremises. Can someone clarify?
    http://sharepoint-community.net/profiles/blogs/create-and-publish-sharepoint-2013-workflow-from-app-in-host-web
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/e8aba711-29de-46f9-9831-a762401ae29b/how-can-i-deploy-a-sharepoint-2013-reusable-workflow-in-the-host-web-without-sp-designer?forum=appsforsharepoint

    You need to create a APP catalog which can be authenticated by your domain. 
    O365 app catalog cannot be edited by your DC so you cannot use it. 
    You have to create a app catalog site on your SP server 
    Again, this does not answer my question. I am trying to migrate an app that is on O365 to my on-premises SP 2013 environment. Are you saying I need to open the app catalog on O365 and download the *.app file for the app I am trying to migrate and then upload
    that to my on-premises site where I want the app deployed?

  • How can I put a .pdf (or table) in iWeb that one sees on the web site on a web page without downloading?

    How can I put a pdf (not downloadable, but viewed on the website) or a table in iWeb?

    If it's a one page PDF file just drag it onto the webpage and resize to fit. If it's a multi page PDF file you can add it as in this demo page: Scrolling Text Box
    OT

Maybe you are looking for