apachectl -k graceful
The USR1 or graceful signal causes the parent process to advise the children
to exit after their current request (or to exit immediately if they're not
serving anything). The parent re-reads its configuration files and re-opens
its log files. As each child dies off the parent
redirect / http://www.mydomain2.com
-Original Message-----
From: Martin B. Nielsen [mailto:[EMAIL PROTECTED]
Sent: Friday, June 17, 2005 12:31 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Forwarding requests on a virtual host to another
computer on a internal lan
Hi All.
I'
Hi All.
I'm sorry if this question has been asked before, but I've just have to ask:
I have 2 computers running Redhat 9.0, running Apache/2.0.40 Server on both,
and I'm wondering, is there any (preferably simple) way to redirect a
virtual host on server 1 to server 2, when I have only one public
Hi.
If you still havent solved it, I might have a solution for you. I'm running
several vhosts behind NAT, using IP-based vhosts.
You can try this:
NameVirtualHost 192.168.1.100
ServerName some.domain.name.com
* other settings you want *
ServerName some.other.domain.nam