after XAMPP install on Mac Sierra - it works, but there is no XAMPP folder. Where is everything?

馋奶兔 提交于 2021-02-10 07:46:05

问题


I have installed XAMPP. It works. I'm trying to figure out the following:

1/ it appears there are now TWO apache servers on my mac. XAMPP just installed an additional server. One is already installed on the default Sierra OS. Is that correct?

2/ I can't find where XAMPP is reading files (document root). in the newly created directory: XAMPP.APP, the file structure is not as indicated in the FAQ's. For example, there is no xamppfiles or logs directory in the XAMPP.app directory.

Many thanks in advance


回答1:


  1. I haven't encountered a web server on the default installation of macOS.

  2. Run XAMPP in the applications folder and then click on the 'Open Terminal' button. At the prompt, type cd /opt/lampp and this is the document root.




回答2:


I installed XAMPP-VM (VM - as in virtual machine). Therefore, in the XAMPP application, I needed to click on "Volumes" and select "Mount" . I can then see this mounted volume in the MAC finder under "Shared". From there, I can get to all the necessary files including "lampp/htdocs".



来源:https://stackoverflow.com/questions/46413793/after-xampp-install-on-mac-sierra-it-works-but-there-is-no-xampp-folder-wher

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!