Hi, I had the same problem and finally found that the user CF is using (nobody) had no rights to access the pages. Simplest solution: make CF run under the same user account that apache uses. (usually www or wwwrun)
Best, Chris >I have just downloaded and installed CFMX 7 on a Linux system (Kubuntu 5.1 & >VHCS) without any problem. But after installation when I call CF admin page >as "http://mydomain.com/CFIDE/administrator/index.cfm" there is a 404 file >not found error. > >When I try to reach "http://mydomain.com/CFIDE/" I can see list of the files >and I do not think that file is not there. > >This error is not just for administrator pages. I get same error for any >.cfm template. > >I remember this error was a well known error on RedHat and Solaris but I >could not remember solution now. > >I want to give some more detail information about my current local system. > >- Kubuntu Linux 5.1 (2.6.12-10-386) >- Apache/2.0.54 (Ubuntu) PHP/4.4.0-3ubuntu1 JRun/4.0 >- ColdFusion MX 7 > >httpd.conf >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ >LoadModule jrun_module >/opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so ><IfModule mod_jrun20.c> > JRunConfig Verbose false > JRunConfig Apialloc false > JRunConfig Ssl false > JRunConfig Ignoresuffixmap false > JRunConfig Serverstore >/opt/coldfusionmx7/runtime/lib/wsconfig/1/jrunserver.store > JRunConfig Bootstrap 127.0.0.1:51011 > #JRunConfig Errorurl <optionally redirect to this URL on errors> > #JRunConfig ProxyRetryInterval 600 > #JRunConfig ConnectTimeout 15 > #JRunConfig RecvTimeout 300 > #JRunConfig SendTimeout 15 > AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf ></IfModule> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ > >jrun-web.xml >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ > <virtual-mapping> > <resource-path>/WEB-INF</resource-path> > <system-path>/opt/coldfusionmx7/wwwroot/WEB-INF</system-path> > </virtual-mapping> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ > >apache_connector.sh >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ >#!/bin/sh > >../../runtime/bin/wsconfig \ > -server coldfusion \ > -ws apache \ > -dir /etc/apache2 \ > -bin /usr/sbin/apache2 \ > -script /usr/sbin/apache2ctl \ > -coldfusion > >exit $# >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ > > >Any tip? > >TIA! > >Oguz Demirkapi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:14:4111 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
