<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 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><br></div><div>In either event, it's the same thing. &nbsp;</div><div><br></div><div>Did you try the phpinfo.php trick from my earlier email? &nbsp;If that works, PHP is fully functional and properly configured and we needed to look elsewhere.</div><div><br></div><div><br></div><div>--j</div></div></body></html>