Make Imac A Home Web Server

Hello,
Is there any sites that may explain on how to make my Imac into a home web server. I need to add mysql, php5 and apache. Any hlp or guidence would be greatly appreciated. My go is to work on my sites locally and not live on their servers.
Thanks JR

Hi, no from the internet, as your isp block the port.
Can you ask your ISP to unblock it ? If a fee apply you could ask your boss to pay for it.
Regards, Philippe

Similar Messages

  • How do I make my imac into a web server it is nearly brand new and uses OSX 10.8.4

    How do I make my imac into a web server it is nearly brand new and uses OSX 10.8.4, if someone to point me towards instructions it would be most helpful.

    http://www.coolestguyplanettech.com/downtown/install-and-configure-apache-mysql- php-and-phpmyadmin-osx-108-mountain-lion
    Regards.

  • Setting up a publically​-visible home web server w/ DSL residentia​l?

    Is there a how-to guide for setting up a small publically-visible home web server, basically for testing purposes?
    I have a DSL modem, Westell.
    The web server software is running and I can see the site on my home network, but everyone else on the Internet gets a timeout.  The server is not reachable.
    When I run traceroutes, the Modem's IP address does not show a timeout, but the Computer's IP address does show a timeout.  This is with all firewall software disabled.
    Can anyone help?

    Before I try to help you, I am just wondering.
    Since you are using this server for testing, why does it have to be publically-visible?
    In the meantime as I wait for that reply to my question, pre-check list for allowing user from the net to connect you:
    #1 The Default Gateway on your computer is the same IP Address as the Westell A90-750015-07?
    For example, if on Windows XP
    a) Go to Start -> Run.
    b) Type in cmd and press enter.
    c) In the new window, called the command prompt, type in ipconfig /all and press enter.
    #2 In the router go to Advanced -> Private LAN
    #3 What is the Starting and Ending IP Address?
    #4 In the router go to Advanced -> Universal Plug and Play
    #5 If you do not have at least two game consoles behind this two router, turn off UPnP in the router.
    By game console, a special type of computer with no keyboard or mouse (and it/they are usually connected to a TV).
    #6 In the router go to System Monitoring  -> Gateway Status
    #7 With another web browser Window OR Tab, go to https://www.grc.com/x/ne.dll?bh0bkyd2
    #8 Below the text that says The text below might uniquely identify you on the Internet is an IP Address.
    #9 In the web browser window or tab, that is still looking in the router, you should see that same IP Address.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • How to preview graphic files on a home web server setup?

    I apologize if this question is not asked in the most technical way, but here goes:
    I'm read online on how to create a home web server or ftp server on a Mac computer. (I plan to do this with my G5, running OSX 10.6.4)
    I would like to have a library of folders containing all of my graphic files that I've collected over the years in order to have access to them (if needed) when i'm working remotely.
    I want to be able to easily view all of these graphic files like I can with Adobe Bridge (eps, psd, ai, gif, jpg, png, etc).
    Is there software I can use that will allow me to view a gallery thumbnails of all of these file types when I am away from home and logging into the ftp server or web server?
    I know software such as Transmission FTP will allow me to look at one image at a time, but I'd like to view an entire gallery of thumbnails at once for quick reference.
    Thanks in advance.

    Hi johnny-griswold;
    The G5 was called a PowerMac and used a PowerPC processor.
    The MacPro is an Intel based Mac and is capable of running 10.6.4.
    You might what to drop your references to G5 because they are only confusing things.
    Allan

  • IMac G5 as web server

    Hi,
    I have an iMac G5 that's sitting in a box because I now have an Intel-based iMac ... I'm thinking of making the G5 into a Web server. Any suggestions on how I can make this happen? We have the typical, consumer-grade DSL service at our home ...
    Thanks,
    Matt

    In very simple terms...
    You would need a router. Connect both your iMacs to the router. Configure the router to map port 80 to the iMac G5.
    Use one of many tools (iWeb, Freeway) to create your web site.
    On the iMac G5 enable Web Sharing in the Sharing preference pane.

  • Basic JPS page loading accurately on my home web server.

    I have recently set up my home PC (Windows XP Version 2002 SP2) to work as a web server using apache_2.2.8-win32-x86-openssl-0.9.8g.msi from http://httpd.apache.org/download.cgi.
    The URL is http://99.235.126.44 so my local host is http://localhost which is currently configured to access a one of my MP3 directories.
    I also installed NetBeans IDE 6.0.1 and also C:\Program Files\Java\jdk1.5.0_15.
    I created a test java file in C:\Program Files\Java\jdk1.5.0_15\bin then complied and ran it as a test to make sure it was compiling and running properly. Now I have a basic jsp page that I would like to set up or have it configured to open on http://99.235.126.44. For now the JSP page is a test page and is saved as HelloWorld.jsp and is in the same directory as the MP3 directory who's path is :
    DocumentRoot "C:\Documents and Settings\Administrator\Desktop\HouseDVD"
    When I go to http://99.235.126.44 I can see the list of files including HelloWorld.jsp. When I click on the file it opens in html format but is does run the java code within. It opens a blank page with nothing in it. Here is the source of the JSP file:
    <html>
    <head>
    <title>My first JSP page
    </title>
    </head>
    <body>
    <%@ page language="java" %>
    <% out.println("Hello to the World of JPS at home"); %>
    </body>
    </html>
    Does anyone know how to get the JSP file to open or run properly. Better yet does anyone know how to get it to automatically launch when typing http://99.235.126.44 into any browser. Maybe the JSP file is not correctly written or not in the right location or saved properly. Please respond when ever whom ever is able.
    Thanks,
    Mikiss.

    Thank you for response and all the detail you have provided thus far. I have tried to get it work using Tomcat.
    I have downloaded tomcat from http://www.coreservlets.com/Apache-Tomcat-Tutorial/index.html#Test-Server
    and done steps 1 and 2. Now 3 which is "Change the Port to 80" is where I require assistance.
    I still have Apache running which listens to Port 80 and the install instructions says
    "*Assuming you have no other server already running on port 80*, you'll find it convenient to configure Tomcat to run on the default HTTP port (80) instead of the out-of-the-box port of 8080. Making this change lets you use URLs of the form http://localhost/blah instead of http://localhost:8080/blah.
    Now you said "install tomcat server" does that mean with what I have so far or on its own. I have my configuration page working and listening to port 80 which opens a directory with all my files. I would like it to open my JSP page but I do not know how to modify the
    "port, edit install_dir/conf/server.xml and change the port attribute of the Connector element from 8080 to 80, yielding a result similar to that below."
    I checked and it already says "<Connector port="80" ... maxThreads="150" ...".
    Do I need both can I use both. Let me know when ever you are able.
    Mikiss

  • Imac Web Server

    Hello,
    Is there a link for a tutorial to help me turn my Intel Imac into a Web Server. Need to have Apache, (which I beleive it already has), PHP and any other software to make into a Web Server.
    Thanks JR

    In very simple terms...
    You would need a router. Connect both your iMacs to the router. Configure the router to map port 80 to the iMac G5.
    Use one of many tools (iWeb, Freeway) to create your web site.
    On the iMac G5 enable Web Sharing in the Sharing preference pane.

  • Starting a Web Server

    Ok, here it goes... What I would like to do is turn a busted up Imac into a self contained home web server. My main computer is a PowerMac G3 B&W running OS9 and my frankenstien is an old G3 Imac with OS9 also that I'm going to strip down to just a motherboard, drives, and power supply. I am going to network this all together so that my PowerMac can be in the loop but out of it. I did what little research I could on Classic web file servers but came up with how to do this with SE30s and 128's and a handful of clippings from web pages. There is older Apple software that does all of this but I am unsure about the setup and all where to get it and what it is. Im not looking to host a superduper website just some stuff and grainy pics with basic web page features, email submit maybe and a special area login for those special folks I know... Im not guarding Fort Knox just my PowerMac and the login. I know upgrading would be easier but OS 9 is wonderfully simple and the software is bargain priced..... and I like it to top it off. Any suggestions, sites, hopes, fears, ideas would be helpful towards my venture.
    Thank You!

    Hi,
    The built-in Web Sharing control panel should be useful for certain applications (for example, as in KB article HT2973).
    Regarding third-party options, the now free NetPresenz could perhaps be of interest to you. See also this short article about MacHTTP.
    Jan

  • Need help regarding to Web server

    Hello, I need some help about web server. I'm really really bad when it comes into server because I dont have any experience about this.  I'm actually developing project under university, where I have to create a website for them. Since they have just bought a new server, they want me to install and configure the server to assure I can run my program on it, which means I have to make it as a web server. I dont have any idea how to configure it, what I need and so on. Furthermore, how can I configure dreamweaver to make sure that our website can be uploaded into Internet later?

    I think you may be in for a bit of hard work and possible complications if you have no idea on how to set up a server.  It would be more realistic, especially for security purposes for an IT person who is knowledgeable in servers to set it up for the university - seriously!
    Anyways, I suppose it all depends on the type of server, is it a windows based server or will it be linux??
    I did a google search for 'configuring a server' and came up with these links:
    http://www.google.com.au/search?q=configuring+a+server&ie=utf-8&oe=utf-8&aq=t&rls=org.mozi lla:en-GB:official&client=firefox-a
    As you can see, lots of information, but it depends on the  type of server.
    Once the server is set up, you would have information on how to upload the site to the server (same as any webhost) and you use those details to enter into the Remote site window.
    I'm afraid I'm not familar with setting up servers, so that's the best help I can offer  :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • Web server cannot access .jar file?

    Hi all,
    I'm using NetBeans 4.1 IDE with the bundled Tomcat 5.5.7 on Windows XP sp2.
    I have a .jar file which I must make available for the web server (not only for my web app). So I did the following:
    Added a CLASSPATH variable to the user environment (pointing to my .jar file),
    Shutdown Tomcat,
    Restarted the IDE (because it is responsible for launching Tomcat, so Tomcat inherits its environment vairables from the IDE),
    and finally ran my web-app.
    The result: the web app could not find classes from the .jar file.
    However, if I copy the .jar to the server's common/lib directory, everything's ok!
    Why? I'm sure I don't have to put .jars in common/lib in order to make them visible by the server! I've read that adding them to the CLASSPATH is just as good solution... what is going on?

    Tomcat has its own ideas about classpath. In particular it ignores the system classpath, so that each web application can have its own seperate one.
    Jar files should normally live in the /WEB-INF/lib directory of your application.
    If you want to share them across multiple apps, use the /shared/lib directory.
    /common/lib should not normally be used except for database drivers when using tomcats JNDI datasources.
    Cheers,
    evnafets

  • Web Server Tuning

    Hi there,
    Actually I have a full iPlanet solution up running on Solaris 8 environment, which contains:
    -     iPlanet Application Server 6.5
    -     iPlanet Directory Server 4.1
    -     iPlanet Web Server 4.1
    -     iPlanet Integration Server (EAI) 2.6
    -     iPlanet Portal Server 3.0
    And I want to monitor the Web Server performance and to tune the required parameters.
    So that, firstly I want to know what is the services that I should monitor to make sure that the Web Server is up and running and performing well.
    And then, I want to know if there is any tool which can help me evaluate the Web Server performance and find out the proper tuning parameter in case if it is needed.
    Many Thanks

    The Performance Tuning Guide for iWS4.1 will be able to help get you started:
    http://docs.sun.com/source/816-5679-10/index.html

  • My iPhone gets a "web server proxy error" connecting to wifi @ home

    Ever since installing Comcast Xfinity with Motorola SB6121 and Apple Extreme 5th generation, my iPhone 4 gets a web server proxy error or similar message for any apps seeking to go online.  My iPod Touch 3rd generation works as does my MacBook Pro.
    I've reset the router, harangued Comcast (no help - it's your phone, sir), rebooted the iPhone, checked all my settings (VPN - what's that? it's not connected), Proxy in the VPN settings is set to off. The phone will show the signal and it will check Apple Mail but Safari, Google APP anything needing web access will either hang or give the proxy error message.  Apple Customer Care said call Comcast, Comcast said call Apple & I'm surprised to find little help on the web.
    Here's what I found to work on a MacForum sight from 2 years ago.
    1.
    Settings->WiFi->under choose a network, click the blue arrow (on the right of the network nameyou use)->DHCP
         *now check the IP address with the one on your iPod Touch or computer to see if they are in sequence
         *scroll down to HTTP Proxy & make sure it is off
         -> renew lease may work
    It was the making sure the IP address was correct/in sequence which I moved to the STATIC tab and input all the same information (use a screen shot to remember it - home button and on/off button at the same time, it will store in your pictures folder) and give that a shot.
    The problem appears to be where multiple machines or devices are using the same router. The iPhone 3GS assigned an IP Address in order of preference, therefore 192.175.1.1 and then 192.175.1.2 etc. The iPhone 4 will assign a strange IP address which the router will not accept. You therefore need to look at the other devices linked and see what number is next in the sequence. Then go to static on the top tab and type in the IP adress manually followed by the Subnet mask, router and DNS details. Once you have completed the info press the DHCP button and HTTP Proxy as off - this is important.
    2.
    This is how i fixed the wifi problem...(i used my mac)
    So basicly I created a new WiFi hotspot on my iMac, then I connected my iphone to it and it WORKS!
    1. open System Preferences (Apple -> System Preferences) and click Sharing.
    2. select Internet Sharing at the left side.
    3. Then check off AirPort.
    4. Then creat a newtwork name, and password
    5. VOILA! look at the Wifi connections on your iPhone and it should be there!
    (IF YOU HAD ANY PROBLEMS GO TO THIS LINK..
    http://maketecheasier.com/create-wif...s-x/2009/10/20
    THIS SITE SHOWS YOU HOW TO SET IT UP)
    3.
    reset Network
    Same problem, but none of the above worked for me. Finally went to Settings/ General/ Reset/ Reset network settings. Saw this in a different thread.
    Hope these help.
    Cheers,
    cs

    This has solved loads of people who have this issue and have used an alternate DNS setting.  Below are instructions for both iPhone OTA and on you Mac
    If you are getting the error message "Unable to check for update" when you try an OTA (over the air update)
    Change DNS Servers
    Settings -> Wi-Fi
    Click the blue arrow on your connected network
    Delete everything in DNS and replace it with 208.67.222.222, 208.67.220.220
    Try again
    If this works, you will probably want to remove the WiFi network using "Forget This Network" and then reconnect to it to get your original DNS servers back. Alternatively, make a note of the original DNS servers before deleting them and replace it after you are done.
    If you are getting the error message "Unable to check for update" when you try through iTunes
    On your Mac
    Choose Apple menu > System Preferences, and then click Network.
    Select the network connection service you want to use (such as Wi-Fi or Ethernet, unless you named it something else) from the list, and then click Advanced.
    Click DNS, and then click Add at the bottom of the DNS Servers list. Enter the IPv4 address for the DNS server.
    You can use OpenDNS
    208.67.222.222
    208.67.220.220
    or
    You can Google Public DNS if you want
    8.8.8.8
    8.8.4.4
    I have actually repointed my routers DNS so all my devices now point to OpenDNS servers

  • How to use iMac as remotely accessible home media server

    First time poster, and thanks in advance for any help that any of you might be able to provide. -- Josh
    I have a mid-2007 iMac, several AppleTVs and Apple mobile devices, and a 2014 Macbook Pro coming at the end of the week (more detailed info below).  I have a roughly 1 TB library of movies, which are currently housed in an external hard drive attached to the iMac.  When I'm on my home network, I'm able to stream all the movies to all of the AppleTVs, iPhones, and iPads, using iTunes and home sharing, with almost no problem.  But, my family would like to access our movie library remotely, when at the airport, visiting family, etc.
    I've researched various options, and am having a hard time parsing through some of the more technical information and figuring out what setup would work best.  It seems to me that although I can't use my iMac as a second display for the new MacbookPro because of technical limitations on the iMac, I might still be able to use the iMac as a remotely accessible home media server.  Running Plex on the iMac has been suggested, but I keep hearing conflicting information on whether the AppleTVs are compatible with Plex, and I've had trouble successfully forwarding ports several years ago when I played with Plex briefly.  iTunes/home sharing is just so easy in terms of setup and reliability between Apple devices, in my experience.  I looked into buying an AirPort Time Capsule, since I was looking into upgrading my router to support 802.11ac anyway (advice on that too?), but was told that neither the Time Capsule drive nor any drive attached to it would be remotely accessible.  Back to my Mac seems like it might work for me to access my library remotely when using the MacbookPro, but not any of the mobile devices (which are more important to the kids), and I'm not sure what advantage a NAS drive would have over using the iMac (although this is where it starts getting a bit technical for me).  Looked at OSX Server also, but not sure how that would interface with whatever additional components I need to get.
    Thank you in advance for any help.  I'm sure people have figured out a way to access their media libraries remotely, but for some reason I can't find a straight answer on how.  I've included additional technical details about my setup below.  Thanks again!!
    iMac, 20-in, Mid 2007, 2 GHz Intel Core 2 Duo, 4 GB 667 MHz DDR2 SDRAM, OS X 10.9.4, 250 GB storage
    Macbook Pro w. Retina, 13-in, 2014, 2.6 GHz Dual-core Intel Core i5, 16 GB 1600 MHz DDR3L SDRAM, 128 GB PCle-based Flash Storage
    Iomega HDD, 2 TB
    Netgear N600 Wireless Dual Band Router, Model No. WNDR3400v2
    AppleTV, 3rd generation (x3)
    iPhone 5, iPhone 4s, iPad (2nd gen), iPad mini w. Retina

    Not really recommended to do what you want as the perfomance will be undesirable and make the experience lousy at best. If you have content you want to watch remotely then simply copy it to a MacBook Air or MacBook Pro and then bring one of the AppleTV's with you. Then you can stream directly from the MBA or MBP to the AppleTV on a remote TV. We did this on our last vacation, loaded a bunch of movies on my MBA, threw one of the ATV's in the suitcase and when we got to our hotel simply connected it using the hotels Wi-Fi and connected the ATV via HDMI to the TV and we were in business.

  • Home Web Site, I Want To Run Off My iMac

    How do I set up my iMac to act as the Web Server? I want my family and friends to be able to access my web page from my home computer/ip address.
    PS, I am with Sympatico and I'm behind a router.

    The information is there if you look. Here's another link that might be a little better:
    http://www.webmonkey.com/webmonkey/01/16/index3a_page3.html?tw=backend

  • How to make weblogic proxy to work on Sun Java system web server 7?

    Hi Every one,
    I am working on upgrade our Sun one 6.1 webserver to Sun Java system web server 7. Our website uses weblogic server to process jsp, web server only send static pages. I did all configurations as on Sun one. But somehow, the webserver does not forward "get jsp page" request to weblogic. The log record is:
    for host 10.78.124.118 trying to GET /home.jsp, send-file reports: HTTP4142: can't find /www/a/WebServer7/docs/bmd9i/home.jsp (File not found)
    home.jsp is at weblogic server.
    And redirect "NameTrans fn="redirect" from="/" url="/home.jsp"" seems does not work. when I type on IE http://32.69.253.131/ (32.69.253.131 is http listener IP), it always shows index.html page under the document root.
    Could some on can help? I am the first time to configurate web server. Thanks in advance.
    The configuration files are like:
    1. magnus.conf
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/www/a/WebServer7/weblogic6.1sp6/libproxy.so"
    Init fn="wl_init"
    2. obj.conf
    # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    #<Object name="weblogic">
    #Service fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #</Object>
    <Object name="default">
    <Client method="TRACE">
    AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="501"
    </Client>
    #AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="strip-params"
    NameTrans fn="redirect" from="/" url="/home.jsp"
    NameTrans fn="redirect" from="/index.jsp" url="/home.jsp"
    NameTrans fn="redirect" from="/index.html" url="/home.jsp"
    NameTrans fn="document-root" root="$docroot"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/www/a/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path="index.html"
    <If $uri =~ "/*.jsp">
    Service method="(GET|HEAD|POST|PUT)" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    </If>
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-compressed" check-age="off" vary="on"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain" charset="iso_8859-1"
    ObjectType fn="set-default-type" charset="iso_8859-1"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    3.mime.types
    I add one line: type=text/jsp exts=jsp

    Quick obvious question - Are you positive you're editing the correct obj.conf? Check the config directory and see if there is a second one called something like <instance>.obj.conf (where <instance> is the name of your configured instance).
    Alternatively you can grep for object-file in the server.xml to see which obj.conf the server is using:
    # grep object-file server.xml
        <object-file>bare-php.obj.conf</object-file>Assuming that you are editing the correct obj.conf file, are you making certain to restart Web Server after making your changes?

Maybe you are looking for

  • How to use pianoteq sounds in logic pro?

    How to use pianoteq sounds in logic pro? I've got an iMac 3.6 Ghz., intel core i5, OS 10.8.5. I want to be able to use my Bluthner piano sound (which is an add-on in pianoteq) in Logic Pro X (10.0.4). Thanks, Peter.

  • Production - Multiple Bills of Material for a FG Product

    Hi, In SAP B1 - It is not possible to create multiple Bills of Materials for a FG product. Is there any workaround to address this issue? At our location we have multiple alternative combinations of components which can be used to create the same FG

  • Internal DHCP scope for AP on WLC 7.0 (on diff subnet)

    hi All, I would like to know if it is possible to assign dhcp pool on a different subnet to the WLC management interface? Eg: Management Interface is on 172.16.4.100 /24 I would like to use the WLC Internal DHCP to assign IP to my APs on the a differ

  • To create a java class in Web dynpro

    Hi, I want to create a java class which can be used in multiple views. Where will i create it and how will i access it? Can i create the class in Comp controller's imeplementation between "begin others"---- "end"? Any help? regards, Sujesh

  • Create a test and development environment : only one CMS running

    Hi, Can anyone tell me how to create a test and Develpment environment for one CMS? I'm running BO XI 3.1 enterprise edition. Thanks Peter