Unable to find htdocs on xampp

后端 未结 8 2612
星月不相逢
星月不相逢 2021-02-13 05:19

I have installed XAMPP for macOS Sierra.

I have one icon in application for XAMPP.

I am able to run the server & it\'s services but I am not able to find the

8条回答
  •  无人共我
    2021-02-13 05:44

    You can also mount it on your own mac :

    hatem@Mac:/opt$ sudo mkdir lampp
    hatem@Mac:/opt$ sudo mount -t nfs -o resvport,rw 192.168.64.2:/opt/lampp /opt/lampp
    

    Then ls and you will find the entire lampp from the VM mounted locally.

提交回复
热议问题