POP3 nach Installation von PHPMyAdm. nicht mehr erreichbar!!
Posted: 2004-03-07 19:37
Ich habe PHPMyAdmin installiert, danach ist mein POP3 nur noch mit SSL Verschlüsselung erreichbar! Wie stelle ich dies ab?
Habe folgendermaßen PhpMyAdmin (auf 1un1 rootserver) installiert:
cd /home/www/confixx/html
wget http://heanet.dl.sourceforge.net/source ... 5.5.tar.gz
tar xzvf phpMyAdmin-2.5.5.tar.gz
mv phpMyAdmin-2.5.5 phpMyAdmin
cd phpMyAdmin
In config.inc.php:
$cfg['PmaAbsoluteUri'] = 'https://meinedomain.tld/phpMyAdmin/';
$cfg['Servers'][$i]['auth_type'] = 'http';
cd /home/www/confixx/html
chown -R confixx:users phpMyAdmin
Danke :)
Habe folgendermaßen PhpMyAdmin (auf 1un1 rootserver) installiert:
cd /home/www/confixx/html
wget http://heanet.dl.sourceforge.net/source ... 5.5.tar.gz
tar xzvf phpMyAdmin-2.5.5.tar.gz
mv phpMyAdmin-2.5.5 phpMyAdmin
cd phpMyAdmin
In config.inc.php:
$cfg['PmaAbsoluteUri'] = 'https://meinedomain.tld/phpMyAdmin/';
$cfg['Servers'][$i]['auth_type'] = 'http';
cd /home/www/confixx/html
chown -R confixx:users phpMyAdmin
Danke :)