Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Fresh install of apache-2.2.8-r3, no AUTH_DIGEST?
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
yarug
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2004
Posts: 79

PostPosted: Fri Jun 06, 2008 5:27 am    Post subject: [SOLVED] Fresh install of apache-2.2.8-r3, no AUTH_DIGEST? Reply with quote

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 5:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
nixnut
Administrator
Administrator


Joined: 09 Apr 2004
Posts: 10459
Location: the dutch mountains

PostPosted: Fri Jun 06, 2008 11:53 am    Post subject: Reply with quote

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
View user's profile Send private message
yarug
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2004
Posts: 79

PostPosted: Fri Jun 06, 2008 5:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
yarug
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2004
Posts: 79

PostPosted: Fri Jun 06, 2008 5:18 pm    Post subject: Reply with quote

Did a search on APACHE_MODULES and found this page:

http://www.gentoo.org/proj/en/apache/doc/upgrading.xml

Rebuilding now.

Many thanks!

Nes
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum