On Wed, 26 Jun 2002, at 1:26pm, Marvin Cummings wrote:
> First of all lemme ask if there are any other ways to modify the port that a
> system or IP binds to in W2k?

  This is not a Windows issue, per se, but the application you are using.  
In this case, Apache.

> I've stopped and disabled the IIS services and
> modified the httpd.conf doc to show the following:
> #Listen 80
> Listen 8080
> Listen 192.168.1.14:8080 #listen on this specified port

  By default, Apache will listen on all addresses (0.0.0.0).  So, remove the
line that says

        Listen 8080

which tells Apache to listen on all addresses.  Remove any "Port" or
"BindAddress" directives as well.  The only directive you want is

        Listen 192.168.1.14:8080

which tells Apache to listen on that specific IP address, on that specific
port.

  Try that.

-- 
Ben Scott <[EMAIL PROTECTED]>
| The opinions expressed in this message are those of the author and do not |
| necessarily represent the views or policy of any other person, entity or  |
| organization.  All information is provided without warranty of any kind.  |


------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to