You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Akhilesh N.Kini" <ak...@amrita.ac.in> on 2003/10/28 15:46:04 UTC

[users@httpd] Two http instances

Hai again

 I can be more specific about my earlier mail. I made a
 copy of httpd.conf and also the httpd script and tried
 to run the two instances of http but the second one showed
 me an error.

 Starting httpd2: (98)Address already in use: make_sock:
 could not bind to address 0.0.0.0:443 no listening sockets
 available, shutting down

 What do i do

 Thanks again
 Akhil




---------------------------------------------------------------------
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] Two http instances

Posted by Luis Gallegos <lg...@todo1.com>.
What happens is that apache tryes to read the httpd.conf file that is in
the directory in wich it was compiled ie. /usr/local/apache/conf.
You should run the second instance of your apache this way:
httpd -d path_of_your_second_httpd.conf
Or in this way:
httpd -d directory_where_is_your_second_apache
directory_where_is_your_second_apache should have a directory conf. And
inside conf should be the second httpd.conf

	Luis

The directory_where_is_your_second_apache 
On Tue, 2003-10-28 at 09:46, Akhilesh N.Kini wrote:
> Hai again
> 
>  I can be more specific about my earlier mail. I made a
>  copy of httpd.conf and also the httpd script and tried
>  to run the two instances of http but the second one showed
>  me an error.
> 
>  Starting httpd2: (98)Address already in use: make_sock:
>  could not bind to address 0.0.0.0:443 no listening sockets
>  available, shutting down
> 
>  What do i do
> 
>  Thanks again
>  Akhil
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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
> 


---------------------------------------------------------------------
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] Two http instances

Posted by Ezra <ez...@moontech.org>.
use another port.  Example:   Listen: 8080

Akhilesh N.Kini wrote:

>Hai again
>
> I can be more specific about my earlier mail. I made a
> copy of httpd.conf and also the httpd script and tried
> to run the two instances of http but the second one showed
> me an error.
>
> Starting httpd2: (98)Address already in use: make_sock:
> could not bind to address 0.0.0.0:443 no listening sockets
> available, shutting down
>
> What do i do
>
> Thanks again
> Akhil
>
>
>
>
>---------------------------------------------------------------------
>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
>
>
>  
>


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