Добавлено:
yura@R510:~$ grep -irn Directory /etc/apache2 | grep -Ev ":[[:digit:]]+:#"
/etc/apache2/mods-enabled/php5.conf:12: <Directory /home/*/public_html>
/etc/apache2/mods-enabled/php5.conf:14: </Directory>
/etc/apache2/mods-enabled/autoindex.conf:47:AddIcon /icons/folder.gif ^^DIRECTORY^^
/etc/apache2/mods-enabled/dir.conf:3: DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
/etc/apache2/mods-enabled/alias.conf:17:<Directory "/usr/share/apache2/icons">
/etc/apache2/mods-enabled/alias.conf:22:</Directory>
/etc/apache2/sites-available/default:5: <Directory />
/etc/apache2/sites-available/default:8: </Directory>
/etc/apache2/sites-available/default:9: <Directory /var/www/>
/etc/apache2/sites-available/default:14: </Directory>
/etc/apache2/sites-available/default:17: <Directory "/usr/lib/cgi-bin">
/etc/apache2/sites-available/default:22: </Directory>
/etc/apache2/sites-available/default:33: <Directory "/usr/share/doc/">
/etc/apache2/sites-available/default:39: </Directory>
/etc/apache2/sites-available/default-ssl:6: <Directory />
/etc/apache2/sites-available/default-ssl:9: </Directory>
/etc/apache2/sites-available/default-ssl:10: <Directory /var/www/>
/etc/apache2/sites-available/default-ssl:15: </Directory>
/etc/apache2/sites-available/default-ssl:18: <Directory "/usr/lib/cgi-bin">
/etc/apache2/sites-available/default-ssl:23: </Directory>
/etc/apache2/sites-available/default-ssl:34: <Directory "/usr/share/doc/">
/etc/apache2/sites-available/default-ssl:40: </Directory>
/etc/apache2/sites-available/default-ssl:92: # With SSLRequire you can do per-directory access control based
/etc/apache2/sites-available/default-ssl:132: # directives are used in per-directory context.
/etc/apache2/sites-available/default-ssl:137: <Directory /usr/lib/cgi-bin>
/etc/apache2/sites-available/default-ssl:139: </Directory>
/etc/apache2/sites-enabled/000-default:5: <Directory />
/etc/apache2/sites-enabled/000-default:8: </Directory>
/etc/apache2/sites-enabled/000-default:9: <Directory /var/www/>
/etc/apache2/sites-enabled/000-default:14: </Directory>
/etc/apache2/sites-enabled/000-default:17: <Directory "/usr/lib/cgi-bin">
/etc/apache2/sites-enabled/000-default:22: </Directory>
/etc/apache2/sites-enabled/000-default:33: <Directory "/usr/share/doc/">
/etc/apache2/sites-enabled/000-default:39: </Directory>
/etc/apache2/mods-available/userdir.conf:5: <Directory /home/*/public_html>
/etc/apache2/mods-available/userdir.conf:16: </Directory>
/etc/apache2/mods-available/php5.conf:12: <Directory /home/*/public_html>
/etc/apache2/mods-available/php5.conf:14: </Directory>
/etc/apache2/mods-available/autoindex.conf:47:AddIcon /icons/folder.gif ^^DIRECTORY^^
/etc/apache2/mods-available/dir.conf:3: DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
/etc/apache2/mods-available/alias.conf:17:<Directory "/usr/share/apache2/icons">
/etc/apache2/mods-available/alias.conf:22:</Directory>
/etc/apache2/conf.d/javascript-common.conf:3:<Directory "/usr/share/javascript/">
/etc/apache2/conf.d/javascript-common.conf:5:</Directory>
yura@R510:~$ grep -irn wordpress /etc/apache2 | grep -Ev ":[[:digit:]]+:#"
yura@R510:~$ grep -irn host /etc/apache2 | grep -Ev ":[[:digit:]]+:#"
/etc/apache2/apache2.conf:186:HostnameLookups Off
/etc/apache2/apache2.conf:218:LogFormat "%v:%p %h %l %u %t "%r" %>s %O "%{Referer}i" "%{User-Agent}i"" vhost_combined
/etc/apache2/apache2.conf:226:CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined
/etc/apache2/mods-enabled/status.conf:12: Allow from localhost ip6-localhost
/etc/apache2/mods-enabled/authz_host.load:1:LoadModule authz_host_module /usr/lib/apache2/modules/mod_authz_host.so
/etc/apache2/sites-available/default:1:<VirtualHost *:80>
/etc/apache2/sites-available/default:2: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default:41:</VirtualHost>
/etc/apache2/sites-available/default-ssl:2:<VirtualHost _default_:443>
/etc/apache2/sites-available/default-ssl:3: ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default-ssl:43: # Enable/Disable SSL for this virtual host.
/etc/apache2/sites-available/default-ssl:171:</VirtualHost>
/etc/apache2/sites-enabled/000-default:1:<VirtualHost *:80>
/etc/apache2/sites-enabled/000-default:2: ServerAdmin webmaster@localhost
/etc/apache2/sites-enabled/000-default:41:</VirtualHost>
/etc/apache2/mods-available/info.conf:12: Allow from localhost ip6-localhost
/etc/apache2/mods-available/disk_cache.conf:13: # put this into the configuration for just one virtual host.
/etc/apache2/mods-available/vhost_alias.load:1:LoadModule vhost_alias_module /usr/lib/apache2/modules/mod_vhost_alias.so
/etc/apache2/mods-available/status.conf:12: Allow from localhost ip6-localhost
/etc/apache2/mods-available/authz_host.load:1:LoadModule authz_host_module /usr/lib/apache2/modules/mod_authz_host.so
/etc/apache2/ports.conf:8:NameVirtualHost *:80
/etc/apache2/ports.conf:12: # If you add NameVirtualHost *:443 here, you will also have to change
/etc/apache2/ports.conf:13: # the VirtualHost statement in /etc/apache2/sites-available/default-ssl
/etc/apache2/ports.conf:14: # to <VirtualHost *:443>
/etc/apache2/ports.conf:15: # Server Name Indication for SSL named virtual hosts is currently not
Пользователь решил продолжить мысль 09 Июля 2010, 19:57:44:
Пипл, ну что делать-то?

UPD: закачка происходит в хромиуме, огненная лиса вроде бы отображает всё нормально.
http://localhost/phpmyadmin молчит и там и там.
Пользователь решил продолжить мысль 09 Июля 2010, 20:41:51:
UPD: заюзал sudo ln -s /usr/share/phpmyadmin /var/www, теперь по адресу localhost/phpmyadmin перекидывает на страницу с текстом "phpMyAdmin - Ошибка
Произошла ошибка в работе механизма сессии. Проверьте файлы журналов PHP и/или Веб-сервера на наличие ошибок, и произведите их корректное конфигурирование."
Пользователь решил продолжить мысль 09 Июля 2010, 20:45:44:
ВРОТМНЕНОГИ! На папку /var/www/ поставил права "0777" и phpmyadmin работает. Ёмана, три страницы и ни в одной нет намёка на помощь.
Пользователь решил продолжить мысль 09 Июля 2010, 21:34:51:
Огромная благодарность StribogB'у за совет с двойным табом. Помощь больше не требуется, все проблемы решены.