logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: auth_digest_module garbled Apache 2.2.4/ php 5.2.4
Author
clem_c_rock



Joined: 27 Nov 2007
Posts: 10

PostPosted: Sun 02 Dec '07 0:42    Post subject: auth_digest_module garbled Apache 2.2.4/ php 5.2.4 Reply with quote

Hello,
I have installed Apache 2.2.4 and php 5.2.4 on my Ubuntu platform and when I do sudo httpd -k restart

I get this:

httpd: Syntax error on line 66 of /etc/apache2/httpd.conf: API module structure `auth_digest_module' in file /usr/lib/apache2/modules/mod_auth_digest.so is garbled - perhaps this is not an Apache module DSO?

I know I have a php version that's not working w/ my Apache 2.2.4 but I'm not sure about how to find the correct version of PHP that will work w/ this version of Apache.

Anyone know the best way to resolve this?

Thanks,
Clem C
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Tue 04 Dec '07 10:37    Post subject: Reply with quote

You should remove that module with apt-get and than reinstall it with apt-get.
I'm not used to ubuntu, but on Debian. I use apt-get for installing apache modules.
Back to top
clem_c_rock



Joined: 27 Nov 2007
Posts: 10

PostPosted: Fri 18 Jan '08 5:10    Post subject: Reply with quote

I ran: sudo apt-get remove apache2

and then reinstalled apache w/ sudo apt-get install apache2

Then when I restarted the server, I got the same error as before.

Just don't get it
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 18 Jan '08 11:54    Post subject: Reply with quote

you may try

Code:

sudo a2enmod auth_digest


also try
Code:

man a2enmod

man a2dismod
Back to top


Reply to topic   Topic: auth_digest_module garbled Apache 2.2.4/ php 5.2.4 View previous topic :: View next topic
Post new topic   Forum Index -> Apache