Ludovic Fotin wrote:
> Hi,
>
> I have a problem with the configuration of Apache.
> When I start httpd I have this error :
> ---
> make_sock: could not bind to address 0.0.0.0:443
> no listening sockets available, shutting down
> ---
>
> I want to disable the https because my port 443 is alreadu in use. And
> I wand to keep it in this state.
>
> Anybody have a soluce ??
>
> Bye
>
> Ludovic
ok I just looking here and attemping to help...but in you httpd.conf
file is there something like
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80
#
from that it looking like maybe that setting or the one in <VirtualHost>
has the problem<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: SSL Problem