Adding that information to the ui_msg's after the 'variant_isset apache' section would be a good idea. Mark Marco Battistella <macports.mb@makeko.com> on Tuesday, November 14, 2006 at 12:22 PM -0800 wrote:
That was it: changing the load order of the modules fixed everything. Thank you. Marco
On Nov 14, 2006, at 12:54 PM, Ryan Schmidt wrote:
On Nov 13, 2006, at 21:18, Marco Battistella wrote:
When i ran a configtest this is what i get:
# apachectl configtest Processing config directory: /etc/httpd/sites/*.conf Processing config file: /etc/httpd/sites/virtual_host_global.conf Syntax OK dyld: /usr/sbin/httpd Undefined symbols: _checkpw /usr/sbin/apachectl: line 193: 18723 Trace/BPT trap $HTTPD -t
I searched for that error message on Google and according to this page...
http://blogs.montclair.edu/copelanda/archives/category/general/page/2/
...this problem can occur with the Apache on Mac OS X Server depending on the load order of the modules.
It seems that the apple_auth_module must be loaded *after* the php5 module. Can you try rearranging your LoadModule and AddModule directives?