On Thu, 14 Jun 2007 18:39:15 GMT, "Doyle collings"
<dcollings@loganutah.org> wrote:
>I was able to get Secure Gateway and IIS on the same box by doing the
>following:
>
>In the securegateway.properties file, unremark the HttpPort=80 line and
>change the value to 82.
>
>HttpPort=82
>
>Add
>HttpSSLPort=442 (default is 443 which conflicts with IIS default)
>
>Save the file and restart the Secure Gateway Service
>
>Follow the instructions on page 16 of the Intellisync Mobile Suite Secure
>Gateway Administrator's Guide and specify http port 82 as part of the Secure
>Gateway Server Name. I actually used the ip address. ie
>http://123.123.123.123:82
>
>I did not want to require clients to remember port 82 so I made a name based
>virtual host in IIS that pointed to the http address and port. ie host
>header sync.domain.com home directory is http://123.123.123.82
Didn't you forget the HttpIPAddress entry in the
securegateway.properties then?
# Address to listen on for http connections. Defaults to all addresses
for this machine.
# default: empty
#HttpIPAddress=
Kind regards,
Arjan Anthonisse