Hi, I following this tutorial to install ispconfig on Jessie I added in the 000-default this line to redirect in https (port 81 is the portfor ISPConfig) Redirect /phpmyadmin https://myserver:81/phpmyadmin Redirect /roundcubemail https://myserver:81/roundcubemail It's ok for phpmyadmin, but for roundcube, the php is not interpreter, only display Best regards
If your goal is simply to have https, you could just use port 443 (and as a bonus, the urls look cleaner without the port number); you may need to setup a default ssl site like you set up 000-default. One such file you could use as an example is at https://www.howtoforge.com/community/threads/3-1-update-reverse-proxypass-apache.73210/#post-344465 (you would only need the first VirtualHost *:443 section for ServerName default).