I run 2 servers, 1 for websites the other for email. I had a working redirect for webmail.domain.com / domain.com/webmail so that customers could easily access. I had made a dns entry that would redirect all requests to the mail server.
As of one of the latest stable tree updates, these no longer work, I've tracked down 3 things that seem to be messing with it....
______________
bind no longer support my redirect architecture (cname record & a record alike)
______________
apache conf...
ScriptAliasMatch ^/?webmail/?$ /usr/local/cpanel/cgi-sys/wredirect.cgi
______________
apache conf
RewriteCond %{HTTP_HOST} ^webmail\.
RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
______________
I've tried to comment out the scriptaliasmatch, and force redirect to the mail server ip, results in a time out.
Anyone have any ideas on how to fix this?
Thanks


LinkBack URL
About LinkBacks

Reply With Quote
