Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 113938

Summary: phpmyadmin installs with wrong config.inc.php
Product: Gentoo Linux Reporter: Steven Wagner <stevenwagner>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steven Wagner 2005-11-29 13:25:46 UTC
/var/www/localhost/htdocs/phpmyadmin/config.inc.php

/* $Id: config.inc.php,v 2.65 2005/08/23 23:08:21 lem9 Exp $ */

The default value after emerge was this...which is bad.
$cfg['PmaAbsoluteUri'] = 'http://localhost//phpmyadmin';

This is the way my other machine emerged it, and this is the proper setting.
$cfg['PmaAbsoluteUri'] = '';

Can not find any difference in configuration that would have caused this difference.

Reproducible: Always
Steps to Reproduce:
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2005-11-29 17:32:28 UTC
You most likely installed phpmyadmin using webapp-config -h localhost, or you
have vhost_hostname="localhost" in /etc/vhosts/webapp-config.