<div dir="ltr">The docs indicate, as far as I recall, that you should not edit the existing pages directly, rather you should put a copy into a site-local directory (whose location escapes me at the moment, sorry) and make your changes there. &nbsp;And yes, apache (i.e.mod-perl) or any FastCGI handlers should be restarted after making changes. &nbsp;There&#39;s a configuration variable mentioned towards the end of the RT config file that is described as turning on a check for reloaded pages on every request, but also having a horrible performance impact. &nbsp;This might be adequate for what you&#39;re doing, I don&#39;t know.<div>
I know of one technique that you can use, if restarting the webserver is a problem because it&#39;s a production server - use a second HTTP server, even FastCGI&#39;s trivial http daemon mode, on a different port - and then configure the production webserver to reverse-proxy that set of pages to the other webserver (that&#39;s local). &nbsp;Two copies of apache work, or one copy of (say) apache, and one of lighttpd, or really any combination of a) a web server that supports reverse-proxying, and b) a web server that supports listening on 127.0.0.1:not_80. &nbsp;The second webserver can thus be restarted over and over again without impacting any other production services running on the primary web server.</div>
<div>-Adam</div><div><br><br><div class="gmail_quote">On Mon, Sep 8, 2008 at 12:25 PM, Montana Quiring <span dir="ltr">&lt;<a href="mailto:montanaq@gmail.com">montanaq@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hmmm...<br>
It looks like you&#39;re supposed to do something like this:<br>
copy share/html/Ticket/Create.html to local/html/Ticket/Create.html<br>
(recreating the directory structure)<br>
I even tried copying all of share/html* to local/html<br>
...but alas, nothing gets updated.<br>
<br>
Any advice, please?<br>
<font color="#888888"><br>
-Montana<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Mon, Sep 8, 2008 at 11:43 AM, Montana Quiring &lt;<a href="mailto:montanaq@gmail.com">montanaq@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; So far Request Tracker is working out well. Thanks for the suggestion/help.<br>
&gt; I would like to simplify the &quot;Create a new ticket&quot; page, so I&#39;ve tried<br>
&gt; editing this file:<br>
&gt; share/html/Ticket/Create.html<br>
&gt;<br>
&gt; unfortunatly it seems to make no difference, and the page never<br>
&gt; changes when I view it in a web browser.<br>
&gt;<br>
&gt; Is this a Apache, or FastCGI caching problem?<br>
&gt; Suggestions, please?<br>
&gt;<br>
&gt; --<br>
&gt; -Montana<br>
&gt;<br>
&gt; My Netvibes page:<br>
&gt; <a href="http://www.netvibes.com/antikx#About_Montana" target="_blank">http://www.netvibes.com/antikx#About_Montana</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
-Montana<br>
<br>
My Netvibes page:<br>
<a href="http://www.netvibes.com/antikx#About_Montana" target="_blank">http://www.netvibes.com/antikx#About_Montana</a><br>
_______________________________________________<br>
Roundtable mailing list<br>
<a href="mailto:Roundtable@muug.mb.ca">Roundtable@muug.mb.ca</a><br>
<a href="http://www.muug.mb.ca/mailman/listinfo/roundtable" target="_blank">http://www.muug.mb.ca/mailman/listinfo/roundtable</a><br>
</div></div></blockquote></div><br></div></div>