Re: [users@httpd] Help regarding Listen directive

2018-05-18 Thread Frank Gingras
You cannot use the Listen directive twice on the same IP:PORT combo. Remove
the duplicate and it will work.

On Fri, May 18, 2018 at 2:11 AM salil GK  wrote:

> Hello
>
>I have tried to upgrade my http from version 2.4.25 to 2.4.33 but
> encountered an issue with configuration file. In my configuration file
> I have 'Listen port' directive is repeated ( configuration files are
> created dynamically by application logic ). in 2.4.25 apache read the
> directive wisely and works fine. but in 2.4.33 apache doesn't start
> when it finds multiple Listen directive with same port number is seen.
>
> >>> if below lines are put in config file, apache will not start
> Listen 80
> Listen 80
> <<<
>
>   So is there any way to work around this.
>
> Thanks
> ~S
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


[users@httpd] Help regarding Listen directive

2018-05-17 Thread salil GK
Hello

   I have tried to upgrade my http from version 2.4.25 to 2.4.33 but
encountered an issue with configuration file. In my configuration file
I have 'Listen port' directive is repeated ( configuration files are
created dynamically by application logic ). in 2.4.25 apache read the
directive wisely and works fine. but in 2.4.33 apache doesn't start
when it finds multiple Listen directive with same port number is seen.

>>> if below lines are put in config file, apache will not start
Listen 80
Listen 80
<<<

  So is there any way to work around this.

Thanks
~S

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org