Sounds like the Module is not loaded in Apache.
When you installed ColdFusion did the installer?
1. successfully compile the coldfusion Module
2. copy it to your /usr/lib directory
3. update your httpd.conf with the loadmodule command
4. Restart Apache
I'd check your httpd.conf file (probably in /etc/httpd or
/yourApacheInstallDirectory/conf) to make sure the coldfusion entries have
been added.
Should look something like:
#LoadModule Section
LoadModule coldfusion_module /usr/lib/apache/mod_coldfusion.so
#AddModule Section
AddModule mod_coldfusion.c
If the entries are there check your Apache error_log for any problems.
Found this on Google which might help
http://beta.allaire.com/betadocs/coldfusion50rc/releasenotes.htm
Regards
Chris Smoother
FirmwareDesign
-----Original Message-----
From: Krish Talk [mailto:[EMAIL PROTECTED]]
Sent: Friday, 15 June 2001 8:31 PM
To: Spectra-Talk
Subject: HP-UX problem - Help needed
Hi all,
I am using Coldfusion with following infrastructure.
I am using HP K class Server 700 Series.
Os is HP UX 11.0 64bit OS
# ./httpd -version
Server version: Apache/1.3.19 (Unix)
Server built: Jun 8 2001 17:18:34
CF Server's Version is 4.5.1
CF server starts up very fine and everything looks OK but
When i try to click on Server Administrator option in the
http://ip_address/cfdocs/index.cfm, It prompts me dialog box for downloading
something and it closes automatically but it does not open administrator.
This is creating a lot of problem as I can't create my oracle datasource.
MASTERS please help.
Regards
Kris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.