uname -a
Linux raspberrypi 4.1.7-v7+ #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015 armv7l GNU/Linux
The pi is in the DMZ on my net, but I setup the configurations to just use it's IP (192.168.0.10) and I've been trying to get to it using the private IP address from another Ip on the network (192.168.0.9), with no connection.
I've got PHP 5 + PHP_CLI installed, but is there some Apache configuration that needs to be done? I've tested PHP with a "hello world" and it works...
newmanh@raspberrypi ~ $ php -version
PHP 5.6.22-0+deb8u1 (cli) (built: Jun 14 2016 18:21:48)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
newmanh@raspberrypi ~ $ apachectl -v
Server version: Apache/2.4.10 (Raspbian)
Server built: Jan 23 2016 22:26:49
My logs show no errors on apache access/errors.
Ideas?