Hi Eric, I fixed the permission of the folder. Now I am able to access localhost/
But If i try to access other URL's like localhost/a I get The requested URL /a was not found on this server error. In httpd.conf file. I have set the following > > <IfModule example_module> > <LocationMatch ^/.*> > SetHandler example_module > </LocationMatch> > </IfModule> Can you please help me fix this ? On Wed, Jul 8, 2015 at 6:10 PM, Eric Covener <cove...@gmail.com> wrote: > On Wed, Jul 8, 2015 at 8:31 AM, Prakash Premkumar > <prakash.p...@gmail.com> wrote: > > The error log says > > > > (13)Permission denied: [client ::1:50441] AH00035: access to / denied > >> (filesystem path '/Users/prakash-2282/Desktop/apache') because search > >> permissions are missing on a component of the path > > > Okay, pretty clear then. An alternative to fixing the permissions or > pointing your DocumentRoot elsewhere is to implement a dummy > translate_name or map_to_storage hook (I am not sure which one) > > -- > Eric Covener > cove...@gmail.com >