Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: auth_digest_module garbled Apache 2.2.4/ php 5.2.4 |
|
Author |
|
clem_c_rock
Joined: 27 Nov 2007 Posts: 10
|
Posted: Sun 02 Dec '07 0:42 Post subject: auth_digest_module garbled Apache 2.2.4/ php 5.2.4 |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 04 Dec '07 10:37 Post subject: |
|
|
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
|
Posted: Fri 18 Jan '08 5:10 Post subject: |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 18 Jan '08 11:54 Post subject: |
|
|
you may try
Code: |
sudo a2enmod auth_digest
|
also try
Code: |
man a2enmod
man a2dismod
|
|
|
Back to top |
|
|
|
|
|
|