It works thanks barneyb

Eric

-----Message d'origine-----
De : Barney Boisvert [mailto:[EMAIL PROTECTED]
Envoyé : samedi 22 mars 2003 00:47
À : CF-Talk
Objet : RE: Apache 2.0.0.44 with CFMX Updater 3

I just installed Updater 3 on Apache 2.0.44 on two servers this morning
without issue, so I know it works.

If you didn't already, you'll need to remove the previous apache connector
and the run the web connector script again, because apache 1.3 and apache
2.0 use different connector APIs.

HTH,
barneyb

> -----Original Message-----
> From: Eric Guesdon [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 21, 2003 3:41 PM
> To: CF-Talk
> Subject: Apache 2.0.0.44 with CFMX Updater 3
>
>
> Hi,
>
> I just upgrade from Apache 1.3.27 to 2.0.44 cos the new
> ColdfusionMX Updater
> 3 seams to fixes some problem.
>
> Surprise, this new configuration doesn't work.
>
> My config is
>
> Windows 2000 SP3
> Apache 2.0.0.44 ==> it works
> Php 4.3.2 ==> it works
> CFMX updater 3
>
> // ======================================================
> // apache conf httpd
> // ======================================================
>
> # JRun Settings
> LoadModule jrun_module "C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so"
> <IfModule mod_jrun20.c>
>     JRunConfig Verbose false
>    JRunConfig Apialloc false
>    JRunConfig Ssl false
>    JRunConfig Ignoresuffixmap true
>    #JRunConfig Serverstore
> "C:/CFusionMX/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 .cfm .cfc .cfml .jsp .jws
> </IfModule>
>
> // ======================================================
> // jrun.xml
> // ======================================================
>
>   <service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">
>     <attribute name="port">51010</attribute>
>     <attribute name="deactivated">false</attribute>
>     <attribute name="activeHandlerThreads">10</attribute>
>     <attribute name="minHandlerThreads">20</attribute>
>     <attribute name="threadWaitTimeout">300</attribute>
>     <!-- set this to false for multi-hosted sites -->
>     <attribute name="cacheRealPath">true</attribute>
>   </service>
>
> // ======================================================
>
> My system said
>
> Type de l'événement : Erreur
> Source de l'événement :       Apache Service
> Catégorie de l'événement :    Aucun
> ID de l'événement :   3299
> Date :                22/03/2003
> Heure :               00:38:26
> Utilisateur : N/A
> Ordinateur :  CAHE
> Description :
> The Apache service named  reported the following error:
> >>> Apache.exe: module "mod_jrun20.c" is not compatible with this
> version of
> Apache (found 20020329, need 20020903)
>
> Could you help me ? Please ?
>
> Best regards
>
> Eric
>
>
>
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to