<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Apr 19, 2015, at 7:20 PM, James Miller <<a href="mailto:gajs-f0el@dea.spamcon.org" class="">gajs-f0el@dea.spamcon.org</a>> wrote:<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Seems to me the theory is not correct, true? Does this mean it's time to throw in the towel on trying to get MythWeb working through this nginx/php-fpm combination?</div></blockquote><div><br class=""></div><div>Yup, I’m out of ideas. It’s frustrating because all the individual pieces work fine in isolation but for some reason not together. Someone who does php regularly might be able to zero in quickly but I stuck.</div><br class=""><blockquote type="cite" class=""><div class="">I'm not following very well what you're explaining here. I looked at that page, which is a bit over my head, and I did try entering an underslash in place of "localhost," after server_name in nginx.conf. I think "bounce nginx" on my system equates to "/etc/init.d/nginx restart," but after having put the underslash in nginx.conf in place of "localhost" and running that command, I still can't access the machine from another on my LAN. When I enter its IP in the browser's address bar and hit "enter," the browser just sits loading forever but never showing anything.<br class=""></div></blockquote><div><br class=""></div><div>Bounce refers to a bouncing ball - first it goes down then it comes up so you have the right translation to unix-admin-speak! You actually are accessing nginx from other machines on your lan. The fact that it shows loading means it reached nginx, try browsing to <a href="http://hostnameOrIP:12345/" class="">http://hostnameOrIP:12345/</a> to see what you get when you browse a place where nothing is listening. I thought maybe having a specific hostname listed might be the trouble but I guess not, it’s something else in the config.</div><div><br class=""></div><div>Anyway I’m curious if you get mythweb working with apache - both servers pass the same text to the same php code and should fail in the same way. Perhaps the apache way comes with a different configuration or module.</div></div><br class=""></div><div class="">- George</div></body></html>