On 03/27/2015 06:16 AM, Richard wrote:
<snip> ------------ Original Message ------------ These errors look odd to me. In many years of working with apache on a range of *nix OSs, I don't remember a (properly installed) apache instance that didn't have defaults that worked out of the box. They may not have been what one wanted, but they worked. With errors like these I wouldn't expect the web server to start, but from previous exchanges I thought that it/one was running. Are you running more than one server? What do ps and netstat show. As these are web server, not php (and certainly not php-db), issues you should probably be asking them on the apache list. [i read the list, please do not include my direct email address in your messages.] - Richard
Richard - As we saw in the Apache list, the problem lies in PHP/MySQL To quote -- " Date: Tuesday, March 31, 2015 02:18:13 -0400 From: "Ethan Rosenberg, PhD" <erosenberg@xxxxxxxxxxxxxxxxxxxx> Subject: Re: [users@httpd] Apache is Slow Some more info.... Changed the host in the connect $cxn = mysqli_connect($host,$user,$password); $host="127.0.1.1"; Now get an error... Warning: mysqli_connect(): (HY000/2003): Can't connect to MySQL server on '127.0.1.1' (111) in /var/www/HandleWeight.php on line 56 Connect Error (2003) Can't connect to MySQL server on '127.0.1.1' (111) The correct IPnumber for "localhost" is "127.0.0.1". I wouldn't generally expect anything to answer on "127.0.1.1". Separately, I think that this likely proves that this isn't an apache issue. You're getting to the mysql reference in the php script that you're calling (from the js reference) and it's failing there because of the incorrect IPnumber. -->> So, apache is responding fine and it's seemingly your script that has problems. "All this having been said, I have attached HandleWeight.php Hopefully this will assist us in finding the error.
TIA Ethan
Attachment:
HandleWeight2.php
Description: application/httpd-php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php