webmail proxydomains not working, always redirects to 2096
No idea whats going on here, I've read endless threads and articles about this and found no single person who's resolved the problem.
I run '/scripts/proxydomains add'
"No changes needed" after every domain
check the DNS, all the entries are there, check the httpd.conf, all the entries are there, modproxy works fine, but it ALWAYS redirects to port 2096 no matter if I use the server's domain, or if I use another domain on the server.
What am I doing wrong here?
ServerName servername.domain.net
ServerAlias cpanel.* whm.* webmail.* webdisk.* autodiscover.* autoconfig.*
DocumentRoot /usr/local/apache/htdocs
ServerAdmin me@domain.net
suPHP_UserGroup nobody nobody
RewriteEngine On
SSLProxyEngine On
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteCond %{HTTPS} on
RewriteRule ^/(.*) https://127.0.0.1:2083/$1 [P]
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteCond %{HTTPS} on
RewriteRule ^/(.*) https://127.0.0.1:2096/$1 [P]
RewriteCond %{HTTP_HOST} ^whm\.
RewriteCond %{HTTPS} on
RewriteRule ^/(.*) https://127.0.0.1:2087/$1 [P]
RewriteCond %{HTTP_HOST} ^webdisk\.
RewriteCond %{HTTPS} on
RewriteRule ^/(.*) https://127.0.0.1:2078/$1 [P]
RewriteCond %{HTTP_HOST} ^cpanel\.
RewriteRule ^/(.*) http://127.0.0.1:2082/$1 [P]
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
RewriteCond %{HTTP_HOST} ^whm\.
RewriteRule ^/(.*) http://127.0.0.1:2086/$1 [P]
RewriteCond %{HTTP_HOST} ^webdisk\.
RewriteRule ^/(.*) http://127.0.0.1:2077/$1 [P]
RewriteCond %{HTTP_HOST} ^autodiscover\.
RewriteRule ^[^?]*(\?.*)? http://127.0.0.1/cgi-sys/autodiscover.cgi [P]
RewriteCond %{HTTP_HOST} ^autoconfig\.
RewriteRule ^[^?]*(\?.*)? http://127.0.0.1/cgi-sys/autoconfig.cgi [P]
UseCanonicalName Off
Always redirect to SSL: OFF
Non-SSL redirect destination: Hostname
SSL redirect destination: Hostname-
WHM " Server Configuration " Tweak Settings, Redirection tab Change this: Always redirect to SSL: OFF To this: Always redirect to SSL: ON 0 -
[quote="Infopro, post: 1516712">WHM " Server Configuration " Tweak Settings, Redirection tab Change this: Always redirect to SSL: OFF To this: Always redirect to SSL: ON
This option is already off as per the bottom of my post0 -
Whoops, early morning reading, however I've also turned that option on to no effect sadly. 0 -
Just for fun, try another browser. Probably of no help here but it can't hurt. 0 -
[quote="Infopro, post: 1517052">Just for fun, try another browser. Probably of no help here but it can't hurt.
Did try that as well :C Chrome, Firefox, IE across 3 computers and a phone, and 4 different connections at 4 different locations, put up a new domain on the server and tried that, also just did an easyapache build for the latest version of php, and that didn't work any magic either, not that I thought it would. Its really strange because if I Google the issue, tons of people seem to have the problem, tons more say it works fine, and nobody I've found has posted anything to say "I fixed it!".0 -
Let's take this to a whole other level then shall we? :) From within WHM, top right corner is a Support menu. On it a link to "Contact cPanel" please use that link to open a ticket. And, if you would be so kind, post back that new ticket ID here so I can follow it with you. Let's get this fixed for you. Thanks in advance! 0 -
[quote="Infopro, post: 1517192">Let's take this to a whole other level then shall we? :) From within WHM, top right corner is a Support menu. On it a link to "Contact cPanel" please use that link to open a ticket. And, if you would be so kind, post back that new ticket ID here so I can follow it with you. Let's get this fixed for you. Thanks in advance!
Can do, all done! Sorry I've been a bit slow to respond, another busy day at work! Ticket ID is 44070770 -
Thanks. Please update the ticket properly to keep it moving. This is a holiday week. 0
Please sign in to leave a comment.
Comments
8 comments