| Article: |
Apache Web-Serving with Mac OS X: Part 3 | |
| Subject: | Help!!! Error in the httpd file | |
| Date: | 2002-04-07 23:37:29 | |
| From: | plastic1 | |
|
I keep getting this error: Syntax error on line 37 of /private/etc/httpd/httpd_macosxserver.conf: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
|
||
Showing messages 1 through 1 of 1.
-
Help!!! Error in the httpd file
2002-04-16 17:09:01 Morbus Iff |
[View]



Generically speaking, a LoadModule error means either a) you're missing a matching AddModule line or b) the module in question is broken. If you had problems building PHP, then there's a good chance that the module on line 37 is the PHP module. Commenting it (by placing a # in front of that line) should give you (at the very least) a different error message.
As for MySQL, there are instructions on how to install it on OS X in part five of this series.