PHP 4 on Mac Leopard Server

Hi there.
I would like to know, if it is possible to run PHP 4 on a Leopard Server. I have a website, that have problems running PHP 5, but runs perfectly under PHP 4.
Is there a way, to change it to PHP 4?
Thanx

I've found this info on another forum.
Maybe you can use it somehow:
PHP4 comes pre-installed from Apple. But it doesn't come pre-enabled.
You need to edit /etc/httpd/httpd.conf and uncomment two lines;
#LoadModule php4_module libexec/httpd/libphp4.so
#AddModule mod_php4.c
then restart Apache in Personal Web Sharing in System Preferences/Sharing/Services tab.
The Entropy PHP module (http://www.entropy.ch/software/macosx/php/) uses an extra .conf file (/usr/local/php5/entropy-php.conf) which essentially just contains the LoadModule and AddModule lines for PHP 5.
Of course, if you uncomment the PHP 4 lines in httpd.conf, then Apache tries to run both 4 and 5 and gets confused. You've to edit entropy-php.conf to point to PHP 4 instead. That's probably an ugly hack, however.

Similar Messages

  • Is PHP part of Leopard Server?

    I am about to install a PHP program called Jomscocial which is a community program for a website that is hosted on my server, am I correct in thinking that PHP is standard on the server etc.

    There is a php environment present within Mac OS X Server 10.5, yes.
    Do check your software for what php extensions might be required. There are a few php extensions around that Mac OS X Server lacks, which means you'll potentially be rebuilding php for your box. The folks over at TopicDesk have a few documents, including one covering how to [add GD2 to php on Leopard Server|http://downloads.topicdesk.com/docs/AddingGD2_to_PHP_on_OS_X_Server_10_5Leopard.pdf]
    Also be cautious around Internet-facing php installations in general, as packages based on that are common security targets; your servers will be attacked. (Not may be attacked. Will be.) Stay current, and stay paranoid.

  • Need help sorting a 'self-populating' plist file (vpn on mac leopard server - 10.6.8)

    i recently configured my mac snow leopard server using terminal and had it successfully working.
    i could vpn internally and externally to my server at its location.
    i one day started getting the message
         "The connection has failed. Please verify your settings and try again"
    i did as the message said and everything remained the same;
    - server IP
    - shared secret
    - username and password
    - public IP address
    - com.apple.ppp.l2tp.plist stil, configured correctly
    on a mission i thought id configure it the normal way by entering the data into the server admin panel and tried flicking the VPN service on and it wouldnt work, i was also getting an error saying it could not launch the com.apple.ppp.l2tp plist.
    upon investigation i found out that i had installed (but not running) iVPN... so i uninstalled this...
    still i could not get a VPN connection so i checked the com.apple.RemoteAccessServers.plist and noticed it had doubled in size (originally 4kb and now 8kb).
    i thought this was a mistake and deleted it knowing it would self create a new fresh plist file.... HOWEVER it constantly populates the info twice as shown below:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>ActiveServers</key>
        <array>
            <string>com.apple.ppp.l2tp</string>
        </array>
        <key>Globals</key>
        <dict>
            <key>PSKeyAccount</key>
            <string>vpn_0649d87c2f06</string>
        </dict>
        <key>Servers</key>
        <dict>
            <key>com.apple.ppp.l2tp</key>
            <dict>
                <key>DNS</key>
                <dict>
                    <key>OfferedSearchDomains</key>
                    <array>
                        <string>8.8.8.8</string>
                        <string>8.8.4.4</string>
                    </array>
                    <key>OfferedServerAddresses</key>
                    <array>
                        <string>192.168.0.248</string>
                    </array>
                </dict>
                <key>EAP</key>
                <dict>
                    <key>KerberosServicePrincipalName</key>
                    <string>vpn/[email protected]</string>
                </dict>
                <key>IPSec</key>
                <dict>
                    <key>AuthenticationMethod</key>
                    <string>SharedSecret</string>
                    <key>IdentifierVerification</key>
                    <string>None</string>
                    <key>LocalCertificate</key>
                    <data>
                    </data>
                    <key>LocalIdentifier</key>
                    <string></string>
                    <key>RemoteIdentifier</key>
                    <string></string>
                    <key>SharedSecret</key>
                    <string>com.apple.ppp.l2tp</string>
                    <key>SharedSecretEncryption</key>
                    <string>Keychain</string>
                </dict>
                <key>IPv4</key>
                <dict>
                    <key>ConfigMethod</key>
                    <string>Manual</string>
                    <key>DestAddressRanges</key>
                    <array>
                        <string>192.168.0.230</string>
                        <string>192.168.0.240</string>
                    </array>
                    <key>OfferedRouteAddresses</key>
                    <array/>
                    <key>OfferedRouteMasks</key>
                    <array/>
                    <key>OfferedRouteTypes</key>
                    <array/>
                </dict>
                <key>Interface</key>
                <dict>
                    <key>SubType</key>
                    <string>L2TP</string>
                    <key>Type</key>
                    <string>PPP</string>
                </dict>
                <key>L2TP</key>
                <dict>
                    <key>Transport</key>
                    <string>IPSec</string>
                </dict>
                <key>PPP</key>
                <dict>
                    <key>ACSPEnabled</key>
                    <integer>1</integer>
                    <key>AuthenticatorACLPlugins</key>
                    <array>
                        <string>DSACL</string>
                    </array>
                    <key>AuthenticatorEAPPlugins</key>
                    <array>
                        <string>EAP-KRB</string>
                    </array>
                    <key>AuthenticatorPlugins</key>
                    <array>
                        <string>DSAuth</string>
                    </array>
                    <key>AuthenticatorProtocol</key>
                    <array>
                        <string>MSCHAP2</string>
                    </array>
                    <key>DisconnectOnIdle</key>
                    <integer>1</integer>
                    <key>DisconnectOnIdleTimer</key>
                    <integer>7200</integer>
                    <key>IPCPCompressionVJ</key>
                    <integer>0</integer>
                    <key>LCPEchoEnabled</key>
                    <integer>1</integer>
                    <key>LCPEchoFailure</key>
                    <integer>5</integer>
                    <key>LCPEchoInterval</key>
                    <integer>60</integer>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
                <key>Radius</key>
                <dict>
                    <key>Servers</key>
                    <array>
                        <dict>
                            <key>Address</key>
                            <string>1.1.1.1</string>
                            <key>SharedSecret</key>
                            <string>1</string>
                        </dict>
                        <dict>
                            <key>Address</key>
                            <string>2.2.2.2</string>
                            <key>SharedSecret</key>
                            <string>2</string>
                        </dict>
                    </array>
                </dict>
                <key>Server</key>
                <dict>
                    <key>LoadBalancingAddress</key>
                    <string>1.2.3.4</string>
                    <key>LoadBalancingEnabled</key>
                    <integer>0</integer>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>MaximumSessions</key>
                    <integer>128</integer>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
            </dict>
            <key>com.apple.ppp.pptp</key>
            <dict>
                <key>DNS</key>
                <dict>
                    <key>OfferedSearchDomains</key>
                    <array>
                        <string>8.8.8.8</string>
                        <string>8.8.4.4</string>
                    </array>
                    <key>OfferedServerAddresses</key>
                    <array>
                        <string>192.168.0.248</string>
                    </array>
                </dict>
                <key>EAP</key>
                <dict>
                    <key>KerberosServicePrincipalName</key>
                    <string>vpn/[email protected]</string>
                </dict>
                <key>IPv4</key>
                <dict>
                    <key>ConfigMethod</key>
                    <string>Manual</string>
                    <key>DestAddressRanges</key>
                    <array/>
                    <key>OfferedRouteAddresses</key>
                    <array/>
                    <key>OfferedRouteMasks</key>
                    <array/>
                    <key>OfferedRouteTypes</key>
                    <array/>
                </dict>
                <key>Interface</key>
                <dict>
                    <key>SubType</key>
                    <string>PPTP</string>
                    <key>Type</key>
                    <string>PPP</string>
                </dict>
                <key>PPP</key>
                <dict>
                    <key>ACSPEnabled</key>
                    <integer>1</integer>
                    <key>AuthenticatorACLPlugins</key>
                    <array>
                        <string>DSACL</string>
                    </array>
                    <key>AuthenticatorEAPPlugins</key>
                    <array>
                        <string>EAP-RSA</string>
                    </array>
                    <key>AuthenticatorPlugins</key>
                    <array>
                        <string>DSAuth</string>
                    </array>
                    <key>AuthenticatorProtocol</key>
                    <array>
                        <string>MSCHAP2</string>
                    </array>
                    <key>CCPEnabled</key>
                    <integer>1</integer>
                    <key>CCPProtocols</key>
                    <array>
                        <string>MPPE</string>
                    </array>
                    <key>DisconnectOnIdle</key>
                    <integer>1</integer>
                    <key>DisconnectOnIdleTimer</key>
                    <integer>7200</integer>
                    <key>IPCPCompressionVJ</key>
                    <integer>0</integer>
                    <key>LCPEchoEnabled</key>
                    <integer>1</integer>
                    <key>LCPEchoFailure</key>
                    <integer>5</integer>
                    <key>LCPEchoInterval</key>
                    <integer>60</integer>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>MPPEKeySize128</key>
                    <integer>1</integer>
                    <key>MPPEKeySize40</key>
                    <integer>0</integer>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
                <key>Radius</key>
                <dict>
                    <key>Servers</key>
                    <array>
                        <dict>
                            <key>Address</key>
                            <string>1.1.1.1</string>
                            <key>SharedSecret</key>
                            <string>1</string>
                        </dict>
                        <dict>
                            <key>Address</key>
                            <string>2.2.2.2</string>
                            <key>SharedSecret</key>
                            <string>2</string>
                        </dict>
                    </array>
                </dict>
                <key>Server</key>
                <dict>
                    <key>Logfile</key>
                    <string>/var/log/ppp/vpnd.log</string>
                    <key>MaximumSessions</key>
                    <integer>128</integer>
                    <key>VerboseLogging</key>
                    <integer>1</integer>
                </dict>
            </dict>
        </dict>
    </dict>
    </plist>
    Thinking i was half clever i thought id do a restore to when i first set the server up... not successful
    Secondly i wiped the drive with zero data and did a fresh install... still not successful.
    There must be a way to fix this BS error!
    my source for the original setup was here: http://dreaming-artemis.com/2011/07/18/setting-up-vpn-on-the-imac-osx-snow-leopa rd-10-6-8/
    Thanks in advance
    TMC

    I would think you could copy them over using rsync, which is part of the OS X server package.  If you're not familiar with rsync there is a tutorial here:
    http://everythinglinux.org/rsync/
    Skip the stuff about installing and configuring rsync and just go to the part about using it to copy files between servers.

  • HELP... Mac Leopard Server Install

    Hi,
    I did a clean install of Leopard server on a Mac Pro. When I open the server preferences pane, it "grinds" away for a while and then finally displays the services, but very slow... The same when opening server admin tools. It sees a server but takes a long time to display the information.
    The only thing that is a bit odd to this newbie (very newbie) is that during the setup process I used office.companyname.com as the primary DNS. But the sever host name is Company-Name-Sever.local not sure if that means anything to you guys...
    When I try to set up a macbook pro to the server it displays office.companyname.com, which doesn't work with the password. So I enter Company-Name-Sever.local which does work with the password, but takes a long time to show the services available, and the list doesn't include all the services that users is assigned....
    What's up??
    Many Thanks!!

    Hi.
    You do need (and Apple does not emphasize this enough), working forward and reverse DNS for OS X Server. It need not be on your OS X Server, but it is needed.
    To change the server's FQDN after-the-fact, you need to use changeip in the terminal.
    enter: man changeip
    for more info.
    Please, be very, very careful if you are new to DNS and your machine is on a publicly reachable IP !
    If that is the case, please hire a demonstrably knowledgeable professional to help with your DNS. For example, have your ISP host your DNS. It It's not something you should ever "play" with outside of anything but a private network and with zone transfers disabled unless you know what you're doing.
    For example, please read the whole thread,
    http://lists.apple.com/archives/macos-x-server/2008/Jan/msg00198.html

  • Host website and email on my Snow Leopard Server

    Hi. I have a customer who currently has a hosting company for his emails and website. He recently bought a Mac Leopard Server which I set up on the network which now he wants to host his web site (be a web server) as well as his own Mail Server (with his email addresses hosted himself). The ISP provides him with a static IP address, he has a registered domain name with GoDaddy. How do I go about providing this service to him on the Mac Server and what do i fill in as the default DNS name on the Server? Additionally what ports do I open on the ISP firewall and how and where do I store the website files for hosting the the website? I prefer not to host DNS on this Server as it is a small network how can I configure the MX record for this site then? Thanks.

    This is not a trivial task. Getting a Mac to act as a web server is trivial, provided you either can do with the default settings or are capable of managing an Apache web server. However, making that available on the web in general and making it the server responsible for maintaining the company web site is another thing entirely.
    First, a static IP address is not the same thing as a connection appropriate for a web server. Unless your client has paid for an internet connection that will allow such use, his ISP may very well cut him off as soon as they discover he's using it to run a server. Paying for such a connection will be much more expensive than just paying for a static IP address. And unless he's really paying a lot, the site will be slower than most web sites.
    Similarly, he's going to have to pay for someone to be on call 24-7 to fix server issues. He'll also need to have backup hardware in case of hardware failure. For example, if the hard drive in the server dies, he may not be able to afford a few days' downtime while a new hard drive is bought, the old one replaced and all the software and data reinstalled/restored on the new drive. If the site is at all important, I wouldn't consider anything less than a second server kept entirely synced with the primary one so they can be swapped out at a moment's notice.
    Honestly, given all the extra costs of running your own server, it's actually cheaper to just pay for hosting on a decent service provider. (GoDaddy is not one I would consider decent, so if he's having issues, switching hosts is probably the better option.)
    Now, if he just wants a small, in-house server that won't be seeing much traffic, that's definitely possible. But, as already pointed out, that would be better discussed on the server forums. Although some folks here will have experience setting up a web server on a standard copy of Mac OS X, many/most of them have no experience with Mac OS X Server.

  • Leopard server and windows users

    We run a mac + pc environment with some users on macs, many on pcs, and our office server is a windows exchange for email etc. As a multi-location consulting firm, we need to set up a good collaboration system that is hosted internally (to preserve confidentiality) and allows us to create a web-based knowledge creation, sharing and collaboration environment. We have looked at some of the new web services offers, but all are hosted by the providers.
    We are considering buying a mac leopard server and have the following questions:
    1/ will windows users be able to use the wiki, chat, calendaring and podcast facilities from their laptops without any problems, and will they have the same easy user interface?
    2/ does the wiki server enable group collaboration like:
    2a/ sending out email notifications on new posts (without changing our exchange server)
    2b/ allowing groups to create project and team specific areas
    3/ The problem we face is one of adoption. If we can make this as easy as facebook, then lots of people will migrate within 48 hours. But is this possible with the leopard server?
    4/ finally, we are based in Singapore and our offices are all in Asia? Do we need a lot of experienced Apple-savvy technical people to create any of these applications, or is leopard server as easy to use as a mac is for a home user?
    Any thoughts or inputs would help. FYI, alternatives we are evaluating are jive software's clearspace or basecamp or zoho's web based suites.
    thanks / Suresh
    Message was edited by: suresh Venugopalan Shankar
    Message was edited by: suresh Venugopalan Shankar

    suresh Venugopalan Shankar wrote:
    1/ will windows users be able to use the wiki, chat, calendaring and podcast facilities from their laptops without any problems, and will they have the same easy user interface?
    Yes, the web based interfaces work just fine for both OS's, the chat server is using jabber (clients on about every OS) and the calendaring is using the standards based iCalendar format.
    2/ does the wiki server enable group collaboration like:
    2a/ sending out email notifications on new posts (without changing our exchange server)
    2b/ allowing groups to create project and team specific areas
    I don't know of functionality to send out e-mail notifications on new posts, but you can subscribe to RSS feeds of things posted in the blog section of the wiki server. I'd need a little bit more information to understand what you're looking for as far as creating project and team specific areas.
    3/ The problem we face is one of adoption. If we can make this as easy as facebook, then lots of people will migrate within 48 hours. But is this possible with the leopard server?
    On the front end most of this stuff is very easy to use, and is in my opinion even simpler than facebook and such.
    4/ finally, we are based in Singapore and our offices are all in Asia? Do we need a lot of experienced Apple-savvy technical people to create any of these applications, or is leopard server as easy to use as a mac is for a home user?
    It's pretty easy to set the server up as long as you read the documentation. There's also a lot of resources online if you have problems (like this forum). It would probably be helpful to have someone familiar with LDAP systems and at least some command line usage on the server, but like I said, the documentation is pretty good. You can go read it to get an idea at http://www.apple.com/server/macosx/resources/
    Hope that helps out some.

  • Anybody know a guide to revert Snow Leopard Server from php 5.3.1 to 5.2.x

    I need to build a membership database for where I work. I had it working fine on my personal mac, but wanted to host it on a dedicated computer, so last week I went out and bought a Snow Leopard server.
    The biggest issue I've come across is that Snow Leopard ships with php 5.3.1 installed and the Drupal / Civicrm system I'm using will only accept php 5.3.0. and apparently php 5.2.x is a much more stable / less buggy build. So I've been trying to figure out how to remove the installed php and downgrade to a previous build.
    I should also point out that while I can do fairly limited things in Terminal, I am by no means a pro. I
    am looking for something like the entropy build, rather than trying to figure out how to configure the whole thing myself -- if that makes sense.
    Message was edited by: Flakesobran

    You really have two options here.
    Your SonicWall Firewall has a built-in VPN server, so you could configure that, point your remote client to the SonicWall's address and you're set - the remote machine will be given an address in your internal (192.168.2.x) LAN and will be able to communicate with all the other machines on the LAN.
    The other option is to configure the VPN server on your Mini, in which case you'll need to configure port forwarding on the SonicWall so that the VPN traffic (the UDP ports listed above) are passed through to the server.
    The advantage of running on the Mac is that it's automatically tied into the directory system on your Mac, so any user in your Mac's directory will be able to establish a VPN connection. The downside is that it's a little more complex to setup due to the port forwarding requirements.
    In either case, once the VPN connection is established your remote Mac will be able to communicate with any machine on the LAN (the Mini, other clients, printers, etc.). The only thing that won't work will be auto-discovery (e.g. Bonjour), so VPN-based servers won't appear in your Finder's sidebar, for example. To overcome this you'll need to make sure your LAN DNS is working properly or know the IP address of each machine on your LAN.

  • Running Mac OS X Leopard Server on iMac

    Hi,
    I am totally new in Apple World, Can I run Mac OS X Leopard Server on intel iMac?
    Simon Zarate

    This configuration works.
    (For some cases of upgrades, you might need to use a documented upgrade path, where you slide Mac OS X Server files onto the iMac. Details are around; look for the meta-package path and related. Here are the [10.4 upgrade details|http://docs.info.apple.com/article.html?artnum=302960], and I expect some similar technical notes might well exist for 10.5, and details are probably in the Mac OS X Server 10.5 upgrade manual, too.)
    You may or may not need Mac OS X Server here.
    I tend to try to partition user activity from server activity; servers and services tend to be mostly- or always-on, where client boxes come and go, power up or down, lack UPS, etc. Servers get dedicated storage and communications, UPS devices, etc. More cautious upgrades, etc. Server also means you don't have ready access to Time Machine and such; that you have to deal with backups yourself.
    If you've never run a server, it's kind of the "deep end of the computing pool", too. There's a whole lot more to deal with, in terms of set-up, operations and other aspects of the platform. As nice as it is, the Mac OS X Server environment still requires management and upkeep.
    If it's an internal project (and not exposed to the open internet), you could just load [MAMP|http://mamp.info] onto Mac OS X and move on to the next issue. MAMP provides MySQL, Apache and php.
    I'd suggest that you get going with Mac OS X. Then decide if you need a server, and -- if you need always-on, look to something akin to Xserve box. (If you're unsure if you need a server, Occam's Razor says you're probably not ready for a server.)

  • Upgrade mysql in Mac Os Server Snow Leopard 10.6.8

    Hi
    The built in mysql server on Mac Os Server Snow Leopard 10.6.8 that I have bought is 5.0, I need to upgrade it to 5.5, how do I do that?
    I followed these instructions
    http://support.apple.com/kb/HT4006
    Everything went smoothly except that the server is not upgraded still the same version.
    Thanks

    Chris is right. The only way, you can upgrade to 5.5 is by doing it manually. Apple will probably update to a later version with Lion. But MySQL version updates have been rare in the past.
    Installing a different version is pretty straightforward, but you can not use SA anymore and have to configure the php, apache in the correct way. There are plenty of links out there which can help you.
    So long.
    Lane

  • I transferred files from a NAS server to the Mac Mini Snow Leopard Server and now some of the files have Custom Access and can't  be opened by some users.  How do I fix this?

    We're setting up our Mac Mini Snow Leopard Server, and in the process transferred files that had been stored and accessed from our Blackarmor NAS server over to the Mac.  These files were all created on PC's and are Office Excel files, WordPerfect files or PDF's.  When you look at the files on the Mac from the Mac and bring up Get Info for the affected file, it says that the file has Custom Access.  The files that work properly don't have that configuration.  I can access and open the files on some computers, but some users can't open the files from their computer even though they can see it.  We're all using PC's and they get the Error:  Access Denied-Contact your administrator--or something similar.  I've seen on the web similar issues and it may have something to do with ACL permissions.  I don't know enough about Mac OS to understand this, but what is baffling is that they can be opened from some PC's but not others, and all of the Users have the same accessibility to the files.  Thanks for a solution!!

    Oh, on the losing Internet, try this...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    PS. Your English is quite good & completely understandable.

  • Installing Snow Leopard on Mac Mini Server

    I recently purchased a 1Tb 4Gb Mac Mini Server, running Snow Leopard Server. I want to use it as a central repository for my other macs: storing music, movies, backup, screen sharing (it's hooked up to my 32-inch TV) but I also want to be able to run Logic Pro, Ableton Live, etc. I also have a Macbook Pro running Snow Leopard Client, which contains all of my programs, plugins, data, etc. I realize that Snow Leopard Server does not have migration assistant, so I have tried to install a retail copy of Snow Leopard onto the secondary drive, but when it gets to the restart stage it crashes every time. I think this is a firmware issue, because the Mac Mini has a different hardware configuration to other macs. I do not have access to the mid-2010 Snow Leopard Client for Mac Mini which would allow me to install Client and use migration assistant from there. What I would like to know is:
    1/ Can I manually migrate my plugins/settings/programs to the server? If so, how? What is most crucial (and what I don't understand) is copying my audio units and audio programs (e.g. Logic Pro, Pro Tools). Because of the firmware issue, it seems more difficult than cloning my MacBook Pro to a time machine HDD and running from there... I would really like to purely clone my MacBook Pro, because I am very happy with the way it is set up.
    2/ Should I just wait for OSX Lion (July/August) which seems to be a combined server/client os, install that on both machines and run migration assistant from there?
    3/ Is there another method I can use? Something I am overlooking?
    Thanks in Advance.

    Thanks for your reply. I talked to the Apple Support again and they told me the server edition could only be used on that OS and if I wanted to use it as something else I could chose not to use the server applications, or buy a regular Mac mini. And that was all they said. Interesting since it was one of their sales persons who told me I could install Snow Leopard.
    Anyway, I got hold of a client disc and it all worked like a charm.

  • Can i put snow leopard on a mac mini server? MORE INFO BELOW

    Hi! I am getting a mac mini server in august (new hdmi type) and i dont want server becuase i am a home user. can i buy and install regular snow leopard (preferably mac box set) and will there be any software isues? questions: [email protected]

    Double posting the same question is a good way to confuse everyone. I suggest you close at least one of these.
    See your other posting for my reply.
    Allan

  • Moving accounts from Snow Leopard Macs to Mac mini with Snow Leopard Server

    I got my brand spanking new Mac mini today with Snow Leopard Server! So far, we (at home) were managing our accounts on individual iMacs and a MacBook Pro. While I will be getting into the innards of account migration, management etc. I thought I'd post a quick question here; Currently I have an iMac with three user accounts on it (wife and two kids). I also have my own personal MacBook Pro with my account (the only Admin account) on it. We'll soon be getting another iMac for our daughter (who currently has an account on the existing iMac). My idea in getting the Mac mini was to move to and centrally manage all the user accounts in the household on the Mac mini server. What is the best way to accomplish this? What is the best way to move the existing accounts on to the server?
    Additionally, I'll be looking into connecting the two stationary iMacs with Powerline Ethernet (where one runs Ethernet over existing electrical wires in the walls). My other option would be to rely on wireless network (I don't think this would be a good idea for if I am going to be placing the user accounts on the server and there needs to be a constant on, reliable connection between the server and the client computers as they will be talking to each other a lot!). Any thoughts on Powerline? (I am not looking forward to installing Ethernet cabling behind walls :o))
    What say the wise men of Mactopia?!
    Thanks,
    Kenneth.
    P.S. I had earlier accidentally posted this in the corresponding section of Mac OS X instead of the Mac OS X Server forum.

    Ok so the esiest way to explain this is to tell you what i just went through.
    I have 3 user accounts. All the accounts are network Users meaning that there home folder are kept on the server. I was having a problem with Time Machine giving me error 41 and error 11. After scratching my head for 2 days I ended up copying (Drag-n-Drop) the Home Folders to an External Hard Drive. I then proceeded to erase both of the internal hard drives on the mac mini and did a fresh local install of the Server OS.
    Everything was fine at that point. Now this is where Snow Leopard stopped being nice.
    I went and Created the user account again using WGM. I let WGW create the home folder and the 9 folder inside. I made sure the short names were the same and the passwords were the same as they were previously.
    However, once i Copied files from the external drive to the home folders the permissions copied as well, Which i guess should be expected. So now at this point apparently the UID's of the newly created users wasn't the same as they were before the clean install. I have multiple instances of root listed in the ACL for several folders and also had several instances of System listed sporadically.
    Now, This isn't to say that you can't drag n drop because now That I have it all squared away and everything is now working ok, I would probably still drag n drop the home folder off to an external disk, but only because I now know what to do to clean things up.
    if you drag and drop be sure to use the CHOWN command and theCHMOD commands afterwards. Take a look at this MacFixIt article: http://reviews.cnet.com/8301-13727_7-20013630-263.html?tag=mncol;title
    If you copy your local imac users to the home directory on the server you may want to follow the steps on the URL I gave plus you will most likely also have to do the following. In a nutshell you are going to use the chmod command to strip all the ACL Permissions then you are going to use the chown command to re-specify the correct owner and the correct permissions for the network user.
    !) Go into ServerAdmin and click on Sharing
    2) Go to the users folder you are using and select the user you are going to work with.
    3) Click on the Permissions option
    4) click on the +sign at the bottom (this will open the users & groups list to the right)
    5) Drag the current user from the users list to the owner permissions line under posix section
    5a) Click Save
    6) Click on the Gear button at the bottom
    7) Check the box for Owner Name and Owner Permissions.
    8) Uncheck the box for Access Control List then click ok
    Once you've gone through that rigmarole you can go back into ServerAdmin and fix the permissions for public and Sites folder which should only take a minute or so.
    So the moral of this story and as I found out when i ended up calling Enterprise support is that the act of dragging and dropping user home directories from one server to another, or as in your case, from a local machine to a the server isn't anything that apple recommends or supports. you might want to read through the man pages for "Ditto" or so apple tells me, but honestly now that you know, the steps above aren't all that bad. It's true Knowing IS half the battle!
    have Fun!
    P.S. FWIW If you run into problems and have to call Enterprise Support be prepared for them to tell you to refer to the user Guides. So reading those would be to your advantage even though they aren't the easiest things to understand unlike apple's consumer products user guides

  • Can i install bootcamp on mac mini snow leopard server 2010

    hello,there are 2 harddisks on a mac mini server 2010 (snow leopard server.)i want to use the other hdd for installing Windows home server 2011 x64 .
    but there is no bootcamp on the server.(do i have to download it?)
    how can i do this,or do i have to use parallels desktop.
    i have also a mac mini and a macbook pro and an alienware and a clevo laptop so i want the 2 servers seperate(and the mac-server on all the time)

    You would need to install SL (non sever) on you Mac Mini Server.
    You may be able to install the nonsever version on your 2nd HDD
         -Partition you 2nd HDD to the max BootCamp Partition
         -Install Windows Home Server on the BootCamp Partition (don't know of Windows Server is supported)
    So you would have:
    hdd1 - SnowLeopard Server
    hdd2 - SnowLeopard (non-server) + Bootcamp Partition
    Scenario 2:
    If you don't have a need for SL Server SW, then wipe out the system and put only the regular SL (non sever) on disk 1. Partition Disk2 for Bootcamp only.
    hdd1- SL (non-sever)
    hdd2 - Bootcamp
    I really don't know if you can copy the Bootcamp app onto SL Server OS to create a Bootcamp partition.

  • Using ms office 2008 for mac home & student edition with snow leopard serv

    Hi all,
    I have a very particular question.
    I have a new small business starting up and we want to make full use of leopard and snow leopard server in our infrastructure. We also want to use os x for all our client machines.
    We want to use ms office 2008 for mac as our main offfice software but i believe we don't need all the uses or festures of the business edtion and i need to seek good advice and clarity on this.
    We won't ever use any microsoft exchange servers but instead willl use the apple mail servers and all the other apple server services.
    My question is, based on the fact that we will have an all apple mac os x backend and client frontend but want to use the ms office for mac as our business software, and also based on the fact that we wont use the "Build your Brand clip art, Build your skills by lynda.com, the Remote Desktop for mac 2, the Microsoft Exchange Server Support and the Microsoft Windows sharepoint services support, do we really need to go for the business edition? Can we not just use the home and student edition and get the same functionality using everything else apart form what we listed as we wont need these?
    The other question is, the Entourage 2008, Web services Edition, will this work with an apple backend instead of ms exchange server?
    Kind regards and thanks for your wise advice,
    Neil Watson

    Thanks, Kurt--I understand now. 
    One reason I was alarmed was that evidently when the tech installed Office 2008, something went awry with either the key installer or the key code, because when I finished the first two updates (12.1 and 12.2), I tried to open Entourage to see if the problem I'd been having was resolved. Instead of opening, Office gave me a message that my product key was invalid!  I did find the product key, and called the tech, who will come by to see what's wrong (he's an honest guy, so I'm sure it's a legitimate error of some kind, not a pirated copy). But the thought of installing two pages of updates and maybe running into the same glitch every time made me blanch.  So I'm glad to know that Microsoft is still doing Service Packs for 2008!

Maybe you are looking for

  • SAP CRM 7.0 and BW 3.5 - BI_CONT 353?

    Hello all!! We have CRM 7.0 and BW 3.5 with BI_CONT 353 SP 10. Users need to analyze their CRM transactions but we cannot upgrade BW for now. The CRM 7.0 Master guide says install BI_CONT 7.04. Is there a documentation in order to identify the gaps b

  • Change Tax Classification in Sales Order

    Hi all, I have a question about tax classification in sales order. I know that taxable or non taxable is determined by a variety of key (by material, order type, departing country & destination country, etc). I use Domestic Taxes as a key to determin

  • Hard drive failure on Pavilion dv6-6000 laptop (LT069AV)

    I posted this as a reply on another thread (xxx).   Thought I might get a quicker response starting a new question. Persistent BSODs and disk errors culminated in a "disk not found" error yesterday on my dv6-6000 laptop PC.  Windows 7 Home, Intel i5

  • HT5219 Can I connect my thunderbolt monitor to my MacBook Pro and iMac at the same time

    I am wanting to connect my thunderbolt monitor to my MacBook Pro as a secondary monitor when running programs in windows 7 thru boot camp, and also have it connected to my iMac as a secondary monitor when working thru apps on my iMac. Is there a way

  • Need to update the actual start date & time of a operation in workorder

    Hi Experts,                I need to update the Actual Start date and Actual start time of a Operation of  a WorkOrder through a Function Module. I was looking into the BAPI_ALM_ORDER_MAINTAIN FM, but i couldn't find any field relating to the actual