I ran onto something similar to this last week. I uninstalled/reinstalled CF
and it worked fine. It was a fresh install on a dev box so this may not be
an option for you. Just throwing it out there.

G!


On Wed, Feb 18, 2009 at 9:13 AM, Chad McCue <c...@advmediaproductions.com>wrote:

>
> I am trying to run Coldfusion 8 (Single Instance) on IIS and Apache.
> Currently my IIS sites are running fine, but when I try to load my
> apache site the page only shows the coldfusion code and does not
> actually execute the code. I am using Apache to get subversion installed
> for one of our major sites. This seems to be the last piece to get my
> whole version control system in place.
>
>
> My Web Server Configuration looks like this
>
> [ localhost:coldfusion ] Internet Information Server (IIS) : CFMX8
> [ localhost:coldfusion ] Apache : "C:\Program Files\Apache Software
> Foundation\Apache2.2\conf"
>
>
> My apache httpd.conf has this entry put in
>
> # JRun Settings
> LoadModule jrun_module
> "D:/ColdFusion8/runtime/lib/wsconfig/3/mod_jrun22.so"
> <IfModule mod_jrun22.c>
>    JRunConfig Verbose false
>    JRunConfig Apialloc false
>    JRunConfig Ignoresuffixmap false
>    JRunConfig Serverstore
> "D:/ColdFusion8/runtime/lib/wsconfig/3/jrunserver.store"
>    JRunConfig Bootstrap 127.0.0.1:51012
>    #JRunConfig Errorurl url <optionally redirect to this URL on errors>
>    #JRunConfig ProxyRetryInterval 600 <number of seconds to wait before
> trying to reconnect to unreachable
>
> clustered server>
>    #JRunConfig ConnectTimeout 15 <number of seconds to wait on a socket
> connect to a jrun server>
>    #JRunConfig RecvTimeout 300 <number of seconds to wait on a socket
> receive to a jrun server>
>    #JRunConfig SendTimeout 15 <number of seconds to wait on a socket
> send to a jrun server>
>    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
> </IfModule>
>
> My URL I am using to test is (this only shows code)
>
> http://ampserver2003.ampi.lan:81/svn/Ameridose/branches/Marketing%20Upda
> te/trunk/Extranet/index.cfm<http://ampserver2003.ampi.lan:81/svn/Ameridose/branches/Marketing%20Upda%0Ate/trunk/Extranet/index.cfm>
>
>
> If any one has done this, I could use some help.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319481
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to