My 2 cents: Don't bother trying to get www to work for the panel login, or any sub domains for that matter. People like short, fast URLs and by adding an additional 4 key strokes can be annoying and also confusing since it is less common practice to use www. before sub domains now a days.
On another note: By default Sentora does not add a www alias to the login vhost entry. It just designates a server name. So, by adding:
as a custom vhost entry will work, provided your DNS is correct.
(Admin > Module Admin > Apache Config > Global Sentora Entry)
Check 'Force Update' and save.
Wait for daemon to run and test.
On another note: By default Sentora does not add a www alias to the login vhost entry. It just designates a server name. So, by adding:
Code:
ServerAlias www.panel.domain.com
(Admin > Module Admin > Apache Config > Global Sentora Entry)
Check 'Force Update' and save.
Wait for daemon to run and test.