OS X server for local network Drupal web development

HI All,
First post here, so here goes, please go easy
Background
We're a small web development shop and bought a mac mini server so we can collaboratively develop our websites. Previously we have all been using MAMP on each of our local machines to develop Drupal websites.
*Help needed*
I've tried configuring some custom sites through the web services preference pane, but have no luck in viewing these custom sites from our other mac clients.
Ideally we want to virtual host multiple sites on our server that we can see on our local network.
We only want to connect/browse the server locally , so I'm a bit stumped on the need to set up DNS.
Ideally i would like to browse the server directly by entering the IP address (and port number if need) followed by the site name.ie:
http://myserve.local/mydevelopmentsite
Essentially, i would like to replicate MAMP functionality - hosting multiple sites on the server that can be collaborated on from the local machines.
I've really found it hard to find any configuration information via search, most topics seem to refer to modifying regular OSX installs to work as a server. My understanding is that as OSX server has all the necessary LAMP components that this should be a fairly straightforward task.
If anyone can share any links, advice or tutorials that would be much appreciated.
Best Regards
Hixster
Message was edited by: hixtser
Message was edited by: hixtser
Message was edited by: hixtser

We only want to connect/browse the server locally , so I'm a bit stumped on the need to set up DNS.
Ideally i would like to browse the server directly by entering the IP address (and port number if need) followed by the site name.ie:
By default, virtual hosting setup via Server Admin use name-based virtual hosting, meaning that Apache looks at the hostname in the request to work out which site configuration to use. That's why you need DNS - a way to map the numerous names to the various sites you've configured, e.g.:
http://site1.server.local/ -> site 1
http://site2.server.local/ -> site 2
(where both site1.server.local and site2.server.local resolve to this server's IP address)
It is possible to do port-based virtual hosting (where you include the port number in the URL) - to do this you leave the hostname blank in Server Admin and ensure that each site has a different port number configured.
http://server1.local:8001/ -> site 1
http://server1.local:8002/ -> site 2
There's no easy way to map URI elements to different sites, e.g.:
http://server1.local/site1 -> site 1
http://server1.local/site2 -> site 2
This can be done by editing Apache's configuration directly, but you can't do this via Server Admin (unless you really are just mapping to different directories and not entirely different sites).

Similar Messages

  • Remote Desktop "Bypass RD gateway server for local addresses" no longer working in Windows 8

    Hi,
    After installing windows 8, it seems like the "Bypass RD gateway server for local addresses" is no longer working.
    In Windows 7, when the option is checked, I could have the server name set always and the client will automatically detect whether to use the RD gateway or not. For example, from my house, if I am connecting to a computer at my work, which requires
    the RD gateway, it will automatically pops up the dialog for authentication method. However, if I connect to a computer in my home network, it will just automatically connects without asking authentication for the RD gateway.
    However, after installing windows 8, this does not seem to work as expected anymore. The option is checked but the Windows Security dialog pops up in both situations and so i have to either save the rdp file locally and pin it to the taskbar or switch between
    disabling and enabling the RD gateway whenever I need to connect to different machines.
    Is this a regression in Windows 8? Is anyone else experiencing the same issue?
    Thanks

    Another way to resolve this issue for me, beside of configuring RDP to connect directly to server also on unmanaged network, will be to turn the "wifi" subnet in a managed network, as the "wired" subnet is.
    The differences between thoses to subnets, dynamically assigned by the same DHCP server, are:
    The "wifi" is in a private IP range, the "wired" is in a public IP range
    There's an ACL on the "wifi" subnet, not on the "wired"
    The next step is to compare frames send/received when on the two networks. Something will likely tell for the network to be managed.
    Beside, I'm still searching informations about NLA, which is responsible for setting a nework as managed or not.
    Here are some clues:
    http://blogs.technet.com/b/networking/archive/2010/09/08/network-location-awareness-nla-and-how-it-relates-to-windows-firewall-profiles.aspx
    http://social.technet.microsoft.com/Forums/windows/en-US/49ea0a6b-9c03-407d-8e26-24a92849a282/network-location-awareness-signature?forum=w7itpronetworking
    If anybody has official MS informations about NLA (A for Awareness and not Authentication), please share!

  • "do not use proxy server for local (intranet) addresses" IEM setting

    Hi, i would like to find out where can i find the following setting in GPO which used be found in IEM.
    "do not use proxy server for local (intranet) addresses" Enabled/Disabled
    as currently im setting the IE proxy exception list via GPP, i don't see that option.

    Hi,   
    As you notice that when we use GPP Internet Setting item to configure bypass proxy servers, there is no "do not use proxy server for local (intranet) addresses" option in GPP Internet
    Setting item. However, as suggested by zanderol24’s reply, we can use bypass proxy server for local addresses option under
    Proxy server to achieve the same function.
    Best Regards,
    Erin

  • Is it possible by using boot camp to set up a high spec mac pro to operate as a pc server for a network of approx 20 pcs

    My company has recently bought a high end mac pro to act as a mac server. However it is no longer need but business does need a new server for a network of about 20 pcs. Is it possible or practical using boot camp to tuen the mac into a fully funtioning pc server?
    jb

    Thanks for the info. I don't have Server 2008 but the Boot Camp documentation says Windows 7 only is supported. Glad you jumped in knowing that Server 2008 is supported.
    In the original poster's post he said he wanted a fully functioning server so I assume he wants Server 2008. If he is misusing the term server and only needs a peer network then he can install Windows 7.

  • How does one install a express sql server to run with Visual Web Developer 2008?

    I successfully installed .NET framework v 3.5 and VWD 2008 on a new Vista laptop. When I want to add a Sql Server database to a website, errors tell me to install SS 2005 Express. MSDN SS 2005 Express download tells me I MUST  first install .NET framework v 2.0 before SS 2005. When I try to install framework v 2.0, I'm sent to v. 3.5 and no way to download SS 2005.
    How does one install a express sql server to run with Visual Web Developer 2008?   

    Momark,
    Do you still need help with this?
    Thank you!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How to set up with cacheing DNS for local network?

    Our new Lion Server has a static IP Address pointed to over the internet by our registrar's zone file. Planning the Lion Server installation process with the intent of hosting Web, Mail and Open Directory services to a small number of users who are nearly all located off-site. I do also want Lion Server to be a caching DNS Server and DHCP authority on the local network to replace what dnsmasq does on our current Linux server.
    I am looking forward to offloading some of the lower level Linux administration tasks and putting myself in the hands of the Lion Server Setup Assistant and Server App :-) but at the same time don't understand some of  its assumptions and fear having to spend a lot of time experimenting and re-installing.
    So, specifically, I want the Server App to know that my Lion Server has a "Host Name for the Internet" but that the DNS it sets up will not be the DNS for my zone - I will be managing that through my registrar's interfaces.
    Second problem is my fnot understanding what name space devices on the local network will / should use. e.g.  The Linux server will be available for backups etc  on the local intranet (and optionally have a static ip address on the Internet) but MacBooks, PCs, iPads and iPhones will be served ip addresses by the Lion Server's DHCP. So will / should these dynamic devices have their machine names fully qualified by our domain name with RFC 1918 style ip addresses or something like .local?  How do I tell this to Lion's Server App / Setup Assistant? How easy is it to update these initial settings later?

    You do indeed need to have a master zone on lion server.  There's no way to get around that since Open Directory depends on Kerberos and Kerberos depends on the DNS.  LS scripts may see that the rDNS record exists, but I highly doubt that it'll auto configure everything for you... and given the number of possible variables, I bet that even if it worked something would need additional tweaking.
    Sounds like an interesting lab excersize.  You should try it on a test server!
    Again... you just need to folow the set up procedure that Lion Server presents you with. 
    It won't be smart enough to see your external records and use them to configure a key distribution center for your OD. 
    As far as your caching needs...  Could you set up your DHCP server to set the DNS server setting to show your internal server as the first hit, and your external as the second?  That way when the client requests a resolution it'll not get a hit on your local server but will from the external? 
    The question then is how long will it wait for a response from the first server?  Or will the first server respond with "I don't know" sending the client immediately to the second.
    The server set up that I have works similarly.  I have an internal master DNS that is replicated to a secondary.  The first DNS has an A record (community.server.com) that points to the INTERNAL ip address of the secondary server that's also running the web service.  The first server is running DHCP.  It tells the clients to use the first and second servers as it's DNS lookup. 
    Now...  Externally, my registrar hosts an A record for community.server.com that points to the external IP address of my router which then forwards the request to the proper port on the internal network.
    This way, the local clients internally look up and get a response locally when they go for community.server.com.  Externally, clients that look up community.server.com get the external connection to the router in my school.
    Yikes...  I fear that this is as clear as mud!
    -Graham

  • One server for two networks

    Hello,
    I do not already have a Mac Server but I'm planning to buy one, but first of all I got a question.
    Is it possible (if the server has two or more ethernet ports) to divide the services on the different ports ?
    In my example I want to represent my homepage and other web services on the one ethernet port, that is connected to the web and on the other port I want to enable screen sharing, xgrid and so on to support the local network. I now want to know if it is possible to set up different options for every ethernet port.

    Is it possible (if the server has two or more ethernet ports) to divide the services on the different ports ?
    You can have (and use) as many ports as you like. Most of my servers have 4.
    The issue is in controlling the services. By default, each service will typically listen on all interfaces, meaning they're available from all networks.
    To do what you want requires a little tuning of each service to tell it how and where to run. The configuration is based on the service (which ports to run on) rather than the port (which services to support).
    The specifics varies by service. It''s easy, for example, to do this with Apache - just tell it the IP address for each site and you're done. It's relatively easy for most of the file sharing protocols. Off hand, I can't think what's involved in ARD or XGrid.
    Worst case, even if there isn't an easy mechanism for binding a service to one port, there's always the firewall which you can use to block traffic on the ports you don't want. Not a perfect solution, but it does help.

  • Can't access BI 11g server from local network.

    I have a problem..
    Hope someone can tell me the solution.
    I've installed BI Publisher 11g in my server. From the server, I can access it via web browser with URL http://localhost:7001/xmlpserver/servlet/home
    The problem is, when I try to access it from other PC in my local network with URL http://10.11.9.190:7001/xmlpserver/servlet/home, the page fail to show and there's connection timed out error.
    I'm using Windows7 in my server.
    Is there any configuration that I missed?
    Thanks for helping me..

    The best way around firewalls is to stream using port 80. This is a preference setting in QuickTime Streaming Server and QuickTime Broadcaster. This will allow the stream to pass through the hole in the firewall usually used for HTML (web page) traffic. HOWEVER, you cannot use this port if you are also running web server services (Apache) on the same computer/server since they need to use port 80 also. If you need to host a web site AND stream QuickTime using port 80, you will need two computers (or at least two IP addresses; one for each service which is a little tricky. If both services are trying to use port 80, weird things will happen, most often the HTML data will rule and the streams won't work. This has been my experience. Good luck!

  • Easy filesharing setup for local network

    Hi folks,
    I'm currently trying to enable easy filesharing for my local network.
    Yesterday I installed Ubuntu 9.10 on a Laptop and it just worked.
    But I can't get filesharing to work under Arch (Chakra 64bit Beta 4) witch kde4.
    Samba is installed, the daemon is running... i cant figure out why it doesn't work.
    When I open Dolphin and go to Network I can see all the PCs in the local Network.
    After opening i can see 3 things (when looking at the system i am currently working on):
    <hostname>[00:21:5d:72:b4:84]  (has kind of a Networksymbol)
    <hostname> (has a shell-symbol)
    SFTP File Transfer on <hostname> (folder symbol with world in front of it)
    when clicking on the first one with the strange numbers, dolphin crashes.
    I dont know why! what i would like to have is a real symble filesharing for my local network i dont mind whether its nfs oder samba or whatever.
    thanks for help!

    We only want to connect/browse the server locally , so I'm a bit stumped on the need to set up DNS.
    Ideally i would like to browse the server directly by entering the IP address (and port number if need) followed by the site name.ie:
    By default, virtual hosting setup via Server Admin use name-based virtual hosting, meaning that Apache looks at the hostname in the request to work out which site configuration to use. That's why you need DNS - a way to map the numerous names to the various sites you've configured, e.g.:
    http://site1.server.local/ -> site 1
    http://site2.server.local/ -> site 2
    (where both site1.server.local and site2.server.local resolve to this server's IP address)
    It is possible to do port-based virtual hosting (where you include the port number in the URL) - to do this you leave the hostname blank in Server Admin and ensure that each site has a different port number configured.
    http://server1.local:8001/ -> site 1
    http://server1.local:8002/ -> site 2
    There's no easy way to map URI elements to different sites, e.g.:
    http://server1.local/site1 -> site 1
    http://server1.local/site2 -> site 2
    This can be done by editing Apache's configuration directly, but you can't do this via Server Admin (unless you really are just mapping to different directories and not entirely different sites).

  • Oracle VM Server for SPARC - network multipathing architecture question

    This is a general architecture question about how to best setup network multipathing
    I am reading the "Oracle VM Server for SPARC 2.2 Administration Guide" but I can't find what I am looking for.
    From reading the document is appears it is possible to:
    (a) Configure IPMP in the Service Domain (pg. 155)
    - This protects against link level failure but won't protect against the failure of an entire Service LDOM?
    (b) Configure IPMP in the Guest Domain (pg. 154)
    - This will protect against Service LDOM failure but moves the complexity to the Guest Domain
    - This means the there are two (2) VNICs in the guest though?
    In AIX, "Shared Ethernet Adapter (SEA) Failover" it presents a single NIC to the guest but can tolerate failure of a single VIOS (~Service LDOM) as well as link level failure in each VIO Server.
    https://www.ibm.com/developerworks/mydeveloperworks/blogs/aixpert/entry/shared_ethernet_adapter_sea_failover_with_load_balancing198?lang=en
    Is there not a way to do something similar in Oracle VM Server for SPARC that provides the following:
    (1) Two (2) Service Domains
    (2) Network Redundancy within the Service Domain
    (3) Service Domain Redundancy
    (4) Simplify the Guest Domain (ie single virtual NIC) with no IPMP in the Guest
    Virtual Disk Multipathing appears to work as one would expect (at least according the the documentation, pg. 120). I don't need to setup mpxio in the guest. So I'm not sure why I would need to setup IPMP in the guest.
    Edited by: 905243 on Aug 23, 2012 1:27 PM

    Hi,
    there's link-based and probe-based IPMP. We use link-based IPMP (in the primary domain and in the guest LDOMs).
    For the guest LDOMs you have to set the phys-state linkprop on the vnets if you want to use link-based IPMP:
    ldm set-vnet linkprop=phys-state vnetX ldom-name
    If you want to use IPMP with vsw interfaces in the primary domain, you have to set the phys-state linkprop in the vswitch:
    ldm set-vswitch linkprop=phys-state net-dev=<phys_iface_e.g._igb0> <vswitch-name>
    Bye,
    Alexander.

  • Airport for Internet with Wired Ethernet for local network

    I'm trying to set up a small local network of 3 PC laptops connected via a router to a Mac which is acting as the central repository for the 3 PCs. The 3 PCs and the Mac are all connected by Ethernet cables to the router which is deliberately isolated from the Internet. However, I also want the Mac to use Airport to get access to the Internet via another router which does have Internet access and provides wireless support.
    What happens is that the wireless Internet access for the Mac works OK as long as I have the Mac disconnected from the small PCs+router network. As soon as I connect the Ethernet cable to the Mac, it loses Internet access.
    It seems that the Mac is preferring to try to use the wired connection over the wireless connection for Internet access.
    How can I force the Mac to use the wireless connection for Internet access and leave the wired connection for my small local network? That is, how can I change the priorities for the two network interfaces (similar to the interface metric setting in Windows XP)?

    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8156.html
    read this and then look at this.. this is a screen shot of what you need to do..
    http://www.ofzenandcomputing.com/wp-content/uploads/2007/02/Picture%203.png
    if you share your wireless and tell it to share it THROUGH your ethernet you'll be okay..
    another thing that you may want to do is to access your routers settings and tell it to work as a switch rather then a router. however if you can get it to work using the article up top then you might not need to do that.

  • Can I use wifi for internet, while ethernet only for local network?

    Hello everyone.  We have two internet connections at our office.  One is wifi only -- but fastest uploads.  The other is connected to our ethernet network (and very slow).  Really, it's not much a network -- just iMacs connected to a switcher.  When transferring files between iMacs, obviously we want to remain connected to ethernet.  But when uploading and downloading files, the wifi option is quickest (long story why -- our offices next door, can't run a physical line yet, yadda yadda).
    So we find ourselves constantly switching between the two in network preferences.  Not only is this a pain, but it doesn't allow us to upload or download directly to a drive on the network.
    Is there a way to tell the preferences to use wifi for internet, and ethernet for the local network (without internet)?
    (We have updated mountain lion on i7 imacs, and most recent airport extreme)
    Thanks!

    Your downstairs router can be installed anywhere in your home, but telephone companies or ISPs are only obligated to install their equipment just barely inside its service entrance. Usually, that location is the worst possible one for a home network, since it's in a basement or some remote corner, far from all the devices that use it.
    Your idea to install an Ethernet cable to extend its reach to a more suitable location is an excellent one and will be worth the effort or expense. If you don't want to do it yourself a qualified electrician can perform the work quickly and elegantly, and you may find the cost surprisingly affordable. Ask your friends and neighbors to recommend a reputable electrician and get a written estimate.

  • Changing ID of host machine for local network

    I don't have a local network yet I keep getting messages that the OS has changed the identity of my machine in order to allow file sharing!! "FirstName-LastName-.3 has been changed to .4" Nothing seems to change in terms of operation, but it is irritating and I wonder why it's happening. I have "File Sharing" off.

    K T wrote:
    this happens when the system detects a computer by the same name on the same local network.
    It's also happening when there is only one computer....which is apparently the OP's situation as I took it.
    yes, I know. what I meant is that the computer thinks that there is another computer by the same name on the network. it does not mean that there is actually another computer by the same name present, just that your computer thinks there is one for some reason. resetting the router is the first thing to try in such situation.

  • Setting up a Server for Small Network

    I have a workgroup of 3 people all on macs running OS X. I have a PowerMac Quad and I want to set it up as a server so that my entire workgroup can access files from it in order to run InDesign and InCopy. How do I do this?
    Thanks in advance!

    OK, so I guess that I had already figured out that this is your first network. Let's have some fun...
    But in your your first post, you stated:
    I have a PowerMac Quad and I want to set it up as a server so that my entire workgroup can access files from it in...
    And no, 'server' won't be a separate user on the Quad. The Quad is the server, right?
    Quad=Computer=server.
    You are configuring the Quad with several new accounts.
    You
    Joe
    MaryLou
    Find this in SystemPreferences>Accounts. Unlock. Click the little Plus sign to add users.
    I would suggest setting the Quad with a static IP address inside your little LAN (local area network). You can find the steps by searching this group for 'static ip', or looking into systempreferences>Network>Built-In...
    You should really read up on some of these network basics (like finding IP address...)
    Don't apologize for your ignorance. Ignorance can be cured, but you'll need more than a hand-holding here in the Discussions.
    I will help, but show us that you're willing to help, too.
    Stop back when you've learned how to:
    a) find your IP address,
    b)set the Quad with a static IP,
    c)search the Discussions

  • SE/30 as print server for Tiger Network

    Is it possible to use an SE/30 running 7.5.3 to act as a print server on a Tiger network?
    SE/30 has an ethernet card installed. Network involves a Linksys WRT54G. AppleTalk is on, because I print to a LaserWriter 4/600.
    The reason for asking, is that the Assante EtherTalk box is troublesome. (Altho' it's about 6 years old.) When there is a power interruption, it is very uncertain whether I can see the LaserWriter again.
    By using the SE/30, I could connect the LW to it with the simple LocalTalk connection, and bypass the Assante stuntbox.
    Help would be most welcome.

    LocalTalk Bridge 2.1 Information
    The Apple LocalTalk Bridge is an unsupported tool used to share LocalTalk-only devices, such as some LaserWriter printers, PowerBook notebook computers, or Newton MessagePad communications devices, on an Ethernet, Infrared, or Token Ring network. With the LocalTalk Bridge, you can access an Ethernet, Infrared, or Token Ring network while maintaining a seamless connection to your LocalTalk network. Again, this is an unsupported tool and has been provided solely as a convenience. Apple makes no warranty or representation, express or implied, with respect to this program, its quality, performance, or fitness for a particular purpose.
    System requirements for the LocalTalk Bridge
    System software version 7.1 or later.
    Either classic AppleTalk networking software or Open Transport version 1.1 or later. For machines running Open Transport, version 1.1.2 or later is recommended.
    Memory requirements:
    • The LocalTalk Bridge driver requires approximately 70K of RAM to run.
    • Open Transport requires a minimum of 5MB of RAM for computers with 68000-family microprocessors or 8MB of RAM for computers with PowerPC microprocessors. Open Transport memory requirements are based on total system memory including virtual memory, minus the size of any RAM disk and disk cache you choose.
    Hardware Requirements:
    • The LocalTalk Bridge requires at least a 68020 processor.
    • Network interfaces to include one LocalTalk port and an alternate interface (Ethernet, Token Ring, or Infrared).
    Available on the Older Software Downloads page:
    http://www.info.apple.com/support/oldersoftwarelist.html#netcom
    Look for this string to download:
    Macintosh/Networking-Communications/OtherN-C/LocalTalk_Bridge2.1.smi.bin

Maybe you are looking for