3

Hello recently i installed XAMPP on my MAC and it was working fine then it stopped working with the following error:

INFO: Starting "XAMPP" stack ERROR: Error starting "XAMPP" stack: cannot start stack: ssh not accessible

I tried to reinstall XAMPP still the problem exists, i search around for a fix but had no luck anyone know how to fix it?

remy boys
  • 2,928
  • 5
  • 36
  • 65

4 Answers4

2

i am same with you ,i found the answer in https://community.apachefriends.org/viewtopic.php?p=257470&sid=05104063fe8770ead60022422886717c

The folder is in your /Users/ folder but it is hidden. You can remove it from a Terminal

rm -rf ~/.bitnami
policat
  • 21
  • 2
0
  1. try putting off your firewall and retry , see if it works
0

You can refer here if it's a firewall problem.

To turn off the firewall:

  1. Go to System Preferences
  2. Then, Security&Privacy
  3. Third tab, Firewall

Also, it might be due to built-in Apache server. Refer here.

You can try:

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist

It allows you to use a different port, which is 80.

David Lee
  • 665
  • 7
  • 20
-1

My problem was my Express VPN was on. I turned off VPN and the error goes away.

r lo
  • 306
  • 3
  • 14