View previous topic :: View next topic |
Author |
Message |
ScriptHam -
Joined: 08 Sep 2007 Posts: 3
|
Posted: Sat Sep 08, 2007 11:57 am Post subject: Problem 2: Error 404 not found on index |
|
|
Hi all
I have just installed Abyss and IgniteFusion. I found instructions posted in one of the forums to deal with the configuration and admin. The post was by Taelik on Tue Mar 01, 2005 2:51 pm. I followed these instructions.
Taelik reports that it worked for her/him but it does not work for me. I really need to get this running if at all possible.
OK Abyss serves html satisfactorily but cfm pages get the error "Error 404 not found on index".
In the series of posts it reads
Quote: | Thank you for the notification about IF 3.0. We'll add it to our list of scripting language setup tutorials very soon. |
Did the tutorial ever get written?
Problem 1 dealing with Console Port posted separately.
This is really important to me and if any one can help me get it running it would be a big step forward.
I look forward to hearing from anyone who can help.
Many thanks
ScriptHam. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Sep 19, 2007 1:23 am Post subject: Re: Problem 2: Error 404 not found on index |
|
|
ScriptHam,
IgniteFusion is conforming to the CGI standard and thus can be used as a script interpreter with Abyss Web Server.
Install IgniteFusion and then do the following to declare it in Abyss Web Server:
* Open Abyss Web Server's console. In the Hosts table, press Configure in the row corresponding to the host to which you want to add Python support.
* Select Scripting Parameters.
* Check Enable Scripts Execution.
* Press Add in the Interpreters table.
* Set Interface to CGI/ISAPI.
* In the Interpreter field, press "Browse...", go to the directory where you have installed IgniteFusion, and click on its executable ignitedb.exe.
* Check Use the associated extensions to automatically update the Script Paths.
* Press Add in the Associated Extensions table.
* Enter cfm in the Extension field and press OK.
* Press OK
* Press OK in the Scripting Parameters dialog.
* Press Restart to restart the server and apply the modifications.
Now you can browse any .cfm file in your web site hosted by Abyss Web Server and it will be executed and processed by IgniteFusion. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|