At 10:04 AM 12/8/2006, you wrote:
Mod_access has been renamed to mod_authz_host. See:
http://httpd.apache.org/docs/2.2/upgrading.html
When you install a new version over an existing installation, the
existing configuration files are preserved, incompatibilities and all.
That's my mistake.. obviously I guess I had 2.2.2 before. I'm fine
going to 2.2.3.
I read the link.. The part it looks like I'm missing or not doing right:
mod_imap has been renamed to mod_imagemap mod_auth has been split up
into mod_auth_basic, mod_authn_file, mod_authz_user, and
mod_authz_groupfile mod_access has been renamed to mod_authz_host
mod_auth_ldap has been renamed to mod_authnz_ldap
So am I correct that where I have
LoadModule access_module modules/mod_access.so
should now be
LoadModule access_module modules/mod_authz_host.so ?
Assuming that's correct, now I get
httpd: Syntax error on line 327 of /Library/Apache2/conf/httpd.conf:
Can't locate API module structure `access_module' in file
/Library/Apache2/modules/mod_authz_host.so: undefined symbol
The file is there...
28 -rw-r--r-- 1 root admin 28208 Dec 8 07:41
/Library/Apache2/modules/mod_authz_host.so
Thanks.
Evan
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]