<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><FONT face=Arial
color=#0000ff size=2>Hi Sebastian,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><FONT face=Arial
color=#0000ff size=2>if you are running on wsgi, you can modify your script
to intercept a special url like:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><SPAN
lang=ES-MODERN><FONT face=Arial color=#0000ff
size=2></FONT></SPAN></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><SPAN
lang=ES-MODERN><FONT face=Arial color=#0000ff size=2> if
environ['PATH_INFO'] ==
"/reload_config":<BR> theService =
Service.load(cfgs)<BR> content =
"Config reload OK"<BR>
start_response('200
OK',[('Content-type','text/plain'),<BR>
('Pragma','no
cache'),<BR>
('Cache-Control','no-cache,
must-revalidate')])<BR> return
content<BR></FONT></SPAN></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><SPAN
lang=ES-MODERN><FONT face=Arial color=#0000ff size=2>When in a normal request
theService will be reused.</DIV></FONT></SPAN></SPAN>
<DIV dir=ltr align=left><SPAN class=944524210-03112010><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV><BR>
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=es dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> tilecache-bounces@lists.osgeo.org
[mailto:tilecache-bounces@lists.osgeo.org] <B>En nombre de </B>Sebastian E.
Ovide<BR><B>Enviado el:</B> miércoles, 03 de noviembre de 2010
11:12<BR><B>Para:</B> tilecache@openlayers.org<BR><B>Asunto:</B> [Tilecache]
updating conf without restarting web server?<BR></FONT><BR></DIV>
<DIV></DIV>is there any way to change tilecache conf without the need to
restart the webserver ?
<DIV><BR></DIV>
<DIV>thanks<BR clear=all><BR>-- <BR>Sebastian E.
Ovide<BR><BR><BR><BR></DIV></BLOCKQUOTE></BODY></HTML>