Sage, Another solution, if you don't want/need to disable IIS entirely, is to disable socket pooling in IIS following these instructions: http://support.microsoft.com/kb/238131/ I did this on my setup and it allows both IIS and Apache to listen on the same port (non-ssl) as long as you have host headers assigned to the virtual servers in both IIS and Apache. Todd Hicks -----Original Message----- From: Sage [mailto:pubmai@xxxxxxxxx] Sent: Saturday, 09 September, 2006 4:23 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] Fwd: Can install Apache Thanks Steve, that worked. The doc said what to change but it was not obvious to me which file and where to find it. That solved the problem. Another workaround that I found on the web was to stop the IIS service that runs the ietinfo.exe (again not obvious the relation with IIS and ietinfo.exe) I stop the IIS Service located Windows Control Panel/Administrative Tools/Services look for the IIS Service and change from Automatic to Manual. With this port 80 and 433 where set free and I could install apache. Thanks a lot : ) Sage On 9/9/06, Steven Pierce <pagedev1@xxxxxxxxxxxxx> wrote: *********** REPLY SEPARATOR *********** On 9/9/2006 at 1:13 PM Sage wrote: >Hi > >I am trying to install apache using NetServer.exe. >When I test my computer (run NetServer-> click on Manage Servers-> click on >Test computer ) I get the message: > >**WARNING : Port 80 - The "HTTP (Apache)" port is in use. >**WARNING : Port 443 - The "HTTPS-SSL (Apache)" port is in use. > >The I use CurrPorts >(http://www.nirsoft.net/utils/cports.html)to<http://www.nirsoft.net/utils/c ports.html%29to>see >who is using por t80 and 443 and >ietinfo.exe is using it. > >This is a windows programs that needs to run. So I am stuck because I >cannot >change that. >Of course I should change apache to run from another port but I don't know >how to do this. >On the apache web server says click on the conigure button but its grey >out. With in your Httpd.conf file you can change the port number there. http://httpd.apache.org/docs/2.0/bind.html <http://httpd.apache.org/docs/2.0/bind.html> This link is what will tell you how to change the port number. You should always look into the Doc of Apache first. It has a large amount of information that can help in most cases. HTH. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL: http://httpd.apache.org/userslist.html <http://httpd.apache.org/userslist.html> > for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx <mailto:users-digest-unsubscribe@xxxxxxxxxxxxxxxx> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx