Skip navigation
aneasytorememberid
Currently Being Moderated

Apache DirectoryIndex changes on install

May 9, 2012 2:58 PM

Tags: #install #apache #cf10 #directoryindex

I just installed the Zeus beta and I noticed that the DirectoryIndex in my Apache config look a bit off:

 

DirectoryIndex dex index.html index.cfm

 

Was there an extra "dex" added to that on install?

 

Thanks,

Amit

 
Replies
  • Currently Being Moderated
    May 15, 2012 12:21 PM   in reply to aneasytorememberid

    What do you find if you try the new final release? That came out just today/last night. If you still have the problem, do update your note here or better, report it as a bug. Hope that’s helpful.

     

     

     

    /charlie

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 7:17 AM   in reply to Charlie Arehart

    Confirmed, I too have found this problem in the full release. I installed it on a fresh install of OS X Lion. It modified the httpd.conf file in the following ways:

    <IfModule dir_module>

         DirectoryIndex dex index.html

    </IfModule>

    ...

    and later on

    ...

    <IfModule php5_module>

              AddType application/x-httpd-php .php

              AddType application/x-httpd-php-source .phps

              <IfModule dir_module>

    DirectoryIndex x index.html index.php index.cfm

              </IfModule>

    </IfModule>

    ...

    and of course at the end it adds

    ...

    Include "/private/etc/apache2/mod_jk.conf"

     

     

    This has caused issues with Apache not automatically opening index.cfm

     

    Please fix

     

    David

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 7:35 AM   in reply to David Dykstra

    First: these are community forums, not an official Adobe supprt channel, so we can't fix things.  You would need to raise a bug with Adobe, and it'd possibly be fixed in the next update to CF.

     

    Secondly: if you selected the secure install option during installation... what you're seeing is by design.  Did you select the secure option?

     

    --

    Adam

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 7:38 AM   in reply to Adam Cameron.

    Sorry, I did report it as a bug also. No I did not select the secure install option.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 7:50 AM   in reply to David Dykstra

    Ah, well that sux then! What's the bug ref?  I'll go vote for it.

     

     

    --

    Adam

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 7:56 AM   in reply to Adam Cameron.

    Bug 3239392

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 8:05 AM   in reply to David Dykstra

    Oddly enough after removing those seeming oddities it still didn't solve my problem. For some reason Apache won't automatically open the index.cfm file.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 7, 2012 8:22 AM   in reply to David Dykstra

    NVM, silly me. So the problem was the following

     

    <IfModule dir_module>

         DirectoryIndex dex index.html

    </IfModule>

    ...

    should have been

    ...

    <IfModule dir_module>

         DirectoryIndex index.cfm index.html

    </IfModule>

     

    Looks as if the parser used to modify httpd.conf in the install is making some mistakes.

     

    and the x in the php module shouldn't be there at all.

     

    This solved the problem

     

    Please vote for the bug fix as it is simple to do

    David

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points