I don't know about Linux but this is what I had to do to get it running on
apache under windows nt:

1) added the following line to your apache httpd.conf file under the
ScriptAlias section

ScriptAliasMatch (.*\.cfm) "e:/html$1"

(note you need to change the e:\html to whatever the DocumentRoot of your
apache installation is.

2) I also had to change formurl2attributes.cfm to use "cgi.script_name"
instead of "cgi.path_info" so do a search and replace for cgi.path_info. It
should only appear in two places at the top of the page at least in my
version of the file. That should be it.

cheers,

edward chowdhury


-----Original Message-----
From: Adam Reynolds [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 08, 2001 5:47 AM
To: Fusebox
Subject: formurl2attributes for Apache


Can anybody give me a quick rundown on the changes necessary to make this
one work under Linux Apache?

Best Regards,

Adam Reynolds
ColdFusion Web Developer
ISMG Development, Unilever
London

( +44 20 7822 5450 (ext 5450)
m: +44 7973 386620
*  [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to