<div dir="ltr">Wow. Thanks for the info, I&#39;ll try this tomorrow!<br><br><div class="gmail_quote">On Wed, Sep 17, 2008 at 21:54, Tomas Doran <span dir="ltr">&lt;<a href="mailto:bobtfish@bobtfish.net">bobtfish@bobtfish.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Is there a way to know what path Catalyst is looking for the file? What was<br>
the precise error? Whatever info more you need, I am able to provide. Please<br>
help me...<br>
<br>
Thanks for your time reading this,<br>
</blockquote>
<br></div>
strace is your friend.<br>
<br>
Copy your apache config to /tmp, reset it to a high port for testing, reduce the MinSpareServers to 0, MinSpareServers to 1, and set StartServers to 1 (assuming the prefork mpm here..<br>
<br>
Then start your apache with strace -f, and grep out <a href="http://index.tt" target="_blank">index.tt</a> (i.e. say something like: sudo strace -f /usr/sbin/apache2 -f /tmp/debugapache.conf 2&gt;&amp;1 | grep <a href="http://index.tt" target="_blank">index.tt</a> | tee /tmp/apache-syscalls.log)<br>

<br>
Then hit the index page of your app, and you&#39;ll get what you want in the output...<br>
<br>
Cheers<br>
t0m<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk" target="_blank">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Bruno<br><a href="http://iruel.net">http://iruel.net</a><br>
</div>