<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>These are specifically Tomcat errors.</div><div><br></div><div>It appears that you're trying to load jk_module, but you haven't applied any other directives in the httpd.conf (and associated files) to tell Apache everything it needs to know.</div><div><br></div><div>Try looking for a line that reads:</div><div><br></div><div>LoadModule jk_module /path/to/mod_jk.so</div><div><br></div><div>and comment it out. &nbsp;Then, restart apache and see if those errors go away. &nbsp;No sense in having an entirely different issue "cloggin' da tubes" in rying to help you with your issue.</div><div><br></div><div><br></div><div>--jms</div><div><br></div><div><br></div><br><div><div>On Mar 8, 2009, at 2:12 PM, Paul Cartwright wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Sun March 8 2009, Brandon Wood wrote:<br><blockquote type="cite">What do your logs (/var/log/apache2/error.log maybe) show?<br></blockquote>hm.. it says :<br>[Sun Mar 08 13:49:37 2009] [error] [client 192.168.10.103] File does not <br>exist: /disk2/pictures/www/phpmyadmin<br>[Sun Mar 08 14:09:06 2009] [notice] caught SIGTERM, shutting down<br>[Sun Mar 08 14:09:07 2009] [warn] No JkLogFile defined in httpd.conf. Using <br>default /disk2/pictures/www/logs/mod_jk.log<br>[Sun Mar 08 14:09:07 2009] [warn] No JkShmFile defined in httpd.conf. Using <br>default /disk2/pictures/www/logs/jk-runtime-status<br>[Sun Mar 08 14:09:07 2009] [warn] No JkLogFile defined in httpd.conf. Using <br>default /disk2/pictures/www/logs/mod_jk.log<br>[Sun Mar 08 14:09:07 2009] [warn] No JkShmFile defined in httpd.conf. Using <br>default /disk2/pictures/www/logs/jk-runtime-status<br><br>so I did a mkdir phpmyadmin and now I get this:<br><br>[Sun Mar 08 14:09:07 2009] [notice] Apache/2.2.9 (Debian) PHP/5.2.8-0.dotdeb.2 <br>with Suhosin-Patch mod_jk/1.2.27 configured -- resuming normal operations<br><br>but that folder is empty, so when I run <a href="http://192.168.10.103/phpmyadmin">http://192.168.10.103/phpmyadmin</a><br>I get this:<br>Index of /phpmyadmin<br>[ICO]<span class="Apple-tab-span" style="white-space:pre">        </span>Name<span class="Apple-tab-span" style="white-space:pre">        </span>Last modified<span class="Apple-tab-span" style="white-space:pre">        </span>Size<span class="Apple-tab-span" style="white-space:pre">        </span>Description<br><br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">What does your config look like?<br></blockquote>which config?<br><blockquote type="cite"><br></blockquote><blockquote type="cite">Are the permissions for that directory set correctly?<br></blockquote><br>which folder?<br><br>-- <br>Paul Cartwright<br>Registered Linux user # 367800<br>Registered Ubuntu User #12459<br>_______________________________________________<br>Ale mailing list<br><a href="mailto:Ale@ale.org">Ale@ale.org</a><br><a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a><br></div></blockquote></div><br></body></html>