Invalid command "DBDriver", perhaps misspelled - gentoo, apache 2.2.8

Invalid command "DBDriver", perhaps misspelled - gentoo, apache 2.2.8

am 19.02.2008 12:41:35 von Norman Khine

Hello,

I have updated apache to 2.2.8 and now I am getting the following error:

* Apache2 has detected a syntax error in your configuration files:
Syntax error on line 45 of /etc/apache2/vhosts.d/domain.conf
Invalid command 'DBDriver', perhaps misspelled or defined by a module
not included in the server configuration


Here is the modules I have installed, do I need to compile differently

# /etc/init.d/apache2 modules | more
Loaded Modules:
core_module (static)
mpm_worker_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_alias_module (shared)
authn_anon_module (shared)
authn_dbm_module (shared)
authn_default_module (shared)
authn_file_module (shared)
authz_dbm_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_owner_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgid_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
expires_module (shared)
ext_filter_module (shared)
filter_module (shared)
headers_module (shared)
include_module (shared)
info_module (shared)
log_config_module (shared)
logio_module (shared)
mime_module (shared)
mime_magic_module (shared)
negotiation_module (shared)
proxy_module (shared)
proxy_connect_module (shared)
proxy_http_module (shared)
rewrite_module (shared)
setenvif_module (shared)
speling_module (shared)
ssl_module (shared)
unique_id_module (shared)
usertrack_module (shared)
vhost_alias_module (shared)
Syntax OK


Thanks
Norman

%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26)
for c in ",adym,*)&uzq^zqf" ] )


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Invalid command "DBDriver", perhaps misspelled- gentoo, apache 2.2.8

am 19.02.2008 13:47:21 von Davide Bianchi

Norman Khine wrote:
> Hello,
>
> I have updated apache to 2.2.8 and now I am getting the following error:
>
> * Apache2 has detected a syntax error in your configuration files:
> Syntax error on line 45 of /etc/apache2/vhosts.d/domain.conf
> Invalid command 'DBDriver', perhaps misspelled or defined by a module
> not included in the server configuration

And what is at that line 45 of domain.conf ? And maybe in the lines
immediately before and after?

Davide

--
the best answer when anybody asks you if you're any good with explosives
is to hold up two open hands and simply say "Ten". --Anthony DeBoer

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: Invalid command "DBDriver", perhaps misspelled - gentoo, apache 2.2.8

am 19.02.2008 13:55:56 von noodlet

On 19/02/2008, Norman Khine wrote:
> * Apache2 has detected a syntax error in your configuration files:
> Syntax error on line 45 of /etc/apache2/vhosts.d/domain.conf
> Invalid command 'DBDriver', perhaps misspelled or defined by a module
> not included in the server configuration

You're missing mod_dbd. The easiest way to find out is to look for the
offending directive here:

http://httpd.apache.org/docs/2.2/mod/directives.html

... and then see which module page is linked to.

What surprises me is that you'd find DVDriver in a configuration file
by default. It's not terribly widely used, based on questions seen
here and #apache.

--
noodl

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org