From my hosted site experience, I was under the mistaken impression that PHP could not be run from anywhere but /cgi-bin. After moving my scripts to the document root, /var/www/html, image files will load from PHP scripts and HTML in general. The basic problem was based on image files in the /cgi-bin directory, I guess.
Unless anyone has anything to add, I consider the matter RESOLVED.