Because all the virutalhosts run in the same process, this is not
possible.  You raise an interesting question, if a per-host MPM was set
up to permit this, it would be possible, al la perchild. (Note that the
perchild mpm will not support Win32 as written.)



Muhammad Rizwan wrote:
Another thing is that, why apache can refresh just one virtual domain.
Like it be done in IIS, One can restart just one single site while using
IIS.

Thanks


On Mon, 2005-09-19 at 20:40, Joshua Slive wrote:

On 9/19/05, Muhammad Rizwan <[EMAIL PROTECTED]> wrote:

IS this graceful restart is equal to /etc/rc.d/init.d/httpd restart

Probably not.  But since that file probably comes with your OS and not
with apache-proper, we have no way to know exactly what is in it.  As
the docs I pointed you to say, apache can be gracefully restarted with
apachectl -k graceful
or
kill -USR1 `cat /full/path/to/httpd.pid`

Joshua.

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


.


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

Reply via email to