Are you using the PanelRedirect plugin?
Apache 00_mail.conf
- All
- Closed
- Thread is marked as Resolved.
-
-
I install it, but I can not handle it ;)(I`m such lame)
-
-
? Just upload it and access the panel as you know via port 80 or 443...
With the plugin it schould be possible to use your old 00_mail.conf. Just add it to /etc/apache2/imscp/before/. Otherwise and I recommend it, you schould change the config to:Or if you're using ssl per default
Code- <VirtualHost IP:80>
- ServerName mail.example.org
- ServerAlias mail.*
- ServerAdmin [email=admin@example.org]admin@example.org[/email]
- Redirect / https://admin.example.org/webmail/
- </VirtualHost>
- <VirtualHost IP:443>
- ServerName mail.example.org
- ServerAlias mail.*
- ServerAdmin [email=admin@example.org]admin@example.org[/email]
- ProxyPass / http://admin.example.org:4443/webmail/
- ProxyPassReverse / http://admin.example.org:4443/webmail/
- </VirtualHost>
This also works without using the PanelRedirect plugin...
-
hmmmm.... We are sometimes lame with Support for lame Users.
->>>> No pain , no price
-
-
Thanks for guidance, but before I do something strange software risk breaking something I Ask about.
10x again to solve..