Directadmin throught 80 port stop working

Daniil

New member
Joined
Oct 18, 2008
Messages
2
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
 
There are a few differences between what you've posted above and the instructions posted by DirectAdmin here.

Have you tried either insecure by changing your https statements to use http (and leaving out SSLProxyEngine on

or

replacing the "80" in your top line, with 443, and using https instead of http?

(Remember to restart the Apache daemon after any of these changes.)

If these changes don't help you get your desired behavior then you may want to contact DirectAdmin Support.

Jeff
 
Back
Top