Пишу
a2enmod proxy
перезагружаю
открываю htaccess
пишу
RewriteEngine on
RewriteRule ^(.+)$ http://yandex.ru/$1 [P]
Получаю ошибку.
No protocol handler was valid for the URL /index.php. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
В чем бед? Как решить?