Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wrldwzrd89

macrumors G5
Original poster
Jun 6, 2003
12,110
77
Solon, OH
The methods I've come up with are:
  • MAMP software on the Mac
  • OS X Server on the Mac
  • Linux server in a virtual machine on the Mac
  • Linux server on another computer on the same network as the Mac
I'm not sure which is best for my specific goal, which is replicating my web hosting environment for testing purposes. I use 1&1 Business hosting, which offers a choice of PHP 5.2, 5.4, and "PHP dev" (not sure which PHP version this is), as well as offering Python 2.6 and some version of Perl I won't be using.
 
Right now I'm doing some server-side tests using MAMP. I do that to test wordpress development and works perfectly.
 
The methods I've come up with are:
  • MAMP software on the Mac
  • OS X Server on the Mac
  • Linux server in a virtual machine on the Mac
  • Linux server on another computer on the same network as the Mac
I'm not sure which is best for my specific goal, which is replicating my web hosting environment for testing purposes. I use 1&1 Business hosting, which offers a choice of PHP 5.2, 5.4, and "PHP dev" (not sure which PHP version this is), as well as offering Python 2.6 and some version of Perl I won't be using.

If you want to replicate the environment properly then a linux vm is best (assuming the host is running linux?). Get the same version os as the host and install that as a vm. Try to match the disk space and memory you are allocated as well.

Might take a bit of effort to set it up right, but could pay dividends in the long run for absolute surety of compatibility of your work.
 
If you want to replicate the environment properly then a linux vm is best (assuming the host is running linux?). Get the same version os as the host and install that as a vm. Try to match the disk space and memory you are allocated as well.

Might take a bit of effort to set it up right, but could pay dividends in the long run for absolute surety of compatibility of your work.
Thanks! I'll give this a try.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.