> > How is that happening. Where is mod_index loaded? > It's either compiled into httpd (httpd -l lists the compiled in modules) or loaded with LoadModule.
In Apache 1.3. you could use AddModule to change the processing order, I am not sure if something similar exists for 2.0 Gerald > Ruben > > > On Mon, 2005-06-20 at 23:48, Gerald Richter wrote: > > > > > > I'm getting this from the debugging now > > > > > > www2:/usr/local/apache2/conf # tail -f /tmp/embperl.log > > > [27861]toString: Node=5(5) RepeatLevel=0 type=4 flags=1 text=><= > > > (#1) SVs=13610 > > > [27861]CACHE: Free content for > > > *file:/usr/local/apache/htdocs/nylxs/*epparse:Embperl*epcompil > > > > Embperl picks up the directory instead of mod_index, that > depends on > > the load order. Mod_index has to process the directory > first (and will > > turn it into index.html, which can be handled by Embperl). > > > > The other solution is the wrap the Embperl settings inside a <Files > > *.html> block, this will make sure that the directoty is > not handled > > by Embperl > > > > Gerald > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]