On Mon, Mar 9, 2009 at 3:02 PM, Mohit Anchlia <mohitanch...@gmail.com> wrote:
> The problem is that we have F5 before webserver and we want a way to
> remove that web server out of service without having to stop apache
> and affecting existing connections. So only way is to have apache
> listen on socket and F5 do a health check. Other way is using http,
> which has more overhead.
>
> On Mon, Mar 9, 2009 at 10:21 AM, Matus UHLAR - fantomas
> <uh...@fantomas.sk> wrote:
>> On 09.03.09 10:12, Mohit Anchlia wrote:
>>> But can I tell apache to stop listening on only one port? So if apache
>>> is listening on 80, 8080 then ask apache to stop listening on 8080
>>> only.
>>
>> The most important question you did not answer (or did I miss it?) was:
>>
>> WHY?
>>
>> --
>> Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
>> Warning: I wish NOT to receive e-mail advertising to this address.
>> Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
>> You have the right to remain silent. Anything you say will be misquoted,
>> then used against you.

apachectl graceful

or /sbin/service httpd graceful

After commenting/uncommenting the appropriate Listen directive.

-Brian

-- 
Feel free to contact me using PGP Encryption:
Key Id: 0x3AA70848
Available from: http://pgp.mit.edu/

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

Reply via email to