You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sage <pu...@gmail.com> on 2006/09/09 19:13:58 UTC

[users@httpd] Fwd: Can install Apache

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/cports.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.

Only the install button is active, but when I click on it, it does not
install because the port are used....

I appreciate your help

Thanks

Sage

Re: [users@httpd] Fwd: Can install Apache

Posted by Steven Pierce <pa...@speakeasy.net>.
Sage,

You are more then welcome.  Glad that I could help.

Steven

*********** REPLY SEPARATOR  ***********

On 9/9/2006 at 4:23 PM Sage wrote:

>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
>
>
>



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Fwd: Can install Apache

Posted by Todd L Hicks <el...@hotmail.com>.
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@gmail.com] 
Sent: Saturday, 09 September, 2006 4:23 PM
To: users@httpd.apache.org
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 <pa...@speakeasy.net> 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@httpd.apache.org
	   "   from the digest: users-digest-unsubscribe@httpd.apache.org
<ma...@httpd.apache.org> 
	For additional commands, e-mail: users-help@httpd.apache.org
	
	




---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Fwd: Can install Apache

Posted by Sage <pu...@gmail.com>.
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 <pa...@speakeasy.net> 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/cports.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
>
> 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> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Fwd: Can install Apache

Posted by Steven Pierce <pa...@speakeasy.net>.

*********** 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/cports.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

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> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org