to have apache re-read the config, the other way is
/bin/kill -HUP `cat <path-to-pid-file>
and there's isn't a way for it to only reload the proxy changes or just
a part of the config and it is questionable why would apache have a way
to only reload a part of the config. No reason to support that.
HTH
Aman Raheja
http://www.techquotes.com
Jignesh Badani wrote:
Thanks Joost,
I am not so confident about "apachectl -k graceful". I was actually
referring to something within the Apache runtime. The parent process polls
the config files or a file with just proxy rules for changes and
communicates it to the child processes.
But since you have mentioned it, are you aware of any medium to big site
using "apachectl -k graceful " on a daily basis and during peak hours.
Also we are using a Netegrity Siteminder agent and they do not
recommend/support apache recycle using graceful.
About the DNS round-robin, well we could have used it if it was smart
enough to route a subsequent user request to the same backend server which
established the user session in the first place. I mean load-balancing and
routing request based on session information in the request header (or a
session cookie).
Thanks again.
"Joost de Heer" <[EMAIL PROTECTED]>
06/24/2005 02:18 PM
Please respond to
[EMAIL PROTECTED]
To
"Jignesh Badani" <[EMAIL PROTECTED]>
cc
users@httpd.apache.org
Subject
Re: Dynamic refreshing of Proxy Rules
It would be nice to have Apache reload proxy rules at regular
(configurable) intervals w/o the need to bounce the webserver.
apachectl graceful in the crontab?
Another thing, I desire in mod_proxy is the ability to specify a
Failover
backend (remote) host, in case one host does not respond or is too busy.
Ideally it would be great to have some kind of load-balancing proxy
(with
failover) solution so that we do not have to rely on external
load-balancers.
reverse-proxy to a DNS-name, and let DNS do the load balancing.
Joost
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]