You are not logged in.
Hello,
Not sure if this is the correct place to post this, but httpd won't start after an update.
First it claims each of these 4 modules are missing:
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
If I comment these in httpd.conf, the error changes to
httpd: Configuration error: No MPM loaded.
Can anyone please help?
Thanks!
Last edited by r0cz (2014-03-15 16:45:22)
Offline
Did you merge your pacnew files?
There are a number of threads on the networking forum.
Offline
Did you merge your pacnew files?
There are a number of threads on the networking forum.
Thank you, I was not even aware this existed. Fixed the issue for me.
Offline
Hello,
I have the same issue. I removed the pacnew files using pacdiff but I still get exactly the same when I try to start apache. There were pacnew files for httpd.conf, httpd-vhosts.conf and magic.
Does anyone have any idea?
Thanks! :-)
Offline
Hello,
I have the same issue. I removed the pacnew files using pacdiff
What did you do? Remove them, or merge them? The old files were for 2.2, the new 2.4 are very different.
What changes had you made to the old versions?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
nparasta wrote:Hello,
I have the same issue. I removed the pacnew files using pacdiff
What did you do? Remove them, or merge them? The old files were for 2.2, the new 2.4 are very different.
What changes had you made to the old versions?
Oh okay. Yes I actually removed them. In httpd.conf I had set some apache settings, though most of the settings were on their default values. I should maybe re-install apache to get the new files back and redo my settings since the files are so different.
Offline
Oh okay. Yes I actually removed them. In httpd.conf I had set some apache settings, though most of the settings were on their default values. I should maybe re-install apache to get the new files back and redo my settings since the files are so different.
You might want to do that. that is why pacdiff offers the merge option.
PS: Here is an overview of the changes between 2.2 and 2.4: http://httpd.apache.org/docs/2.4/upgrading.html
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
nparasta wrote:Oh okay. Yes I actually removed them. In httpd.conf I had set some apache settings, though most of the settings were on their default values. I should maybe re-install apache to get the new files back and redo my settings since the files are so different.
You might want to do that. that is why pacdiff offers the merge option.
PS: Here is an overview of the changes between 2.2 and 2.4: http://httpd.apache.org/docs/2.4/upgrading.html
This solved my problem. Thank you for all your help :-)
Last edited by nparasta (2014-03-24 06:47:01)
Offline