Hi Juan,

I just installed CFMX + Apache 2.0.44 on Windows 2000 Server yesterday.
It worked fine.
(I've also installed Jrun4 SP1a + CFMX for J2EE + Apache 2.0.44 on WinXP
Home, it also worked fine)

Steps :
- install CFMX with the default integrated web server,
- check your CFMX installation (access CF Administrator),
- run the updater 2,
- install Apache 2,
- check you Apache installation (access the default index.html page),
- edit c:\CFusionMX\bin\connectors\Apache_connector.bat and change
"..\program files\apache group\apache\.." to "..\program files\apache
group\apache2\.."
- run the Apache_connector.bat file,
- check your CFMX installation with a test.cfm page in Apache htdocs.

It should work...

If you need to remove any connectors (IIS or Apache), you can run
Remove_ALL_connectors.bat.

Good luck.

Benoit Hediard
www.benorama.com

PS : FYI, the .bat file should add the following lines in your httpd.conf

# 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>

> -----Message d'origine-----
> De : Juan Nava [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 12 mars 2003 22:19
> À : CF-Talk
> Objet : RE: Apache 2.0.44 and CFMX Server HELP!!
>
>
> Ok.  I reinstalled everything.  Apache ran fine.  I
> installed CFMX and the updater, and configured Apache
> for CFMX.  Apache still wont start.  Same problem with
> module compatibility.
> :(
>
> --- Lincoln Milner <[EMAIL PROTECTED]> wrote:
> >
> http://www.macromedia.com/software/coldfusion/special/updater/faq/
> >
> > -----Original Message-----
> > From: Juan Nava [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, March 12, 2003 3:25 PM
> > To: CF-Talk
> > Subject: RE: Apache 2.0.44 and CFMX Server HELP!!
> >
> >
> > Do you have a link for that?  I havent been able to
> > find it.
> >
> > --- Lincoln Milner <[EMAIL PROTECTED]> wrote:
> > > Do you have Updater 2 installed?  You need that to
> > > work with the newer versions (i.e., after 2.0.40)
> > of
> > > Apache...
> > >
> > > -lincoln
> > >
> > > -----Original Message-----
> > > From: Juan Nava [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, March 12, 2003 3:11 PM
> > > To: CF-Talk
> > > Subject: Apache 2.0.44 and CFMX Server HELP!!
> > >
> > >
> > > Hello all.  Has anyone successfully installed CFMX
> > > on
> > > Apache 2.0.44??  Apache wont start after
> > configuring
> > > it for CFMX.  It says "the mod_jrun20 file is not
> > > compatible with this version of Apache".  Any
> > > suggestions???  Thank you very much in advance.
> > > --Juan
> > >
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Web Hosting - establish your business
> > online
> > > http://webhosting.yahoo.com
> > >
> > >
> >
> >
> >
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

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

Reply via email to