Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

installing ignite fusion on universal server

Featured Replies

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

  • Author

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 exists

ScriptAlias /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

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

  • 2 months later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.