I want to install the latest version of Sphinx Search Engine on top of the MySQL tables on MAMP. My whole web application uses MySQL tables that I test locally using MAMP on a MacBook. However, I can't seem to find a good way to install Sphinx on top of the MySQL of MAMP. I would love a detailed explanation of the installation since I followed the steps of installing Sphinx and it kept failing.
I've just downloaded the latest version of MAMP (2.1) but have run into a few issues.
I'm developing using Symfony2 which requires php5.3 minimum. It also requires a php accelerator, ideally APC. So, I set MAMP (I'm not using MAMP PRO) to use php 5.4. Problem solved, I thought. Apparently not though.
How do I install additional modules into my server configuration? Currently all of the other modules are installed in /Applications/MAMP/Library/modules...and I see that they are mod_*.so source files, but I cannot seem to get mine to end up here... :?
I am trying to set up an SVN repository and use my Apache (MAMP) server to serve the repository.
I'm using MAMP PRO on my Mac (running OSX 10.8 Mountain Lion).
Today I added a new host and managed to name it sitename .org which now making me unable to access it online.
Fist I tried to rename the host - didn't work.
Then I tried to remove the host - didn't work.
If I type which php I get
/Applications/MAMP/bin/php/php5.3.6/bin/php
If I type where php I get
/Applications/MAMP/bin/php/php5.3.6/bin/php
/usr/bin/php
And that's fine, but I am trying to remove the /Applications/MAMP/bin/php/php5.3.6/bin/php so it uses the one in /usr/bin/php but I cannot find out where that is being added?
I am using MAMP Pro 2.0.5 (latest)
and copied the my-medium.cnf file and placed it into /mamp/conf/ and renamed it to my.cnf
under the [mysqld] i placed
log = /Volumes/www/public/logs/mysql-queries.log
to get the log going ( i want to log all queries)
but nothing happends. I resarted mamp and when i run queries nothing gets logged. what am i doing wrong?
I'm running MAMP PRO 2.1.1 on OSX 10.8.1 and not having any luck getting Apache to recognize any hosts that have been set up in MAMP besides localhost. This only happens when trying to use port 80. When I switch to port 8888 everything runs fine.
Mountain Lion's Apache has been disabled and I get no errors or warnings when starting MAMP and the servers.
I have a MAMP setup which runs PHP 5.3.5 on my Mac OS X 10.5 computer. I am trying to install a crontab that executes a PHP script, which is located on my MAMP server. I can only get the crontab to execute if I use the php installation from /usr/bin/php, which is version 5.2.15. In other words, this is the pre-installed MAC OS X installation of PHP.
I'm struggling to get FallbackResource to work on MAMP.
The latest MAMP's version of Apache is superior to 2.2.16, and mod_dir is supposedly enabled by default as well, so I don't understand why using this directive in my .htaccess files doesn't work.
Is there any way to debug/investigate why?