Thanks B I ended up starting from scratch and doing the following: uninstall IIS completely from the system remove that unneeded extra nic card uninstall/re-install Apache reboot Apache's now working. Now I'd like to see if I can re-install IIS and have it install to a different port.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 2:56 PM To: NT 2000 Discussions Subject: RE: Very OT...Apache on W2K Server 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.unsub%% ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
