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 ap

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
/lib/wsconfig/1/jrunserver.store" JRunConfig Bootstrap 127.0.0.1:51000 #JRunConfig Errorurl JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc .cfswf .cfr - Original Message - From: "Doug Brown" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, October 17, 2006 6:27

RE: cfadmin 404 with apache

2006-10-17 Thread Doug Bezona
gt; 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 (Ap

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 brow

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
- From: "Ryan Stille" <[EMAIL PROTECTED]> To: "CF-Talk" 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

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? > Agai

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
TED]> To: "CF-Talk" 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. > > > &g

Re: cfadmin 404 with apache

2006-10-17 Thread Rob Wilkerson
gt; > To: "CF-Talk" > 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 >>&

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
, 2006 6:20 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

Re: cfadmin 404 with apache

2006-10-17 Thread Rob Wilkerson
broot The CFIDE directory is in that folder if that helps any. > > > - Original Message - > From: "Rob Wilkerson" <[EMAIL PROTECTED]> > To: "CF-Talk" > Sent: Tuesday, October 17, 2006 6:20 PM > Subject: Re: cfadmin 404 with apache > > &g

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
get away from MS and get into something like apache and linux. I figure I will tackle apache before the linux thing though. - Original Message - From: "Rob Wilkerson" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, October 17, 2006 6:43 PM Subject: Re: cfadmi

Re: cfadmin 404 with apache

2006-10-17 Thread Doug Brown
AIL PROTECTED]> To: "CF-Talk" 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

Re: cfadmin 404 with apache

2006-10-18 Thread Robertson-Ravo, Neil (RX)
8 01:32:09 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

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 unders

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 l

Re: cfadmin 404 with apache

2006-10-18 Thread Doug Brown
t; <[EMAIL PROTECTED]> To: "CF-Talk" 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): > &

Re: cfadmin 404 with apache

2006-10-18 Thread Doug Brown
not hello world - Original Message - From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, October 18, 2006 1:48 AM Subject: Re: cfadmin 404 with apache > It would also help if you posted snippets of your http.config. I run Ap

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" JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ssl

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
know if that is what 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" Sent: Wednesday, October 18, 2006 6:33 AM Subject: Re: cfadmin 404 wit