Do you have Apache pointed to the same web root as you had IIS? If not, did you copy over the CFIDE directory from your IIS web root to the Apache one?
> -----Original Message----- > From: Doug Brown [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 8:34 AM > To: CF-Talk > Subject: Re: cfadmin 404 with apache > > P.S > > I have also checked the following and it is all the same > > To verify your Apache configuration: > 1.. Verify that one of the following files was created: > a.. cf_root\runtime\lib\wsconfig\number\mod_jrun.so (Apache 1.3.2.7) > b.. cf_root\runtime\lib\wsconfig\number\mod_jrun20.so (Apache 2.x) > In the multiserver configuration, this file is located under > jrun_root/lib/wsconfig. > > 2.. Open the Apache configuration file, httpd.conf, in your Apache conf > directory. In Windows, the default is C:\Program Files\Apache > Group\Apache\conf\httpd.conf. > Verify that the following code is appended to this file: > > # JRun Settings > LoadModule jrun_module "c:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun.so" > <IfModule mod_jrun.c> > JRunConfig Verbose false > JRunConfig Apialloc false > JRunConfig Ssl false > JRunConfig IgnoreSuffixmap false > JRunConfig Serverstore > "c:/CFusionMX7/runtime/lib/wsconfig/1/jrunserver.store" > JRunConfig Bootstrap 127.0.0.1:51000 > #JRunConfig Errorurl <optionally redirect to this URL on errors> > JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc .cfswf .cfr > </IfModule> > ----- Original Message ----- > From: "Doug Brown" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: Tuesday, October 17, 2006 6:27 AM > Subject: cfadmin 404 with apache > > > > Ok, I installed apache and now am going through hell getting things to > work. Apache is running and CF is running, but I cannot access the CF > ADMIN. > What am I doing wrong? Here is what I have done so far... > > > > 1. disabled IIS > > 2. Installed apache (windows) > > 3. (Not sure I did this one right, I have apache Group and Apache > Software > foundation directories and both have a conf directory) added the connector > for apache in wsconfig from CF. When I added it, I used the (apache > software > Foundation/Apache2/conf) for the config directory and the (apache software > Foundation/Apache2/bin) for the location of the binaries. > > 4. I tried restarting the system and still no joy ( > > > > > > > > Any ideas? > > > > > > > > > > thanks alot > > > > > > Doug > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257005 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

