Thursday 28 July 2011 10:17:38 am - 3 replies
Recently, Apple release a new Mac OSX version named Lion. There are a lot of new stuff, but for this tutorial, we'll see some updates for Apache and Php version. Macport will not be necessary to configure your AMP service.
This article is available in french at http://www.pheelit.fr/HighTech/Developpement/Installation-Apache-PHP-Mysql-sur-Mac-OS-X-Lion
Monday 04 June 2012 10:41:12 pm
Thanks for sharing!
I had an issue with this error on my apache install:
[error] [client 127.0.0.1] File does not exist: /usr/htdocs
I was due to some problem with Mac OS X Web preferences. I had to go and enable Web Sharing from preferences to make it work,
System Preferences->Sharing->Web Sharing and restart Apache
I think its got something to do with apache user not having permission to access my DocumentRoot, which is not entirely obvious from the error_log.
Tuesday 05 June 2012 9:33:33 am
I also encountered some problems while compiling crypt. Compiling resulted in numerous errors (like this one: lipo: can’t figure out the architecture type of: /var/folders/v6/nrfc_5hn12g91vzw8vff44m00000gn/T//cchRI7wl.out) and the mcrypt extension did not work.
Found the solution at this link: http://remonpel.nl/2012/01/adding-mcrypt-to-your-osx-lion-php-install/
You must be logged in to post messages in this topic!