Thanks for all those advices.

I have managed to access to Coldfusion first page with login (enter.cfm).
When i click 'next' in the RDS setup, i was thrown back to the first page
with login. This goes back and forth, it can't go to the next ODBC setup. 
Another problem is that when i access http://localhost/farcry or
../farcry/install, the browser displays the codes. 

Below are added-in entries of my apache conf:

# JRun Settings
LoadModule jrun_module "C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so"
<IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore
"C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51010
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
</IfModule>

NameVirtualHost *:80

<VirtualHost *:80>
 DocumentRoot "C:/farcry/data/www"
 ServerName localhost
 Alias /farcry "C:/farcry/farcry_core/admin"
 Alias /CFIDE "C:/Program Files/Apache Group/Apache2/htdocs/CFIDE"
 DirectoryIndex index.htm index.cfm index.cfml
 
 #allow permission to access
 <Directory "c:/farcry/data/www">
 Options All
 </Directory>
 
 <Directory "c:/farcry/farcry_core/admin">
 Options All
 </Directory>
 
 <Directory "C:/Program Files/Apache Group/Apache2/htdocs/CFIDE/">
 Options All
 </Directory>
 
</VirtualHost>

Anyone pls advise.
Cheers


 
--
View this message in context: 
http://www.nabble.com/installing-farcry-with-apache-problem-t1161118c621.html#a3176894
Sent from the FarCry - Dev forum at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to