> I need some help configuring my server. The server has dual > drives a 30 gig (C: drive) and a 180 gig (D; drive) . Both > are backed up by redundant drives. What I want to do is to > run the CF applications on the C drive and locate all of the > uploaded photos, and files (word, excel, powerpoint > stuff) on the D : drive. This is to allow me to easily > store the bulk > of the app, which will be the uploaded Word, PPT, excel etc > files on the larger drive and also to be able to upgrade the > D: drive bigger if I have to without having to reload CF and > all the app.
You should not store web-accessible content on the system partition. You can install CF on the system partition (although that's less than ideal), but your .cfm/.cfc files along with other web content should be on a separate partition containing nothing else, for security reasons - specifically, to prevent directory traversal attacks: http://en.wikipedia.org/wiki/Directory_traversal To create this configuration, simply configure your web server's root directory to point to a directory within this partition. If you need to upgrade the drive in the future, this configuration will be just as easy to work with as what you asked for. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301914 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

