I moved this post to this list, as suggested by Jeff, /me thx Jeff. Anywho, I'm a little confused by the setup of farcry. Is FarCry capable of running several applications from one installation, or only one application per installation? Secondly, to answer Jeff's question, I'm not doing any netBIOS stuff. I'm builing this server as a test server for an enterprise level web server network. This will [hopefully] be running in a clustered server enviroment. Possible? And finally (for now), how do I do a subalias, as Jeff suggests?
> Grant Eagon wrote: > > <VirtualHost *> > > serverName server > > DocumentRoot "C:/apache2/htdocs" > > Alias /farcry > > "C:/apache2/htdocs/farcry/farcry_core/admin" > > Alias /ezvx "C:/apache2/htdocs/farcry/EZVX/www" > > Alias /cfide "C:/apache2/htdocs/cfide" > > </VirtualHost> > --- Jeff Coughlin <[EMAIL PROTECTED]> wrote: > Date: Mon, 28 Feb 2005 09:53:24 -0500 > From: Jeff Coughlin <[EMAIL PROTECTED]> > Subject: [farcry-user] Re: Apache Config > To: "FarCry Users" <[EMAIL PROTECTED]> > > By the looks of your config it appears that you are > trying to run this > farcry site under and alias (which is fine). If > that is your intention > then please make sure that your > _serverSpecificVars.cfm and apps.cfm > reflect these settings. If you have left > application.url.farcry set to > the way it was setup during install, then that is > likely where your > problem exists. Either remove the > "application.url.webroot & " from > that variable's "set" statement or update your > httpd.conf file to allow > the alias /farcry to be a subalias to /ezvx. > > This all depends on the goal you are trying to > acheive. I'm guessing > that you're trying to run the farcry site as an > alias to the domain > (perhaps you're using a shared netBIOS name like > "intranet"). If this > is the case then I'd suggest running /farcry as a > subalias to /ezvx and > making the necessary modifications to httpd.conf. > Restart Apache and > you're good to go (/me hopes). > > If you have more server config questions you're > likely to get better > responses in the farcry_dev mailing list. Good > luck. > > 1) <project>/config/_serverSpecificVars.cfm > ... > application.url.webroot = "/ezvx"; > application.url.farcry = application.url.webroot & > "/farcry"; // Admin > ... > > 2) <project>/apps.cfm > <cfscript> > stApps = structNew(); > stApps[cgi.server_name] = 'ezvx'; > </cfscript> > > -Jeff C. > > --- > You are currently subscribed to farcry-user as: > [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: > http://lists.daemon.com.au/ > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 --- 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/
