<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Now that we're clean...</div><div><br></div><div>Do you have any goodies in your config sort of like so? &nbsp;:</div><div><br></div><div><div>LoadModule php5_module &nbsp; &nbsp; &nbsp; &nbsp;libexec/apache22/libphp5.so</div><div><br></div><div><div>AddType application/x-httpd-php .php</div><div>AddType application/x-httpd-php-source .phps</div><div><br></div><div>DirectoryIndex index.php index.html</div></div><div><br></div><div><br></div><div>The first one loads the actual PHP server code.</div><div><br></div><div>THe second group sets mimetypes for some php stuff.</div><div><br></div><div>The last one tells Apache when it sees index.php, that's ok to load and process.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Also, for some more troubleshooting steps, create a text file called phpinfo.php with the following contents:</div><div><br></div><div><br></div><div>&lt;?php</div><div>&nbsp;&nbsp; phpinfo();</div><div>?&gt;</div><div><br></div><div>and save it to your DocumentRoot for your server (specified by the DocumentRoot directive in the httpd.conf). &nbsp;Load it in a browser from your web server (like <a href="http://yoursite.org/phpinfo.php)">http://yoursite.org/phpinfo.php)</a></div><div><br></div><div>It's simplistic, I know, but it takes phpmyadmin out of the mix and tells us specifically if PHP itself is working at all.</div></div><div><br></div><div><br></div><div>Good luck!</div><div><br></div><div>--j</div><div><br></div><div><br></div><div><br></div><br><div><div>On Mar 8, 2009, at 4:01 PM, Paul Cartwright wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Sun March 8 2009, Jerald Sheets wrote:<br><blockquote type="cite">Try looking for a line that reads:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">LoadModule jk_module /path/to/mod_jk.so<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">and comment it out. &nbsp;Then, restart apache and see if those errors go away.<br></blockquote><blockquote type="cite">&nbsp;No sense in having an entirely different issue "cloggin' da tubes" in<br></blockquote><blockquote type="cite">rying to help you with your issue.<br></blockquote><br>yeah, I knew they were there.. again, that was from... yet another mod..<br>so now it starts clean, but php doesn't work.nothing in error.log except that <br>apache started.<br>the web server is working, but php isn't.<br><br>I've given up. Now I am starting a brand new ubuntu server install, with LAMP, <br>and I'll check out:<br><a href="http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04">http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.04</a><br><br>this is basically what i am looking for:)<br>this is of course on my spare server, not my desktop debian setup that I now <br>do mail on...<br>-- <br>Paul Cartwright<br>Registered Linux user # 367800<br>Registered Ubuntu User #12459<br><br>_______________________________________________<br>Ale mailing list<br><a href="mailto:Ale@ale.org">Ale@ale.org</a><br>http://mail.ale.org/mailman/listinfo/ale<br></div></blockquote></div><br></body></html>