I found the problem after reading your response Jordan. I had added index.cfm to the DirectoryIndex directive in the main httpd.conf file but the included virtual host files (generated by kloxo) were overriding this with a version of the DirectoryIndex which omitted index.cfm - so I just manually added it back in the virtual host. Ideally it would be possible to conifgure kloxo to add this automatically when creating a new virtual host but I'm not sure whether that's possible to set up.
Thanks very much indeed for your help :) On Jun 13, 7:13 pm, Jordan Michaels <[email protected]> wrote: > Sorry, didn't see the response. > > Two things. > > 1) Check your "DirectoryIndex" directive in both the main httpd.conf > file and your VirtualHost Directive. I know you mentioned that you > configured it, but maybe the control panel fubar'd it somehow? The only > way to know would be to check the directive with your own eyes. > > 2) I don't see the load module part. It's possible that mod_jk isn't > getting loaded. Is your "/var/log/httpd/mod_jk.log" created? It should > say when it's initialised at the very least. > > The directive looks like this, and is usually right above the part you > posted below: > > <IfModule !mod_jk.c> > LoadModule jk_module /usr/lib/httpd/modules/mod_jk.so > </IfModule> > > Warm regards, > Jordan Michaels > > On 06/13/2011 07:24 AM, Ben Roberts wrote: > > > > > > > > > ... any ideas what I should check next? I'm still having to add the > > index.cfm to the URL > > > On Jun 6, 4:59 pm, Ben Roberts<[email protected]> wrote: > >> sorry for the delay > > >> I checked the httpd.conf and have the following section: > > >> <IfModule mod_jk.c> > >> JkMount /*.cfm ajp13 > >> JkMount /*.cfc ajp13 > >> JkMount /*.do ajp13 > >> JkMount /*.jsp ajp13 > >> JkMount /*.cfchart ajp13 > >> JkMount /*.cfres ajp13 > >> JkMount /*.cfm/* ajp13 > >> JkMount /*.cfml/* ajp13 > >> JkMountCopy all > >> JkLogFile /var/log/httpd/mod_jk.log > >> </IfModule> > > >> ...which looks all correct. Still no index.cfm templates being served > >> without explicitly adding index.cfm the URL > > >> What would be the next thing to check? > > >> thanks guys. > > >> On Jun 1, 1:12 am, Jordan Michaels<[email protected]> wrote: > > >>> Hi Ben, > > >>> Take a look at the bottom of your httpd.conf file and let us know if the > >>> mod_jk settings have been added. > > >>> If they have, we can do further debugging then. > > >>> Warm regards, > >>> Jordan Michaels > >>> Vivio Technologieshttp://www.viviotech.net/ > >>> 509.593.4207 x 1001 > > >>> On 05/31/2011 01:19 PM, Ben Roberts wrote: > > >>>> Hi guys, > > >>>> I just installed openBD on Centos 5.5 using Jordan's installer and > >>>> have added index.cfm to the list of directory index defaults files in > >>>> the httpd.conf and restarted apache but for some reason I still have > >>>> to typehttp://mysite.com/index.cfm > > >>>> If I just typehttp://mysiteIgetthe apache default page. Does > >>>> anyone know what I'm doing wrong? > > >>>> thanks -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
