Is it possible to Login DA by subdomain in SSL?

DirectAdmin doesn't answer on port 80.

It can't because it's a separate daemon; it doesn't use httpd.

And two deamons cannot bind to the same port at the same time.

You can create your own login page, anywhere (see other threads in these forums), but DA will still have to operate either on port 2222 or another port you select (see other threads in these forums for this information as well).

You can also create a subdomain such as:

http://login.example.com

and have that page redirect to:

https://hostname.example.com:2222/

Jeff
 
Back
Top