CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
So I have a developer version of CF. I also have apache (2.2) set up since I wasn't able to connect at all with the built in webserver. I can connect to http://127.0.0.1/Ubersite/wwwroot/ and it displays the CF fine. I can connect to http://127.0.0.1/index.cfm and I get the CF page. I go to

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
Oh yeah.. I also set 192.168.1.* in *Allowed IP Addresses for Exposed Services. No luck.* On Sun, Feb 9, 2014 at 9:57 AM, Phillip Vector vec...@mostdeadlygame.comwrote: So I have a developer version of CF. I also have apache (2.2) set up since I wasn't able to connect at all with the built

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
192.168.1.3 - - [09/Feb/2014:10:01:35 -0800] GET /Ubersite/wwwroot/ HTTP/1.1 200 - That is what the apache logs say is happening. So it's returning a webpage.. Just ... no CF. On Sun, Feb 9, 2014 at 9:59 AM, Phillip Vector vec...@mostdeadlygame.comwrote: Oh yeah.. I also set 192.168.1.* in

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Andrew Scott
sounds like the connectors didn't install correctly. This is evident that the index.cfm is not in the default file list or it is not at the top like it is suppose to be... Did you run the web configuration tool? Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+:

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
I set it up for apache and it seems to have added the stuff to httpd.conf IfModule dir_module DirectoryIndex dex index.html index.cfm /IfModule I went and changed it to IfModule dir_module DirectoryIndex dex index.cfm index.html /IfModule and it still isn't working. On Sun, Feb 9, 2014 at

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
If it helps, here's the log from mod_jk. It looks like it's getting to coldfusion... But just not parsing it out to the screen? [Sun Feb 09 11:33:27 2014] [10680:25804] [debug] uri_worker_map_update::jk_uri_worker_map.c (1168): File C:/ColdFusion10/config/wsconfig/1/uriworkermap.properties is

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Phillip Vector
I can't believe I was that stupid... So I installed IIS (getting frustrated with Apache). I FINALLY get that working and same issue.. WTF... So I check out other small CFM files and finally get to my index.cfm of the site (fusebox based). Great. Fusebox is failing on me... I peek in and what

Re: CF10 Apache won't process CF pages outside of localhost

2014-02-09 Thread Andrew Scott
lol... don't worry about it. I think we all have moments like that. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Mon, Feb 10, 2014 at 8:15 AM, Phillip Vector vec...@mostdeadlygame.comwrote: I can't believe I was that