<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 8, 2009, at 6:08 PM, Jerald Sheets wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 8, 2009, at 5:59 PM, Paul Cartwright wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>Restarting web server: apache2[Sun Mar 08 17:55:46 2009] [warn] module <br>php5_module is already loaded, skipping<br> ... waiting [Sun Mar 08 17:55:47 2009] [warn] module php5_module is already <br>loaded, skipping<br></div></blockquote><div><br></div><div>This tells me it has already been loaded somewhere else. &nbsp;Probably a php.conf file in a location that is included via wildcards like so:</div><div><br></div><div><br></div><div>Include /this/path/*.conf</div><div><br></div><div>or even more inclusive:</div><div><br></div><div>Include /this/path/*</div></div></div></blockquote><br></div><div>There's probably just two AddModule lines for php5 in his config files, a recursive grep in /etc/apache2 will usually reveal the culprit. My money would be on httpd.conf, since some stuff freaks out if it can't find the proper load lines there when they install and will add them if they think it's missing.</div><div><br></div></body></html>