Softaculous


Topic : issue with running AMPPS on Mac


2

Posted By: ketan on October 14, 2012, 4:51 pm | Post: 15
Hi,

Goto AMPPS Control Center,
Select PHP tab,
Then select Restore Default Configuration.

After that run the following command from terminal,

/Applications/AMPPS/php/bin/php -c /Applications/AMPPS/php/etc/php.ini /Applications/AMPPS/ampps/softaculous/enduser/install.php

-----------------------
Follow AMPPS on,
Twitter
Facebook
Google+

Posted By: NurdinMTop on November 5, 2012, 8:57 pm | Post: 16
Show white blank page, after I create password for amps

http://localhost/ampps-admin/index.php?act=login
http://127.0.0.1/ampps/index.php?act=login

I have tried 127.0.0.1, localhost, 192.168.1..(my local ip network)

Posted By: NurdinMTop on November 5, 2012, 8:59 pm | Post: 17
Quote From : NurdinMTop November 5, 2012, 8:57 pm
Show white blank page, after I create password for amps

http://localhost/ampps-admin/index.php?act=login
http://127.0.0.1/ampps/index.php?act=login

I have tried 127.0.0.1, localhost, 192.168.1..(my local ip network)


Already work
1. Stop apache
2. Reset config in php
3. sudo /Applications/AMPPS/php/bin/php -c "/Applications/AMPPS/php/etc/php.ini" "/Applications/AMPPS/ampps/softaculous/enduser/install.php"
4. Start Apache

Posted By: cepot on November 21, 2012, 12:08 am | Post: 18
Hi, I'm having same issues running AMPPS on Mac.

A little bit different though.
Installation was successful. However, when I try to access local web it shows:
"You don't have permission to access /
on this server."

Accessing AMPPS Home, it shows:
"The requested URL /ampps was not found on this server."

Accessing AMPPS Admin, it shows:
"The requested URL /ampps-admin was not found on this server."

I have run the cron job and the 'end user' install without error.
Please advise.

I'm running 10.7.4 (Lion) with MAMP Pro installed. Plan to fully migrate to AMPPS if no major problem. Please help. Thx!

Posted By: tidus on November 21, 2012, 6:05 am | Post: 19
Quote From : cepot November 21, 2012, 12:08 am
Hi, I'm having same issues running AMPPS on Mac.

A little bit different though.
Installation was successful. However, when I try to access local web it shows:
"You don't have permission to access /
on this server."

Accessing AMPPS Home, it shows:
"The requested URL /ampps was not found on this server."

Accessing AMPPS Admin, it shows:
"The requested URL /ampps-admin was not found on this server."

I have run the cron job and the 'end user' install without error.
Please advise.

I'm running 10.7.4 (Lion) with MAMP Pro installed. Plan to fully migrate to AMPPS if no major problem. Please help. Thx!


Hi,

Looks like AMPPS Apache is not running. MAMP Apache is running instead of AMPPS.

The Start(green) button might be grayed out as it senses "httpd".

Use killall command to stop MAMP Apache first.

Edited by tidus : November 21, 2012, 6:59 am

-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack

Posted By: cepot on November 21, 2012, 7:22 am | Post: 20
Quote
Looks like AMPPS Apache is not running. MAMP Apache is running instead of AMPPS.



The Start(green) button might be grayed out as it senses "httpd".



Use killall command to stop MAMP Apache first.
       


Wow.. very sharp diagnostic!
Looks like non-AMPPS Apache is running. I'm not sure if it's MAMP Apache though as I have closed it and even tried to remove it already. Perhaps OSX default Apache.
When I tried to stop/restart using AMPPS Apache is no use also.
However I managed to kill it using :

Code
sudo apachectl stop


Subsequently, when I hit restart AMPPS Apache, everything just works like charm! Thank you.

:)

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.