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/
