You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Todd Loomis <tl...@TrayBusiness.com> on 2006/03/16 17:54:28 UTC

[users@httpd] Webalizer Issues

I keep getting Forbidden error when I try to access. In the httpd.conf I
have added:

 

<directory "/var/www/html/site/usage/">

            Order allow,deny

            Allow from all

</directory>

 

But still no luck, can anyone help?

 

Thanks,

Todd

 

 

 


Re: [users@httpd] Webalizer Issues

Posted by David Salisbury <sa...@globe.gov>.
You don't say what URL you are trying to access.  I'll guess it's
something like http://domain.com/html/site/usage/

One thing to start with is looking into your
DirectoryIndex setting.. That, and also whether you have Options Indexes 
set for this directory.  And of course the file permissions of the DirectoryIndex
file name.

But the above doesn't matter if you are specifying a file in the url.

-Dave


----- Original Message ----- 
From: "Todd Loomis" <tl...@TrayBusiness.com>
To: <us...@httpd.apache.org>
Sent: Thursday, March 16, 2006 9:54 AM
Subject: [users@httpd] Webalizer Issues


I keep getting Forbidden error when I try to access. In the httpd.conf I
have added:

 

<directory "/var/www/html/site/usage/">

            Order allow,deny

            Allow from all

</directory>

 

But still no luck, can anyone help?

 

Thanks,

Todd

 

 

 




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org