iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 16, 2008
Who Are Your Top Friends on Facebook?
About
 
May 15, 2008
Reader Question - Would you host your client's work on your website?
About
 
May 15, 2008
How to Create an Ajax Autocomplete Text Field: Part 6
WebReference.com
 
May 14, 2008
Poll: Are the browser safe colors still needed?
About
 
May 14, 2008
Google Doctype launched
About
 
May 14, 2008
Web Editor Reviews - 6 New Reviews
About
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /CFML

Installing ColdFusion Express on Linux 

  Views:    20542
  Votes:    2
by George Jempty 2/22/04 Rating: 

Synopsis:

A step by step guide to configuring and installing ColdFusion Express to run alongside Apache on a RedHat Linux system.
Pages: firstback1 2 3 forwardlast
The Article

Whew! We're done with the LoadModule directive. And we may even be altogether done with configuring httpd.conf, unless it contains the ClearModuleList directive. If so, you will need to add one more line to the configuration. Below this directive there will be another series of lines, these beginning with the AddModule directive. At the bottom of all of these insert the following:

AddModule mod_coldfusion.c  

Save your changes to httpd.conf and now all that is left is restarting Apache. This is typically as easy as issuing the following form the shell prompt:

/usr/sbin/apachectl restart

OR
/usr/sbin/apachectl stop
AND THEN
/usr/sbin/apachectl start)

If all went well you will get a message that httpd started. If not you might retry the above manual configuration of httpd.conf more carefully. And as a fallback position you will always be able to copy your backup as httpd.conf, restart, and you should be in no worse shape than you began, perhaps ready to try again a little more carefully.

Assuming Apache restarted just fine you will want to confirm that ColdFusion is working correctly in conjunction with your webserver. As noted in the README you should point your browser to:

http://localhost/CFIDE/administrator/index.cfm  

NOTE though that if you are installing this on a remote server you will need to replace localhost with the proper server name, in the form of example.com for instance.

If everything succeeded you will see a page entitled ColdFusion Adminstrator that has a form for you to enter the password you specified during the install process. If all does NOT go well, depending on your browser you may encounter one of the following:
Internet Explorer: May prompt you to download the index.cfm file
Mozilla: May display incomprehensible output
Well at least Apache is running, and you can go back and attempt the previous steps more carefully. If you get a dialog telling you that the server could not be found however, then your Apache configuration is broken and will definitely need to be restored from the backup of httpd.conf.

Have I mentioned you should back up httpd.conf?

One final note. If you do reclaim space on the server by eliminating the directory named coldfusion-451express-linux-ent that got created when unpacking with the gunzip command, please take note. The reason I suggested running gunzip with the -c -c flag to retain the original .tar.gz file, was to be able to decompress and re-create the coldfusion-451express-linux-ent directory at a later date, should you ever need or want to remove ColdFusion Express. This directory contains the necessary cfremove script.

Now you're ready to start having fun with ColdFusion. Though much of the above is in the README I hope this constitutes a useful supplement.

Pages: firstback1 2 3 forwardlast

Similar/related articles:


 
  Sponsors