We have such in httpd.conf to login to directadmin throught http://cp.domain.com
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerName cp.domain.com
ProxyRequests Off
SSLProxyEngine on
ProxyPass / https://localhost:2222/
ProxyPassReverse / https://localhost:2222/
</VirtualHost>
After updating directadmin to last version it stop working. It worked for some years befor last update.
Link http://cp.domain.com displays login page, but if we enter correct login details - it redirects to login page.
If we enter wrong data - it says that login is wrong
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerName cp.domain.com
ProxyRequests Off
SSLProxyEngine on
ProxyPass / https://localhost:2222/
ProxyPassReverse / https://localhost:2222/
</VirtualHost>
After updating directadmin to last version it stop working. It worked for some years befor last update.
Link http://cp.domain.com displays login page, but if we enter correct login details - it redirects to login page.
If we enter wrong data - it says that login is wrong