| View previous topic :: View next topic |
| Author |
Message |
yarug Tux's lil' helper

Joined: 01 Dec 2004 Posts: 84
|
Posted: Fri Jun 06, 2008 10:27 am Post subject: [SOLVED] Fresh install of apache-2.2.8-r3, no AUTH_DIGEST? |
|
|
Hi there,
I just emerge apache, and it looks like it is missing auth_digest. When I configtest apache I get the following error message:
Invalid command 'AuthDigestDomain', perhaps misspelled or defined by a module not included in the server configuration
I compared the fresh httpd.conf with an older installation and I'm missing the following:
| Code: | <IfDefine AUTH_DIGEST>
LoadModule auth_digest_module modules/mod_auth_digest.so
</IfDefine> |
It looks like the module is not provided?
This is my /etc/conf.d/apache2 APACHE2_OPTS line:
| Code: | | APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAULT_VHOST -D SUEXEC -D AUTH_DIGEST -D PHP5" |
I use AuthDigest as follows in one of my vhost definitions:
| Code: | | AuthDigestDomain http://www.xxx.com https://www.xxx.com |
Any ideas? Maybe I'm missing a USE flag somewhere?
Many thanks,
Nes
Last edited by yarug on Fri Jun 06, 2008 10:18 pm; edited 1 time in total |
|
| Back to top |
|
 |
nixnut Administrator


Joined: 09 Apr 2004 Posts: 10914 Location: the dutch mountains
|
Posted: Fri Jun 06, 2008 4:53 pm Post subject: |
|
|
Did you include it in APACHE2_MODULES in /etc/make.conf? _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
| Back to top |
|
 |
yarug Tux's lil' helper

Joined: 01 Dec 2004 Posts: 84
|
Posted: Fri Jun 06, 2008 10:12 pm Post subject: |
|
|
No I didn't. Is that new? I have installed Apache on Gentoo many times and never had to do that. I'll try this now, thanks.
Nes |
|
| Back to top |
|
 |
yarug Tux's lil' helper

Joined: 01 Dec 2004 Posts: 84
|
|
| Back to top |
|
 |
|