Bom, aí vc teria que checar as configurações do Tomcat, mas acredito que não seja este o problema.
Tenta esta clausula:
<Directory "/var/ftp/pub/">
               Options FollowSymlinks
               AllowOverride None
               Order deny,allow
               Allow from all
</Directory>



gunix escreveu:
Ja tentei a opção é nao vai:
Meu parametro ta ssim:

<Directory "/var/ftp/pub/">
                Options +Indexes +FollowSymlinks
                AllowOverride None
                Order allow,deny
                Allow from all
</Directory>

Um detalhe.
Estou com o tomcat levantado na maquina... será que ele pode interferir?

Att
Gustavo


2008/12/13 "Flávio R. Lopes" <flavio.li...@paradoxo.inf.br <mailto:flavio.li...@paradoxo.inf.br>>

    No seu httpd.conf localize:

    <Directory />
      Options FollowSymLinks
      AllowOverride None
      Order deny,allow
      Deny from all
    </Directory>


    e substitua por:

    <Directory />
      Options FollowSymLinks
      AllowOverride None
      Order deny,allow
      Allow from all
    </Directory>



    gunix escreveu:

        Alguem pode me ajudar com este erro apache.

        Ao tentar criar o virtual host ele da a mensagem de erro:

        Directory index forbidden by Options directive

        alguem pode me ajudar?

        Att
        gustavo





--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Responder a