Mailing List Archive

[Bug 8483] - apache_2.0.35-win32-x86-no_ssl.msi breaks .log and .conf file associations.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8483>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8483

apache_2.0.35-win32-x86-no_ssl.msi breaks .log and .conf file associations.





------- Additional Comments From marnott@mindspring.com 2002-04-25 12:27 -------
The default NT/2K setting for HKEY_CLASSES_ROOT\.log is "txtfile". Which means
that .log files are treated just like .txt files. You have changed
HKEY_CLASSES_ROOT\.log to "logfile" and have created HKEY_CLASSES_ROOT\logfile
that is just like HKEY_CLASSES_ROOT\conffile. The only thing you have done in
effect is change the explorer icon for .log files and introduce the REG_SZ vs
REG_EXPAND_SZ problem.

Unless you think changing the icon is important, I would suggest leaving .log
key as it is and not adding the logfile key.