January 23, 200620 yr comment_2356 I'd like to try and get coldfusion going on universal server in the form of IgniteFusion ( http://www.ignitefusion.com/ ) I am really just someone who juse writes cf code, not a server admin at all, here is what I did, but it is not working and if someone could give me some suggestions I would love it in diskw\usr\local I made a folder (coldfusion) like so diskw\usr\local\coldfusion\ in the coldfusion folder I put the ignitedb.exe in the httpd.conf I added AddType application/x-httpd-ignitedb .ign AddType application/x-httpd-ignitedb .cfm so it now looks like: Options Indexes Includes AllowOverride All AddType application/x-httpd-php .phtml .php3 .php AddType Application/x-httpd-php-source .phps AddType application/x-httpd-ignitedb .ign AddType application/x-httpd-ignitedb .cfm I then tried to add ignite fusion as a cgi module ScriptAlias "/__cfm_dir__/" "/usr/local/coldfusion/"Action application/x-httpd-ignitedb "/__cfm_dir__/igintedb.exe" when I save the file and restarted the server and went to sample.cfm which was in the www (diskw\www\) nothing, and when I started the ignitedb.exe by clicking on it and tried again - still nothing - by that I mean a The page cannot be found - not even a page showing the unprocessed code even tho the file is really there. when I rename sample.cfm to sample.html, the server finds it, but when it is sample.cfm, it cannot be found. That's all the info I have at the moment - any advice you might send my way would be appreciated. thanks, megan Report
January 23, 200620 yr Author comment_2357 sittingrage over at the ignitefusion.com forums gave me the answer here is what to do to get if/cfml running on Uniform Server made "if" folder in user/local/ ( "/usr/local/if/ ) put ignitedb.exe inside /if/ then modified the httpd.conf like so: #ignite stuff ----START --- #create virtual directory to point to the directory where IgniteDB.exe existsScriptAlias /if/ "/usr/local/if/" #Add extensions associations AddType application/x-httpd-ignitedb .ign .cfm .cfml #Tie extensions to executable Action application/x-httpd-ignitedb "/if/ignitedb.exe" #ignite stuff ---- END --- worked like a charm regards, megan Report
January 24, 200620 yr comment_2373 Can you a brief tutorial about it in our wiki for other users? Post it here: http://wiki.uniformserver.com/Installing_IgniteFusion Thanks. Take a look at this example for help: http://wiki.uniformserver.com/Installing_ionCube Best Regards Olajide Olaolorun The Uniform Server Development Team Report
January 25, 200620 yr Author comment_2384 Sure - I'll take a look at the example and then post the ignitefusion info ~megan Can you a brief tutorial about it in our wiki for other users? Post it here: http://wiki.uniformserver.com/Installing_IgniteFusion Thanks. Take a look at this example for help: http://wiki.uniformserver.com/Installing_ionCube2373[/snapback] Report
January 25, 200620 yr comment_2397 Thanks Best Regards Olajide Olaolorun The Uniform Server Development Team Report
April 3, 200619 yr Author comment_2828 OK, just wanted to post that a tutorial with instructions for intalling the IgniteFusion CFML engine http://www.ignitefusion.com/ on Universal Server and connecting to Access or MySQL Database can be found at http://tutorial453.easycfm.com/ This is also posted in the Uniform Server Wike thanks, megan Report
April 13, 200619 yr comment_2898 Thanks. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.