this is what i put in the httpd.conf file
# # TypesConfig describes where the mime.types file (or equivalent) is # to be found. # TypesConfig conf/mime.types # # DefaultType is the default MIME type the server will use for a document # if it cannot otherwise determine one, such as from filename extensions. # If your server contains mostly text or HTML documents, "text/plain" is # a good value. If most of your content is binary, such as applications # or images, you may want to use "application/octet-stream" instead to # keep browsers from trying to display binary files as though they are # text. # DefaultType text/cfm -----Original Message----- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 2:11 PM To: CF-Talk Subject: Re: apache web server Jim, Did you copy the ApacheModuleColdFusion.dll from the cfusion\bin folder into the Apache folder yet? Mike ----- Original Message ----- From: "JIM" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 10, 2002 4:09 PM Subject: RE: apache web server > is this right > > > DefaultType text/cfml > > > > -----Original Message----- > From: JIM [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 10, 2002 1:58 PM > To: CF-Talk > Subject: RE: apache web server > > > doug > I dont find where to set the default documents > > > -----Original Message----- > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 10, 2002 1:10 PM > To: CF-Talk > Subject: Re: apache web server > > > here is some reading material > > > > http://www.pair.com/pair/support/tutorials/webserver.html > > > > There are two major products that come out of Berkeley: LSD and [Unix] > BSD. We don't believe this to be a coincidence. > > > > Doug Brown > ----- Original Message ----- > From: "JIM" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Sunday, February 10, 2002 11:17 AM > Subject: RE: apache web server > > > > where do i set the default document mime type? > > > > -----Original Message----- > > From: JIM [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, February 10, 2002 12:08 PM > > To: CF-Talk > > Subject: RE: apache web server > > > > > > How 'bout KUDOS :) > > Jim > > > > > > -----Original Message----- > > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, February 10, 2002 12:03 PM > > To: CF-Talk > > Subject: Re: apache web server > > > > > > I'll take that million in US Dollars !!!! :-D > > > > > > > > > > > > > > There are two major products that come out of Berkeley: LSD and [Unix] > > BSD. We don't believe this to be a coincidence. > > > > > > > > Doug Brown > > ----- Original Message ----- > > From: "JIM" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Sunday, February 10, 2002 10:42 AM > > Subject: RE: apache web server > > > > > > > thanks a million Douglas > > > > > > -----Original Message----- > > > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > > > Sent: Sunday, February 10, 2002 11:55 AM > > > To: CF-Talk > > > Subject: Re: apache web server > > > > > > > > > Step 1 - Locate httpd.conf > > > In the directory that apache was installed in (Typically > c:\program > > > files\Apache Group\Apache) look for the conf directory. In the conf > > > directory you should find several files that end in .conf open up > > > httpd.conf with notepad. > > > Step 2 - Locate ApacheModuleColdFusion.dll > > > In your coldfusion bin directory (typically c:/cfusion/bin) you > > should > > > find a file called ApacheModuleColdFusion.dll note its location. > > > Step 3 - Edit httpd.conf > > > Add the following line to httpd.conf (on one line) > > > LoadModule coldfusion_module > > c:/cfusion/bin/ApacheModuleColdFusion.dll > > > > > > Make sure every file path you use in the httpd.conf file is > > specified > > > using forward slashes (/). > > > Step 4 - Resart Apache > > > If you are running apache as a service go to the service manager > and > > > restart the service. If you are running apache with apache.exe > execute > > > the following command: apache -k restart > > > > > > > > > > > > > > > There are two major products that come out of Berkeley: LSD and > [Unix] > > > BSD. We don't believe this to be a coincidence. > > > > > > > > > > > > Doug Brown > > > ----- Original Message ----- > > > From: "JIM" <[EMAIL PROTECTED]> > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > Sent: Sunday, February 10, 2002 10:27 AM > > > Subject: apache web server > > > > > > > > > > been using pws for years , trying to set up apache web server on a > > > win98 box > > > > for dev and not sure how to get it to output cfm files. It outputs > > htm > > > ok. > > > > Cfm is in the mime types.. not sure how to do it any help would be > > > much > > > > appreciated. > > > > Jim > > > > > > > > > > > > > > > > > > > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

