Hi,

Melanie Pfefer wrote:
> hello,
> 
> I need to add these 2 lines to my conf file:
> 
> RewriteEngine On
> RewriteRule ^/(OpenObject.*) http://server2:9000/$1
> 
> 
> the http service is critical and cannot kill sessions.
> Is there a way to reload the configuration without
> restarting apache?

apachectl configtest
apachectl graceful

or if you're using Fedora / RedHat / CentOS:

service httpd configtest
service httpd reload

HTH,


                                Neil.

-- 
Neil Hillard                    [EMAIL PROTECTED]
AgustaWestland                  http://www.whl.co.uk/

Disclaimer: This message does not necessarily reflect the
            views of Westland Helicopters Ltd.

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