Olá pessoal,

Recorro à lista para tentar resolver, acredito, um problema de configuração do apache2. Depois de uma dist-upgrade no Debian etch não consigo rodar o script cgi-bin mapserv. As diretivas para cgi-bin do arquivo /etc/apache2/sites-enabled/default, são:


   <Directory /var/www/>
       Options Indexes FollowSymLinks MultiViews
       AllowOverride None
       Order allow,deny
       allow from all
       # This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
              RedirectMatch ^/$ /apache2-default/
   </Directory>

   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
   <Directory "/usr/lib/cgi-bin">
       AllowOverride None
       Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
       Order allow,deny
       Allow from all
   </Directory>

O arquivo " default" está habilitado para configuração no apache2.conf:

# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/[^.#]*

O script cgi-bin, quando testado em localhost, dá ok.

Já tentei acabar com o redirecionamento para o diretório apache2-default, conforme tem acima, mesmo assim o script não funciona.

Gostaria de obter alguma ajuda.

Agradeço!

Eugênio Fernandes Leite







                
_______________________________________________________ Yahoo! Mail - Sempre a melhor opção para você! Experimente já e veja as novidades. http://br.yahoo.com/mailbeta/tudonovo/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a