[Ubuntu-PT 5440] Re: Joomla no Ubuntu 8.10
( ``-_-´´ ) -- Fernando
ubuntu bugabundo.net
Quinta-Feira, 6 de Novembro de 2008 - 08:36:54 GMT
Olá JaimePereira e a todos.
On Wednesday 05 November 2008 23:10:23 JaimePereira wrote:
> Já tenho tudo instalado conforme as dicas mas ao aceder a:
> http://localhost/phpmyadmin/ recebo esta resposta:
> Not Found
> The requested URL /phpmyadmin/ was not found on this server.
> ------------------------------
> Apache/2.2.9 (Ubuntu) Server at localhost Port 80
>
> Por outro lado, ao aceder a http://localhost/ recebo a informação: *It works
> *( o que me parece ter o servidor local a trabalhar)
Já no IRC tive a resolver esse prob a outro user.
Se te acontece tb, é mm bug do pacote do phpmyadmin, e vou ja tratar de reportar isso no LP.
Precisas deste ficheiro:
/etc/apache2/conf.d/phpmyadmin.conf
Envio em anexo
--
BUGabundo :o)
(``-_-´´) http://LinuxNoDEI.BUGabundo.net
Linux user #443786 GPG key 1024D/A1784EBB
http://www.ubuntu-pt.org/listasdiscussao/etiqueta -- Não faças top-posting, não uses HTML.
-------------- próxima parte ----------
# phpMyAdmin default Apache configuration
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
Options Indexes FollowSymLinks
DirectoryIndex index.php
# Authorize for setup
<Files setup.php>
# For Apache 1.3 and 2.0
<IfModule mod_auth.c>
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
</IfModule>
# For Apache 2.2
<IfModule mod_authn_file.c>
AuthType Basic
AuthName "phpMyAdmin Setup"
AuthUserFile /etc/phpmyadmin/htpasswd.setup
</IfModule>
Require valid-user
</Files>
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_value include_path .
</IfModule>
</Directory>
-------------- próxima parte ----------
Um anexo que não estava em formato texto não está incluído...
Nome : não disponível
Tipo : application/pgp-signature
Tam : 197 bytes
Descr: This is a digitally signed message part.
Url : https://lists.ubuntu.com/archives/ubuntu-pt/attachments/20081106/d34fa8b7/attachment.pgp
Mais informações acerca da lista ubuntu-pt