Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Common Questions
 Helicon Tech : Common Questions
Subject Topic: 2 web server on one server Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
aydin74
Newbie
Newbie


Joined: 09 April 2006
Location: Bahrain
Online Status: Offline
Posts: 1
Posted: 09 April 2006 at 11:28am | IP Logged Quote aydin74

I am using IIS 6 and Kerio mail server on one windows 2003 server. I am running HTTP server of Kerio mail server on 81. the problem is that our ISP permit only port 80. how can i access to port 81 on this server. 
Back to Top View aydin74's Profile Search for other posts by aydin74
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 7468
Posted: 11 April 2006 at 7:04am | IP Logged Quote Lexey

You could try to proxy Kerio web server through IIS.
For example, create web site kerio.yourhost.com on IIS, install ISAPI_Rewrite and use the follwing rule to proxy Kerio web server through IIS web site:

RewriteCond Host: kerio\.yourhost\.com
RewriteProxy (.*) http\://localhost\:81$1
Back to Top View Lexey's Profile Search for other posts by Lexey
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum