Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): David Dykstra / David Dykstra (David Dykstra)
Created: 07/07/2012
Components: Installation/Config, Connector
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Mac 10.7 64-bit
Vote Count: 0
Problem Description:
The install incorrectly modifies the httpd.conf file. This and something else has caused issues with Apache not automatically opening index.cfm
Steps to Reproduce:
Install ColdFusion 10 on a fresh instal of OS X Lion.
Using Default Web Sharing provided with the system.
Actual Result:
In the httpd.conf the following changes are made
I 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:
"dex is added"
<IfModule dir_module>
DirectoryIndex dex index.html
</IfModule>
...
and later on in the php module a x is added in DirectoryIndex and the index.cfm at the end of the line
...
<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"
Expected Result:
everything except the "dex" and the "x" being added
Any Workarounds:
remove those oddities. However it still didn't fix the problem fully.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3239392
External Customer Info:
External Company:
External Customer Name: David Dykstra
External Customer Email:
External Test Config: My Hardware and Environment details:
iMac 27'
2.7GHz i5
Mac OS X Lion 10.7.4
Attachments:
Comments: