On Tue, 10 Feb 2004 02:52:55 -0200
Claudinei Matos <[EMAIL PROTECTED]> wrote:

> DocumentRoot /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www
> So, I also can't view the page and I get another error on to apache log:
> [Mon Feb 09 20:54:12 2004] [error] [client 127.0.0.1] client denied by
> server configuration: /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www/
> 
> Which configuration is this that apache tell me about???

For Example:

<Directory /mnt/dados/Jobs/Work/cjmatos.no-ip.com/www/>
    <IfModule mod_access.c>
        Order allow,deny
        Allow from all
    </IfModule>
</Directory>

http://httpd.apache.org/docs-2.0/mod/core.html#directory

Because per default '/' is set to "Order deny,allow | Deny from all", which
makes perfect sense. See /etc/apache2/conf/commonapache2.conf - it's near the
top, the very first Directory-directive.

-- 
Dennis Freise <[EMAIL PROTECTED]>
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to