Answer the question
In order to leave comments, you need to log in
403 error when trying to open a site configured on an Apache "virtual host" under Mac OS Catalina?
For development purposes, I'm trying to set up Apache + PHP + MySQL on Mac OS Catalina. The default site - localhost opens and works. Following the instructions from this article , I tried to add a new virtual host. However, when I try to access the site that I set up on it, the browser returns a 403 Forbidden error .
The directory structure is /Users/kipill/Documents/workspace/sandbox/htdocs , where workspace is the folder where I planned to host the virtual host sites, and sandbox is the directory containing the specific site. I set the permissions on the folders chmod 755, starting from htdocs and up the hierarchy, up to the Documents folder. But when I access the site, I still get a 403 error
. What else can I try, check or see?
Answer the question
In order to leave comments, you need to log in
I created a new folder for virtual hosts at /Users/kipill/webprojects and that solved my problem. Apparently, there are some tricks with the permissions to the folders created by the system (eg /Users/kipill/Documents/ ). The solution came when I saw that the folders IdeaProjects and eclipse-workspace are located along the path /Users/kipill/ .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question