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.

74 questions
1
vote
1 answer

Can you SSH with MAMP?

I'm not sure whether you can connect to MAMP via Terminal (as SSH) that works like a server when SSH'ing into a webserver. I like to do this with MAMP but not entirely sure if you can - Google didn't help this part. If I do this: ssh -p 22…
MacMac
  • 2,061
  • 10
  • 31
  • 38
1
vote
2 answers

.htaccess rewrite with drupal and clean urls on mamp stack

I'm having an unusual access problem with Drupal running on a MAMP stack. The Drupal install is working fine, so I know it's not a Drupal issue. "Clean URLs" are working fine for anything with a single-level url, but nothing with 2+ path levels. For…
TwstdElf
  • 11
  • 3
1
vote
2 answers

memcache.so, wrong architecture in Unknown on line 0 in MAMP

I install memcache from pecl and I got memcache.so. After that I add in php.ini but I got a error. [12-Aug-2010 13:02:24] PHP Warning: PHP Startup: Unable to load dynamic library …
saturngod
  • 837
  • 2
  • 10
  • 12
1
vote
2 answers

How do I install PHP with JSON and OAuth on Mac Snow Leopard?

I want to use the Dropbox API via this library, http://code.google.com/p/dropbox-php/. I installed MAMP, and then I tried sudo pecl install oauth but I got the following. >>>> downloading oauth-1.0.0.tgz ... Starting to download oauth-1.0.0.tgz…
meilas
  • 119
  • 3
1
vote
2 answers

How to make MAMP PRO / XAMPP secure enough to serve as production webserver? Is it possible?

my task is to setup a MAMP webserver for our website in the easiest way so it can be managed by my colleagues without experience in server administration. MAMP PRO is an excellent solution, but some guys don't suggest to use it for serving external…
Andrei
  • 235
  • 3
  • 10
1
vote
1 answer

Memcache on MAMP 1.9

I am trying to make memcache work on MAMP 1.9. In the process I have successfully installed memcached and tested it. But I can't find a way to install memcache.so on my MAMP. Any suggestions. Thanks
Gautam
  • 215
  • 2
  • 9
1
vote
1 answer

How to compile PHP / PECL APD for MAMP / Snow Leopard?

When I'm trying to use pecl to install apd it compiles the extension for a 64 bit system. Since MAMP needs extensions in i386 mode, apache won't load this apd.so file. So how can I force pecl to compile the extension in i386 mode? Thanks for any…
dan
1
vote
1 answer

What to use as a file server with a web interface and user management on MAMP

I want to set up file/photo sharing for a largish group of friends and family. Flickr, Picasa etc. are not optimal solutions because setting up accounts, sharing albums and navigating privacy settings is going to be overwhelming for some of the…
Timo
  • 160
  • 5
1
vote
0 answers

MAMP Websites taking more than 20-25 secs to load, but sometimes

I'm using MAMP Pro on my Mac (Monterrey) and since a couple weeks I've been having a strange problem. After several tests I've been unable to find out where the problem is, but this is what happens. The main issue is, when I load any local…
Arturo
  • 11
  • 1
1
vote
3 answers

How to set up hosts file for local environment?

I'm trying to create subdomains on my localhost and am way out of my territory... I'm running MAMP on my Mac OS X and I thought/think I had/have to do the following: (Assuming I want to create me.localhost.com and you.localhost.com) (1) Edit…
n00b0101
1
vote
1 answer

Encoding error on just one server

I run several servers, one for development, one for client testing and another for production. I have a character encoding issue (the old "question marks in diamonds" appearing instead of accented characters), but only on one of these servers. The…
John Korchok
  • 131
  • 5
0
votes
1 answer

OpenSSl certificates management

I'm trying to complete a entire process of request/verify of a trusted timestamp. I'm working with a TSA server and i'm able to create a valid timestamp request. I know that it's valid because tsa owner has a webpage dedicated to the timestamping…
user31929
  • 101
0
votes
1 answer

DHCP and hosting with MAMP on a network

Im hosting a small DB app on my computer, my ip is attributed with DHCP and so Im not too sure on how to provide aces to this page that im hosting with MAMP on a Mac, all computers on the network are Macs. Is it possible that instead of providing…
user28606
0
votes
1 answer

Issues using PHP Trader Functions: Call to undefined function trader_ma()

I'm attempting to install the Trader extension on my mac, currently using MAMP. I believe the install was done correctly but can't seem to use them. Here is my feedback from terminal sudo pecl install trader pecl/trader is already installed and is…
shenn
  • 101
  • 2
0
votes
0 answers

MAMP for Mac version 3.4 mysql general query log not working

This is not a duplicate of another question. I really like MAMP as it simplifies development and am just trying to figure out how to enable general query log. I am trying to enable the general query log in MAMP 3.4 for mac What I have tried create…
Chris Muench
  • 487
  • 3
  • 10
  • 31