On 10/14/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
> Several issues here (it appears you are using a lousy tutorial from 
> someplace):
>
> 1. The <Limit> and </Limit> lines should not be used.  Check the
> documentation on this directive.

OK, thx for your reply. Would you give me a tutorial/URL about this reason.

> 3. There is no need to use an .htaccess file.  Simple put the
> directives in an appropriate <Directory> section in httpd.conf.

Did you mean directlly assign rule .htaccess on httpd.conf?, ex:

<Directory /www/cgi-bin/awstats>
            AuthUserFile /www/passwd/.htpasswd-netmon
            AuthName "Netmon Utility"
            AuthType Basic
            require valid-user
</Directory>

> 4. Is the directory called awstat or awstats.  You have a conflict in
> your description.

Yes, awstats *sorry*

TIA

--
budsz

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to