![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Web Programming, Web 2.0 and Mashups Discuss Web Programming and Web Server Administration, including LAMP, Apache, MySQL, Flash, HTML, SEO, Mashups and other Web APIs and topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris 10 / NetApp volumes - Forbidden: You don't have permission to access... | skewbie | SUN Solaris | 0 | 04-16-2009 04:24 AM |
| Access file permission settings from Windows | matvrix | UNIX for Advanced & Expert Users | 3 | 03-06-2009 05:25 AM |
| Can a script runned in local server access remote server? | luna_soleil | Shell Programming and Scripting | 3 | 02-26-2009 05:38 PM |
| access permission | mpang_ | Shell Programming and Scripting | 2 | 05-19-2006 11:59 AM |
| permission access | Combat Form | UNIX for Dummies Questions & Answers | 2 | 05-04-2004 05:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
You don't have permission to access / on this server.
Hello,
I've set all permissions for all on my Server folders: chmod a+rwx ServerFolder When I browse to localhost:8000 I receive the following error: You don't have permission to access / on this server. why ? thanks |
|
||||
|
I'm the owner of the server (it is apache on mac osx leopard)
Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access / on this server.</p> </body></html> |
|
||||
|
this is the error log
[Thu May 21 17:59:23 2009] [error] [client ::1] Directory index forbidden by Options directive: /Users/aneuryzma/Sites/ [Thu May 21 17:59:23 2009] [error] [client ::1] File does not exist: /Users/aneuryzma/Sites/favicon.ico |