That didn't help. I decided to create a subdomain, added dns record, edited config like this:
UrlToolkit {
ToolkitID = webproxy
Match .* Rewrite /index.php
}
VirtualHost {
Hostname = proxy.domain.net, *.proxy.domain.net
WebsiteRoot = /var/www/proxy.domain.net
StartFile = index.php
ExecuteCGI = yes
UseToolkit = webproxy
}
The application shows its front page. I type into the input field, for example, yandex.ru.
The browser gets redirected to yandex.ru.proxy.domain.net but appearently can't resolve the URL.
Is my config right?
Should I do something with DNS?