Apache
How to develop for Drupal
Submitted by luke on Sun, 2010-04-18 06:19A new developer often find setup issues starting Drupal development. I'm trying to make it easier for people.
Overview: (click read more)
- Install Mysql, Apache, PHP. Versions should be MySQL 5.x, Apache 2.x, and PHP 5.x. This is harder than it should be. One OK solution is to install XAMPP on Windows. MacPorts has a nice system to install everything one needs.
- Often, you will find issues with PHP modules not being installed. One should learn how to add PHP modules in Windows and Unix.
- MySQL connection issues through Apache will also be a configuration issue.
Nice ISP in Box page
Submitted by albert on Sat, 2008-06-14 11:43Updated! http://diymacserver.com/ is the updated site.
While we all want to have straight forward instructions on getting an Apache, MySQL and PHP set up on your mac, even a mini. It has been very valuable to me. Many recipes out there, this one hasn't left me re-configuring over and over again.
Build mod_python with MAMP 1.7.1
Submitted by albert on Mon, 2008-06-09 19:08http://forum.webedition.de/phpBB/viewtopic.php?t=1866 this site give the contents of a config_vars.mk file that you need if you are going to build mod_python.
