On Wed, 5 Sep 2007 13:02:16 -0500 "Marzan, Richard non Unisys" <[EMAIL PROTECTED]> wrote:
> Goodluck friend > Thanks, I needed it. I finally found a nice list of the information I need here: http://httpd.apache.org/docs/2.2/upgrading.html there's a message en route that covers all the majority of things, but other stuff worth knowing that I haven't yet mentioned is : The default setting of UseCanonicalName is now Off. If you did not have this directive in your config file, you can add UseCanonicalName On to retain the old behavior. The directive AuthDigestFile from mod_auth_digest has been merged with AuthUserFile and is now part of mod_authn_file. Many third-party modules designed for version 2.0 will work unchanged with the the Apache HTTP Server version 2.2. But all modules must be recompiled before being loaded. The module mod_userdir will no longer act on requests unless a UserDir directive specifying a directory name is present in the config file. To restore the old default behavior, place the directive UserDir public_html in your config file. -- [EMAIL PROTECTED] mailing list

