Weird, dunno what was happening here...all seems OK now....

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geoff
Bowers
Sent: 23 December 2004 01:00
To: FarCry Developers
Subject: [farcry-dev] Re: Installation on Apache 2.0.52

Can you run a simple CFML template on this website?

The document root should in fact be ../yourproject/www and you would
have an ALIAS like /farcry pointing to
"C:/Inetpub/wwwroot/cfmx/applications/farcry_core/admin"

A sample from my own local set up would be:
<VirtualHost *:80>
   ServerName mxdu.gandalf
   DirectoryIndex index.htm index.cfm
   DocumentRoot "e:/webapps/MXDU/www"
   IndexOptions +FancyIndexing
   ServerAdmin [EMAIL PROTECTED]
   ErrorLog "logs/mxdu.gandalf-error_log"
   CustomLog logs/mxdu.gandalf-access_log common
   Alias /scribble e:/webapps/scribble
   Alias /cfdocs e:/webapps/cfdocs
   Alias /CFIDE e:/webapps/CFIDE61
   Alias /farcry "e:/webapps/farcry_core/admin"
   <Directory "e:/webapps/MXDU/www">
     Options All
   </Directory>
</VirtualHost>

-- geoff
http://www.daemon.com.au/

Robertson-Ravo, Neil (RX) wrote:
> Hey  Geoff,
> 
> OK, I have setup a farcryadmin domain locally in the .config
> 
> <VirtualHost *> ServerAdmin [EMAIL PROTECTED] 
> DocumentRoot "C:/Inetpub/wwwroot/cfmx/applications/farcry_core/admin"
>  ServerName farcryadmin.development.com ErrorLog
> logs/cfmxdevelopment-error.log JRunConfig Serverstore
> "C:/JRun4/lib/wsconfig/1/jrunserver.store" JRunConfig Bootstrap
> 127.0.0.1:51020 JRunConfig Apialloc false </VirtualHost>
> 
> But when I browser to farcryadmin.development.com I get a 500 Null
> error?
> 
> Any ideas?  Even if I explicitly tell it to get index.cfm I get the
> same error.
> 
> N
> 
> -----Original Message----- From:
> [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Geoff Bowers Sent: 22 December 2004 11:31 To: FarCry Developers 
> Subject: [farcry-dev] Re: Installation on Apache 2.0.52
> 
> Robertson-Ravo, Neil (RX) wrote:
> 
>> Anyone ever got FarCry running on Apache 2.0.52?
> 
> 
> Never had a problem with 2.0.52 -- in fact its my default development
>  environment.
> 
> -- geoff http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as:
[EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to