Dear user,
I am facing problem with Apache -> My error.log shows me this " Directory index forbidden by rule: /usr/local/dataweb/voip-billing/web/
According to my understanding this problem is creating due file permission. I dont see any permission issues with this directory.
Any ideas to solve this.
On Thu, Oct 21, 2004 at 10:41:09AM +0530, Joel n.solanki wrote:
I am facing problem with Apache -> My error.log shows me this " Directory index forbidden by rule: /usr/local/dataweb/voip-billing/web/
According to my understanding this problem is creating due file permission. I dont see any permission issues with this directory.
No its not due to permissions. Make sure you have allowed Indexes in httpd.conf for this directory.
Sameer.
Joel n.solanki wrote:
Dear user,
I am facing problem with Apache -> My error.log shows me this " Directory index forbidden by rule: /usr/local/dataweb/voip-billing/web/
Check for the configuration <Directory /usr/local/dataweb/voip-billing/web/ or any parent folder> . . </Directory>
this should have "Options Indexes" to allow directory listsing.
Regards Rakesh