Stace, as your Apache httpd.conf file points to the backup directory created by the CFMX Updater (I don't know why), I think Apache is trying to load the original CFMX/Apache 2.0.x connector, which is not compatible with Apache 2.0.40.
I would try this: - uninstall all connectors or remove just the Apache connector uninstall all connectors: <cfmx_root>\runtime\jre\bin\java -jar <cfmx_root>\runtime\lib\wsconfig.jar -uninstall -v remove Apache connector: <cfmx_root>\runtime\jre\bin\java -jar <cfmx_root>\runtime\lib\wsconfig.jar -remove -ws apache -dir "c:\program files\apache group\apache\conf" - verify that httpd.conf was updated - restart Apache - reinstall the Apache connector <cfmx_root>\runtime\jre\bin\java -jar <cfmx_root>\runtime\lib\wsconfig.jar -ws apache -dir "c:\program files\apache group\apache\conf" -map .cfm,.cfc,.cfml,.jsp,.jws -v - verify that the file cf_root\runtime\lib\wsconfig\1\mod_jrun20.so was created - verify that httpd.conf was updated and refers to <cfmx_root>\runtime\lib\wsconfig\1\mod_jrun20.so Hope this helps! Marcello. >The CFMX updater provides a new module that *should* be compatible with >2.0.40 (not the later versions). Initially when I installed the updater a >few months back it worked fine with my Apache installation...but I had to >re-install cfmx this week due to another issue and the connector no longer >seems compatible. *shrugs* > > >-----Original Message----- >From: James Smith [mailto:[EMAIL PROTECTED]] >Sent: Thursday, November 21, 2002 10:43 AM >To: CF-Talk >Subject: Re: Problemo - CFMX and Apache (reinstall) > >Do you have a new module for apache 2? > >>From the apache docs for 2.0.43 - "This release is binary-compatible only >with 2.0.42, and no other previous releases. All modules must be recompiled >in order to work with this version. For example, a module compiled to work >with 2.0.40 will not work with 2.0.43." > >And I seem to remember this being true for the jump from 1.3.xx --> 2.0.xx >as well. > >If you have a new module could you let me know where it came from as I would >love to upgrade to apache 2 on my servers (development first of course ;-) >but can't with the MX shipped module. > >-- >James Smith >[EMAIL PROTECTED] > >----- Original Message ----- >From: "Stacy Young" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Thursday, November 21, 2002 1:39 PM >Subject: Problemo - CFMX and Apache (reinstall) > > >> I've had to reinstall CFMX and I'm now running into a problem with the >> Apache module. Here's whats in my conf: >> >> LoadModule jrun_module >> >"C:/CFusionMX/cfmx_updater/cfmx_updater_01/runtime/lib/wsconfig/1/mod_jrun20 >> so" >> <IfModule mod_jrun20.c> >> JRunConfig Verbose false >> JRunConfig Apialloc false >> JRunConfig Ssl false >> JRunConfig Ignoresuffixmap false >> JRunConfig Serverstore >> >"C:/CFusionMX/cfmx_updater/cfmx_updater_01/runtime/lib/wsconfig/1/jrunserver >> store" >> JRunConfig Bootstrap 127.0.0.1:51010 >> #JRunConfig Errorurl <optionally redirect to this URL on errors> >> AddHandler jrun-handler .jsp .jws >> </IfModule> >> >> Apache (2.0.40) on Win2k Pro >> >> The CFMX was completely removed before re-installing. As for the >connector, >> I didn't run it until after I installed the updater. >> >> Stace >> >> >> AVIS IMPORTANT: >> ------------------------------- >> Les informations contenues dans le present document et ses pieces jointes >sont strictement confidentielles et reservees a l'usage de la (des) >personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez >avise que toute divulgation, distribution, copie, ou autre utilisation de >ces informations est strictement prohibee. Si vous avez recu ce document >par erreur, veuillez s'il vous plait communiquer immediatement avec >l'expediteur et detruire ce document sans en faire de copie sous quelque >forme. >> >> WARNING: >> ------------------------------- >> The information contained in this document and attachments is confidential >and intended only for the person(s) named above. If you are not the >intended recipient you are hereby notified that any disclosure, copying, >distribution, or any other use of the information is strictly prohibited. >If you have received this document by mistake, please notify the sender >immediately and destroy this document and attachments without making any >copy of any kind. >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

