<div><font color="#330033"><font><font face="verdana,sans-serif">A couple ideas:</font></font></font></div><div><font color="#330033"><font><font face="verdana,sans-serif"><br></font></font></font></div><div><font color="#330033"><font><font face="verdana,sans-serif">a) If you are in control of the code (e.g. it's not something that's compiled and you cannot access it), you could add some "here I am" type debug output to the code so you can see where the code is failing.</font></font></font></div>
<font color="#330033"><font><font face="verdana,sans-serif"><div><br></div><div>b) Check your httpd logs (access and error) and compare the good responses to the bad responses (127.0.0.1 works, but requests from 192.168.113 do not) and see what's different about them.</div>
<div><br></div><div>c) Check your config files (and don't forget .htaccess, if it exists anywhere), as well as the httpd.conf.</div><div><br></div><div>Good luck.</div><br></font></font></font><div class="gmail_quote">
On Mon, Jan 28, 2013 at 2:10 PM, William Temple <span dir="ltr"><<a href="mailto:whtemple1959@gmail.com" target="_blank">whtemple1959@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":29j">I have the web application located at /var/www/wkhmk<br>
I can access the site and perform all tasks from pc1 via localhost/wkhmk<br>
I can access the login screen from pc1 via <a href="http://192.168.1.113/wkhmk" target="_blank">192.168.1.113/wkhmk</a> but get a blank screen after typing in the log in credentials.<br>
I can access the login screen from pc1 via the machine's name...
ubuntu/wkhmk but again get a blank screen after typing in the login
credentials<br>
>From pc2 I can access the website application via the ip address
<a href="http://192.168.1.113/wkhmk" target="_blank">192.168.1.113/wkhmk</a> but after typing in the log in credentials I get
sent to a web based error page.<br>
>From pc2 I cannot access the website using the machine name... ubuntu/wkhmk again being redirected to a web based error page.<br></div></blockquote></div><br><br>