> I'm a newbie in setting up this type of configuration. Been thru the > docs and followed as best I could...but when browsing one of my sites, > jrun outputs the source code rather than the page itself... > > Here's my apache config, copied and modified from cfmx docs: > > LoadModule jrun_module "C:/JRun4/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:/JRun4/lib/wsconfig/1/jrunserver.store" > #JRunConfig Bootstrap 127.0.0.1:51000 > AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc > </IfModule> > NameVirtualHost cfmx.dev.sfcommerce.com > <VirtualHost cfmx.dev.sfcommerce.com:9001> > ServerName blog.cfmx.dev.sfcommerce.com > DocumentRoot "D:/dev/sfc/stacy/blog" > ServerAdmin [EMAIL PROTECTED] > ErrorLog logs/error-store.log > <IfModule mod_jrun20.c> > JRunConfig Verbose true > JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store" > JRunConfig Bootstrap 127.0.0.1:51000 > AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc > </IfModule> > </VirtualHost>
I'm not very knowledgeable about Apache either, but on my machine, I've got the "JRunConfig Serverstore" and "JRunConfig Bootstrap" stuff enabled in the first IfModule directive, not in the VirtualHost directives. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

