Всем добрый вечер!
Вопрос в следующий. Имеем файл виртуалхоста на apache. Необходимо, чтобы
test.list.test.ee реврайтил
https://194.126.116.130:19724/boss/Мою не работающую версия как полагается добавляю ниже. Что не так и как сделать?????
<VirtualHost
10.1.0.106:443>
ServerName
test.list.test.ee:443 SSLEngine on
SSLCertificateFile ssl/cert/star_list_coop_ee.crt
SSLCertificateKeyFile ssl/key/star_list_coop_ee.key
SSLCertificateChainFile ssl/CA/DigiCertCA.crt
ErrorLog /var/log/httpd/test.error.log
TransferLog /var/log/httpd/test.access.log
# CacheDisable
https://test.list.test.ee <Proxy *>
Require ip 10 10.1
</Proxy>
ProxyPreserveHost On
ProxyTimeout 600
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/boss/(.*)$
RewriteRule (.*)
https://test.list.test.ee/$1 [R,L]
ProxyPass /
https://194.126.116.130:19724/</VirtualHost>