Answer the question
In order to leave comments, you need to log in
How to set up Apache in OS X Mavericks?
Solely out of sporting interest, I'm trying to raise Apache built into OS X. After entering sudo apachectl start
, at the localhost address, of course, appeared
It works!However, the default configuration is not entirely convenient, namely the location of the DocumnetRoot . I edited httpd.conf :
DocumentRoot "/Users/askhat/Dropbox/Sites"
and <Directory "/Users/askhat/Dropbox/Sites">
, however now on localhost is the following:ForbiddenWhat should I do to make this thing finally work, please tell me.
You don't have permission to access / on this server.
Answer the question
In order to leave comments, you need to log in
Dropbox changes rights. You need to change the permissions on the directory so that Apache can access it. The problem has been chewed a hundred times and googled for "dropbox apache forbidden"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question