Re: cfadmin 404 with apache

2006-10-18 Thread Robertson-Ravo, Neil (RX)
2006 Subject: Re: cfadmin 404 with apache Rob When I installed MX it asked where my web root was and I had made a directoy of d:\webroot The CFIDE directory is in that folder if that helps any. - Original Message - From: Rob Wilkerson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com

Re: cfadmin 404 with apache

2006-10-18 Thread Rob Wilkerson
On Oct 17, 2006, at 10:50 PM, Doug Brown wrote: Ok, now I have it to the point where it can find the administrator/index.cfm, but it wants to download it instead of run it. Man I should have known apache was going to be a pain in the arse for someone who never used it... I understand

Re: cfadmin 404 with apache

2006-10-18 Thread Doug Brown
Rob, I (was) using apache version 2.23 and when I could never get it working with the 2.0 version of macromedia connector I removed it and installed the 2.0 version of apache with the 2.0 connector. So right now I am running apache 2.0 with a 2.0 connector. Right now I can click on the CF Admin

Re: cfadmin 404 with apache

2006-10-18 Thread Doug Brown
PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 18, 2006 6:09 AM Subject: Re: cfadmin 404 with apache Check the AddHandler directive within your jrun20.so block. This is the JRun-specific config data for my installation (Apache 2.0.58 on WinXP): LoadModule jrun_module D

Re: cfadmin 404 with apache

2006-10-18 Thread Doug Brown
the string of #myVar# and not hello world - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 18, 2006 1:48 AM Subject: Re: cfadmin 404 with apache It would also help if you posted snippets of your

Re: cfadmin 404 with apache

2006-10-18 Thread Rob Wilkerson
Check the AddHandler directive within your jrun20.so block. This is the JRun-specific config data for my installation (Apache 2.0.58 on WinXP): LoadModule jrun_module D:/macromedia/jrun4/lib/wsconfig/1/mod_jrun20.so IfModule mod_jrun20.c JRunConfig Verbose false JRunConfig Apialloc false

Re: cfadmin 404 with apache

2006-10-18 Thread Rob Wilkerson
Can you send you JRun module block like I did earlier? That might help. On 10/18/06, Doug Brown [EMAIL PROTECTED] wrote: Nope, still want to open the Admin in homesite...Weird My apache error log [Wed Oct 18 06:09:48 2006] [notice] jrApache[2412: 30468] Server has not been properly

Re: cfadmin 404 with apache

2006-10-18 Thread Josh Nathanson
your issue is but it sounds like something I went through when I installed Apache. -- Josh - Original Message - From: Rob Wilkerson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 18, 2006 6:33 AM Subject: Re: cfadmin 404 with apache Can you send you

cfadmin 404 with apache

2006-10-17 Thread Doug Brown
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

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
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

RE: cfadmin 404 with apache

2006-10-17 Thread Doug Bezona
: 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

Re: cfadmin 404 with apache

2006-10-17 Thread Ryan Stille
Where did the cfide files get installed? You need to move them to the website you are browsing to, or add an apache alias to map to that directory. For example if your CFIDE files are installed in C:\websites\CFIDE, you need to add an alias in your httpd.conf file for the website you are

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
- From: Ryan Stille [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 17, 2006 7:18 AM Subject: Re: cfadmin 404 with apache Where did the cfide files get installed? You need to move them to the website you are browsing to, or add an apache alias to map

Re: cfadmin 404 with apache

2006-10-17 Thread Rob Wilkerson
On Oct 17, 2006, at 7:40 PM, Doug Brown wrote: Ok, I removed and reinstalled apache and CF and I am getting the following error. Cannot load D:\CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so into server. The specified procedure could not be found. Any ideas on this one? Again this

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
cf-talk@houseoffusion.com Sent: Tuesday, October 17, 2006 6:03 PM Subject: Re: cfadmin 404 with apache On Oct 17, 2006, at 7:40 PM, Doug Brown wrote: Ok, I removed and reinstalled apache and CF and I am getting the following error. Cannot load D:\CFusionMX7/runtime/lib/wsconfig/1

Re: cfadmin 404 with apache

2006-10-17 Thread Rob Wilkerson
Subject: Re: cfadmin 404 with apache On Oct 17, 2006, at 7:40 PM, Doug Brown wrote: Ok, I removed and reinstalled apache and CF and I am getting the following error. Cannot load D:\CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so into server. The specified procedure could not be found. Any

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
PM Subject: Re: cfadmin 404 with apache That's a completely different error, so I'm a little confused. But, back to this question...is the CFIDE directory in your web root? Are you using virtual hosts? On Oct 17, 2006, at 8:09 PM, Doug Brown wrote: Rob, Thanks for the reply. I think

Re: cfadmin 404 with apache

2006-10-17 Thread Rob Wilkerson
directory is in that folder if that helps any. - Original Message - From: Rob Wilkerson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 17, 2006 6:20 PM Subject: Re: cfadmin 404 with apache That's a completely different error, so I'm a little confused

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
The CFIDE directory is in that folder if that helps any. - Original Message - From: Rob Wilkerson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 17, 2006 6:20 PM Subject: Re: cfadmin 404 with apache That's a completely different error, so

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 17, 2006 6:57 PM Subject: Re: cfadmin 404 with apache Just the one site. As far as the previous error that we were working on, I believe that was due to the version of apache. The connector I am using is 2.0 and the apache I was using