This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

SSL and Custom Vhost Entries for Webmail
#2
RE: SSL and Custom Vhost Entries for Webmail
It works, but It can be complicated. The easiest way is to do it as an alias like: domain.com/webmail/
This way, you don't need another certificate or any such redirects.
A custom vhost entry for the domain you want to use:

Code:
# Alias for roundcube WebMail login
Alias "/webmail" "/etc/sentora/panel/etc/apps/webmail"
<Directory "/etc/sentora/panel/etc/apps/webmail/">
  Options +FollowSymLinks -Indexes
   AllowOverride All
   Require all granted
</Directory>
Or you could even add it as a 'Global Vhost Entry' and it will be automatically added to every domain on your server.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by: etienne7702


Messages In This Thread
RE: SSL and Custom Vhost Entries for Webmail - by TGates - 03-09-2017, 02:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Using Custom Vhost Entries for Webmail, MySQL, Etc. TGates 83 268 ,357 04-21-2020, 04:31 PM
Last Post: Jettaman
How to overwrite default admin. vhost? NIicK 1 6 ,469 03-27-2016, 01:16 AM
Last Post: Me.B
Roundcube Webmail https path pthalmann 0 4 ,576 12-29-2014, 09:09 AM
Last Post: pthalmann

Forum Jump:


Users browsing this thread: 1 Guest(s)