Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

Is it possible to redirect all sent mail to one specific email address?

I'm running a MAMP setup locally and recently discovered the postfix setting which is a life saver. Only downside is, my local machine could now send mails to any and every other mail address. I ...
0
votes
0answers
32 views

Install apache modules on MAMP

How can I install X-Sendfile apache module so that MAMP can use it? I have followed these instructions to install X-Sendfile, but it didn't work (it seems like it just installed it for the default ...
0
votes
1answer
31 views

turning my dynamic IP into a static one using a VPS?

I'm doing development with MAMP on OSX and need to get around a problem I'm having due to my dynamic IP. I'm using a payment API which has an IP whitelist even for development calls and I keep having ...
0
votes
0answers
23 views

MAMP Set up serving SSL but IE8 on Windows XP gets 403 Forbidden

I have the newest version of MAMP Pro set up on my Macbook. I have it serving two virtual hosts (example.com port 80, example.com port 443 with ssl). Everything works fantastic. It loads http and ...
0
votes
0answers
36 views

Logging mysql queries under MAMP Pro (MAC)

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 = ...
1
vote
1answer
77 views

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 ...
0
votes
1answer
28 views

How to stop only the Mysql server in MAMP PRO?

I need to stop Mysql server in MAMP PRO and keep Apache running. How can I do that ? There is a stop button available but it stops all services.
0
votes
1answer
97 views

MAMP MySQL won't start

I uninstalled MAMP completely, downloaded fresh copy of MAMP 2 from the MAMP website, did a clean install. However, when I try to start mysql, I get the following error log 111120 21:37:49 ...
0
votes
1answer
28 views

How stop a second apache server running on a local environment? [closed]

I've been using mamp for a while now and everything has been working great. Then today I go to start it up and mamp alert tells me that apache is already running on that port and to pick another one. ...
0
votes
0answers
46 views

I cannot get mamp or xammp to work with mySql

I'm using a mac. I had problems with xammp not working with phpmyadmin. I'd try browsing to it and it'd say an error and wouldn't show the database. So now I have downloaded mamp and I am ...
1
vote
1answer
62 views

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 ...
0
votes
0answers
26 views

MAMP Pro vhosts giving 404?

So I am trying out MAMP pro to setup a decent local development environment on my MAC. The biggest reason to choose MAMP pro is that you can just use the interface to add vhosts. Sadly, this is the ...
0
votes
1answer
7 views

MAMP not opening the correct file

I am a first time web app developer trying to develop a web application. I downloaded MAMP and have a simple index.html file in the htdocs folder. The apache root directory is also set to htdocs ...
0
votes
0answers
72 views

MAMP Virtual Host not working with custom document root

I have changed my Document Root in the MAMP settings to a folder in my Dropbox so I can easily sync my files between computers. This was fine until I started to using relative file paths, the URL was ...
-2
votes
2answers
50 views

Multiple websites on the same network [closed]

I'd like to set up a series of local development servers using the same IP address and different domain names, although I'm not sure about how to set it all up. I created the following domains ...
0
votes
1answer
82 views

Hosts file map localhost to existing domain not subdirectory* updated

I am locally developing a website via MAMP and rather than messing with the changing all of my links and etc later on I opened up etc/hosts and added this line 127.0.0.1 localhost mysite.com so ...
1
vote
2answers
132 views

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 ...
1
vote
1answer
103 views

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 ...
0
votes
1answer
213 views

MySQL won't start in MAMP server

I had MAMP successfully running in one of the user, but since I have created a new user to separate things between two developers, its throwing tantrums. I am pretty new to Mac itself but managed to ...
0
votes
3answers
291 views

Apache is denying me access, how can I configure it correctly?

I am running MAMP on OSX Lion, foolishly i upgraded MAMP to Version 2.0.1 yesterday and now I get the following error in my local development environment. "NetworkError: 500 Internal Server Error - ...
3
votes
2answers
223 views

DNS Lookups for local MAMP web server URL taking 5+ seconds

I'm running MAMP on OS X 10.7. I've set up a virtual host in Apache, like so: <Directory "/sites/example.com/"> Allow From All AllowOverride All </Directory> <VirtualHost *:80> ...
0
votes
1answer
70 views

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 ...
0
votes
1answer
71 views

Upgrade of MAMP PRO deleted my htdocs folder completely

I just upgraded my MAMP PRO to newest version 1.9.6.1 . After that it completely deleted all my projects in htdocs folder (thanx god I use TimeMachine). How should I updgrade it without such damage ? ...
0
votes
1answer
40 views

Mysql on mac installed but broken

I have MySql installed as part of MAMP on my MacBook Pro OS X 10.6.4. But Terminal responds to the mysql command with: -bash: mysql: command not found This: sudo find / -name "mysql" brings this: ...
0
votes
1answer
218 views

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 ...
0
votes
1answer
286 views

Connecting to MySQL Server from PHP Command Line (MAMP)

First of all, I'm using Mac OSX 1.6, MAMP 1.9, PHP 5.3.4, and MySQL 5.1.44. I'm in the process of setting up a video encoding service for a site using Chris Boulton's PHP-Resque and Redis. Once the ...
0
votes
2answers
39 views

Pipe emails to local machine

I'm trying to figure out how to pipe an email to my local machine. My setup is OS X 10.6 with MAMP. I need to be able to send something to xyz@dev.mydomain.com which my computer would respond to. Any ...
1
vote
1answer
48 views

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 ...
0
votes
0answers
225 views

Mamp won't restart MySQL server on Macbook

I installed MAMP succesfully on my Macbook and it worked fien. But now as I tried to start it, it can only start Apache server, not MySQL-server as I click the button "Start Servers". How can I solve ...
0
votes
0answers
72 views

Upgrade MySQL on MAMP

Anybody been able to complete an upgrade of MySQL on MAMP? I have found others looking to do the same and others that have listed there failed attempts. No news on anyone getting it to work though. ...
0
votes
1answer
357 views

Virtual Host Joomla and MAMP

I have been trying for some time now to set up a virtual host for the new Intranet we are putting in at my organization. It is on a separate server from the one running our website. I have set up the ...
0
votes
1answer
292 views

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 ...
2
votes
2answers
76 views

Case sensitive folder names in MAMP

I'm not sure what site this question should be on, please feel free to move as necessary. I am working on a project in PHP where I need to differentiate between the folders 'a' and 'A'. When I run the ...
0
votes
1answer
96 views

MAMP PRO - “Network Error (dns_server_failure)” when setting up VHosts

I'm trying to set up a virtual host locally on MAMP PRO; I've done this before on other machines and it worked like a charm. This time, however, when I try to point my browser to the path defined in ...
0
votes
1answer
116 views

PHP MAMP email stopped sending

I'm working on a simple registration email. I'm using MAMP (free) with PHP. I was getting emails from my code before. Now I get nothing. Here is a test code that doesn't send the email either. ...
0
votes
2answers
707 views

Can't get PDO MySQL driver to work on PHP

Trying to install Vanilla 2 locally using MAMP i got the error: "You must have the MySQL driver for PDO enabled in order for Vanilla to connect to your database". When I check phpinfo() I see: ...
1
vote
1answer
480 views

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 ...
0
votes
1answer
127 views

MAMP Apache server suddenly stopped working - no errors in the logs

It worked fine and then it just stopped working. version 1.9.4
1
vote
1answer
90 views

What are most servers configured with?

I know this is a general question, but I want to make sure I don't forget anything important. I'm trying to make a Mac server like MAMP or XAMPP, but I'm not sure what I should compile. MAMP and XAMPP ...
6
votes
6answers
3k views

Upgrading PEAR from 1.9.0 to 1.9.1 fails

I'm willing to install phpunit 5.3 with MAMP 1.9 and there for I need to upgrade PEAR to version 1.9.1. The current version installed is 1.9.0. When I try the to upgrade I get the following: sudo ...
1
vote
2answers
729 views

.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 ...
0
votes
1answer
120 views

access localhost stopped working after I installed MAMP

I had configured my machine all access localhost I need some accessed "http://*.localhost.com:3000," * - I put the names of some projects and instances. I needed to run a PHP server and installed MAMP ...
3
votes
3answers
519 views

Will a mac-mini running MAMP Pro work for production environment?

I have a Mac-Mini running MAMP Pro. Can it be used for a production web server for serving a MAMP stack web site? Is it secure enough / powerful enough to manage?
0
votes
2answers
1k views

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 ...
0
votes
1answer
280 views

MAMP on mac with existing mysql server

I am facing some issue in getting MAMP work with existing mysql database on my mac? Sometimes the problem is permission, sometimes it is not able to find the problem or something else. I will be more ...
0
votes
2answers
207 views

MAMP & Command Line Interface — PATH on MAC OS X

I have MAMP installed on my Mac for use as a localhost development environment. Previously, I used the already-installed PHP and my own install of MySQL, but I want to move to MAMP because I think ...
0
votes
2answers
437 views

How to enable non-error Apache log on MAMP

How can I enable non-error server logging on MAMP (or, am I totally blind, and is it already enabled by default?) So far, I can only find the error logs for Apache, MySQL and PHP in ...
1
vote
2answers
758 views

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. >>>> ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
2k views

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

1 2