Was following the guide
And i havent added those lines:
[CODE]
<IfModule mod_rewrite.c>
<IfModule mod_ssl.c>
<Location /webmail>
RewriteEngine on
RewriteCond %{HTTPS} !^on$ [NC]
RewriteRule . https://%{HTTP_HOST}:50443%{REQUEST_URI} [L]
</Location>
</IfModule>
</IfModule>
<IfModule mod_rewrite.c>
<IfModule mod_ssl.c>
<Location /roundcube>
RewriteEngine on
RewriteCond %{HTTPS} !^on$ [NC]
RewriteRule . https://%{HTTP_HOST}:50443%{REQUEST_URI} [L]
</Location>
</IfModule>
</IfModule>
[/QUOTE]
But the roundcube only works on (show login screen only):
https://maindomain.com:8080/webmail
Whats is missing on the guide?
Trying access from any other domain i get:
http://otherdomain.com/webmail
ERROR 500 - Internal Server Error!
And therenothing on /varlog/apache2/access.log or /varlog/apache2/error.log
Im on debian 6, fresh install once more time...