51-pip# apachectl configtest dyld: /usr/sbin/httpd Undefined symbols: _apple_hfs_module 52-pip# nm /usr/libexec/httpd/mod_hfs_apple.so U __CurrentRuneLocale U ____tolower 000006d8 t __dyld_func_lookup 00000000 t __mh_bundle_header U _ap_log_rerror U _ap_make_array U _ap_pcalloc U _ap_pstrdup U _ap_push_array U _core_module U _free 0000100c D _hfs_apple_module U _malloc U _memset U _perror U _statfs U _strcat U _strcmp U _strcpy U _strlen U _strncmp 000006a8 t dyld_stub_binding_helper 53-pip# diff -c -w httpd.conf_20020117 httpd.conf *** httpd.conf_20020117 Thu Jan 17 15:04:07 2002 --- httpd.conf Thu Jan 17 15:04:33 2002 *************** *** 235,241 **** LoadModule setenvif_module libexec/httpd/mod_setenvif.so #LoadModule dav_module libexec/httpd/libdav.so #LoadModule ssl_module libexec/httpd/libssl.so ! LoadModule apple_hfs_module libexec/httpd/mod_hfs_apple.so #LoadModule perl_module libexec/httpd/libperl.so #LoadModule php4_module libexec/httpd/libphp4.so --- 235,241 ---- LoadModule setenvif_module libexec/httpd/mod_setenvif.so #LoadModule dav_module libexec/httpd/libdav.so #LoadModule ssl_module libexec/httpd/libssl.so ! LoadModule hfs_apple_module libexec/httpd/mod_hfs_apple.so #LoadModule perl_module libexec/httpd/libperl.so #LoadModule php4_module libexec/httpd/libphp4.so 54-pip# apachectl configtest Processing config directory: /private/etc/httpd/users Processing config file: /private/etc/httpd/users/admin.conf [Thu Jan 17 15:09:07 2002] [alert] httpd: Could not determine the server's fully qualified domain name, using 12.38.161.89 for ServerName Syntax OK 55-pip# ls -l /usr/libexec/httpd/mod_hfs_apple.so -rwxr-xr-x 1 root wheel 9032 Nov 13 10:44 /usr/libexec/httpd/mod_hfs_apple.so* 56-pip# sum /usr/libexec/httpd/mod_hfs_apple.so 55646 9