[EMAIL PROTECTED] wrote:
> DSO means that mod_so.c has to present on the system, right?
> Well I can't find it. Does this mean it won't work? Or are there other
> checks?
>
> The AddModule command gives me this error:
>
> ./apache2 start
> Starting httpd2 (prefork) Syntax error on line 7 of
> /etc/apache2/default-server.conf:
> Invalid command 'AddModule', perhaps mis-spelled or defined by a module
> not included in the server configuration

AddModule is an 1.3 config command. In a previous post, I saw you used
2.0. For 2.0, the command is LoadModule.

If the server still crashes, you could use gdb/strace to see what's going
on. Could e.g. be that the mysql libraries aren't found, causing
mod_auth_mysql to fail.

Joost


---------------------------------------------------------------------
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]

Reply via email to