Questions tagged [mamp]

MAMP is a pre-packaged solution that installs Apache, MySQL, and PHP/Perl on OS X with minimal configuration. The default settings are generally insecure and most *AMP packages are meant for development and not production use. Because of this, you should refer to the faq before asking questions about MAMP and verify that your question is actually on-topic before you ask it.

MAMP is a pre-packaged solution that installs Apache, MySQL, and PHP/Perl on OS X with minimal configuration. The default settings are generally insecure and most *AMP packages are meant for development and not production use.

Because *AMP packages are generally not meant for production use, you should refer to the faq before asking questions about MAMP and verify that your question is actually on-topic before you ask it.

71 questions
2
votes
2 answers

Attempting to end anything running of port 3306

I have MAMP Pro running on OS X 10.7.2 and it uses port 3306 for MYSQL. It was running fine until this morning when I installed a trial of WebStart. I subsequently did not like Webstart and quit and uninstalled it. My problem now is that MAMP Pro…
Danny Englander
  • 123
  • 1
  • 1
  • 7
2
votes
3 answers

MAMP Vhosts Slow

Ever since I started using Vhosts with MAMP, page requests have been quite slow. It takes 3 to 5 seconds or more to process a page request. I'm wondering if it's the way my hosts or vhosts files are setup: hosts: ## # Host Database # # localhost is…
dcolumbus
  • 465
  • 1
  • 5
  • 10
2
votes
1 answer

MAMP extension won't load

I recently installed MAMP Pro 1.9.5. I followed several tutorials online explaining how to enable memcached. I was able to compile correctly with no errors. I added memcache.so to my php.ini as extension=memcache.so. For some reason it does not add…
ehftwelve
  • 171
  • 5
2
votes
1 answer

SVN errorcode=2 Could not open the requested SVN filesystem

I've got MAMP running (XAMP for OSX), and I'm trying to setup subversion. When I go to the freshly created repository in my browser, I get: Could not open the requested SVN…
Gerrit
  • 123
  • 1
  • 4
2
votes
3 answers

MAMP - Unable to turn off PHP E_STRICT error reporting

For some reason, MAMP won't allow me to turn off E_STRICT warnings. I've tried everything from changing the value explicitly in php.ini to error_reporting(E_ALL & ~E_STRICT) in my file... to explicitly saying php_ini('error_reporting', E_ALL &…
Mark G.
  • 131
  • 1
  • 7
2
votes
2 answers

How to enable SSI for all html files?

I use MAMP to develop sites. I have each site in it's own folder in the htdocs folder. I manage one site that I need to use ssi directives on, because the host doesn't allow php includes. I've un-commented these lines in httpd.conf file: AddType…
Jamie
  • 123
  • 1
  • 4
1
vote
0 answers

CURL Cannot Resolve Host running on MAMP

I have a MAMP PRO set up with local SSL certificates for a url named qph-plugin.local which is running a wordpress site. When I view the site in the browser on my machine it all works as expected. When I make a request to the url with postman it…
Paul
  • 131
  • 1
  • 1
  • 3
1
vote
3 answers

Install ColdFusion 9 into MAMP Pro on OSX

I'm using this video tutorial to try and install ColdFusion 9 with MAMP Pro on my Macbook, for development purposes. It works when installing CF8; but with both the 32 bit and 64 bit versions of CF9, I can't get it working. I reach the 19 minute…
Adam Tuttle
  • 213
  • 3
  • 14
1
vote
2 answers

Trying to mirror a legacy PHP 5.3.29 app on CentOS 7 (strange I know!)

I'm wondering if any linux/php gurus out there could help. Long story short, i've been tasked with creating a mirror/backup of a website which is made in PHP 5.3.29 to mitigate any risks if the existing server fails for any reason. The app is huge…
rosey85uk
  • 71
  • 4
  • 11
1
vote
1 answer

Importing old mediawiki SQL dump MAMP

I've been tasked with importing an SQL database to setup up with a local mediawiki website (v1.14). We were sent a SQL file with an image file to upload to the local site. After setting up mediawiki using MAMP, when importing the files through…
TheCodingArt
  • 113
  • 1
  • 4
1
vote
1 answer

Is a local-only MAMP installation secure?

I just installed a basic MAMP server (on a Macbook Air 11" running OSX Lion) with no settings changed except for some php.ini things like "memory", "file_upload", etc that are more script related. I use this local server for my own "web…
Rock
  • 113
  • 2
  • 5
1
vote
3 answers

What is the proper way to create virtual directories in Apache without using symlinks?

I am coming from IIS and setting up virtual directories there is so pleasantly easy. You just right-click and add a "virtual directory" pointing to any path you like. This relative path gets reflected through the browser when viewing the site. How…
TruMan1
  • 425
  • 2
  • 9
  • 18
1
vote
1 answer

MAMP Virtual Hosts not working

So I'm pretty sure I set up my Virtual Hosts right, but they don't seem to be working. Yes, I have uncommented the vhosts include from httpd.conf. All I get when I try to access the virtual hosts is a browser "Page cannot be found page". If I start…
CourtDemone
  • 323
  • 1
  • 4
  • 8
1
vote
1 answer

MAMP goest to 100% CPU on Magento installation

I'm trying to move my Magento development to MAMP and getting problem with 100% usage on httpd both for new installations (after Create Admin Account) page and for existing stores moved from test server. I'm using MAMP Pro 2.0.1 with PHP 5.3.6 Also…
Zifius
  • 111
  • 4
1
vote
1 answer

MySQL can't write to tmp folder, how do I find this tmp folder

MySQL (using MAMP) says it can't write to Can't create/write to file '/private/var/folders/AO/AOyal7b0GU844L1VJDb3Bk+++TI/-Tmp-/#sqld035_6_0.MYI But using finder I can't find this location. How can I find this location so I can clear it.
Ankur
  • 2,369
  • 7
  • 22
  • 24