Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113938 - phpmyadmin installs with wrong config.inc.php
Summary: phpmyadmin installs with wrong config.inc.php
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 13:25 UTC by Steven Wagner
Modified: 2005-11-29 17:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.