Cannot find mpm-itk after installing
I have installed mpm_itk using
apt-get install apache2-mpm-itk
But after installing, when I try to enable using
a2enmod mpm_itk
it says module is not found
At first I was using apache2.4.10, I tried to shift to 2.4.7 but same problem. I am on ubuntu 14.04
Help on how to solve.
apache2.4
add a comment |
I have installed mpm_itk using
apt-get install apache2-mpm-itk
But after installing, when I try to enable using
a2enmod mpm_itk
it says module is not found
At first I was using apache2.4.10, I tried to shift to 2.4.7 but same problem. I am on ubuntu 14.04
Help on how to solve.
apache2.4
By any chance do you have mpm_prefork mod installed ?
– rɑːdʒɑ
Jan 3 '17 at 13:41
yes it is installed @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:45
I have updated my answer.
– rɑːdʒɑ
Jan 3 '17 at 14:00
add a comment |
I have installed mpm_itk using
apt-get install apache2-mpm-itk
But after installing, when I try to enable using
a2enmod mpm_itk
it says module is not found
At first I was using apache2.4.10, I tried to shift to 2.4.7 but same problem. I am on ubuntu 14.04
Help on how to solve.
apache2.4
I have installed mpm_itk using
apt-get install apache2-mpm-itk
But after installing, when I try to enable using
a2enmod mpm_itk
it says module is not found
At first I was using apache2.4.10, I tried to shift to 2.4.7 but same problem. I am on ubuntu 14.04
Help on how to solve.
apache2.4
apache2.4
asked Jan 3 '17 at 13:32
Samuel ThomasSamuel Thomas
1115
1115
By any chance do you have mpm_prefork mod installed ?
– rɑːdʒɑ
Jan 3 '17 at 13:41
yes it is installed @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:45
I have updated my answer.
– rɑːdʒɑ
Jan 3 '17 at 14:00
add a comment |
By any chance do you have mpm_prefork mod installed ?
– rɑːdʒɑ
Jan 3 '17 at 13:41
yes it is installed @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:45
I have updated my answer.
– rɑːdʒɑ
Jan 3 '17 at 14:00
By any chance do you have mpm_prefork mod installed ?
– rɑːdʒɑ
Jan 3 '17 at 13:41
By any chance do you have mpm_prefork mod installed ?
– rɑːdʒɑ
Jan 3 '17 at 13:41
yes it is installed @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:45
yes it is installed @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:45
I have updated my answer.
– rɑːdʒɑ
Jan 3 '17 at 14:00
I have updated my answer.
– rɑːdʒɑ
Jan 3 '17 at 14:00
add a comment |
1 Answer
1
active
oldest
votes
If mpm_prefork
installed then it may cause issues while enabling mpm_itk
.
So disable mpm_prefork
and then try enabling or try reinstalling mpm_itk
.
# a2dismod mpm_prefork
# a2enmod mpm_itk
EDIT: Installation
sudo apt-get install libapache2-mpm-itk
Then try
a2enmod mpm_itk
You have choose proper package to install it seems , observe the below log
Setting up libapache2-mpm-itk (2.4.7-04-1) ...
apache2_invoke: Enable module mpm_itk
root@openstackm1:~# a2enmod mpm_itk
Considering dependency mpm_prefork for mpm_itk:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Module mpm_itk already enabled
root@openstackm1:~#
it didn't work, the apache2 failed to restart, it says:AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the/etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying:cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
The problem is notmpm_prefork
. The issue is that after installingmpm_itk
it goes somewhere else and not in:/etc/apache2/sites-available
so no matter how i try to enable it with:a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:55
This is the output i get this time when i try to edit the installation:0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin
– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
|
show 15 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f867464%2fcannot-find-mpm-itk-after-installing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If mpm_prefork
installed then it may cause issues while enabling mpm_itk
.
So disable mpm_prefork
and then try enabling or try reinstalling mpm_itk
.
# a2dismod mpm_prefork
# a2enmod mpm_itk
EDIT: Installation
sudo apt-get install libapache2-mpm-itk
Then try
a2enmod mpm_itk
You have choose proper package to install it seems , observe the below log
Setting up libapache2-mpm-itk (2.4.7-04-1) ...
apache2_invoke: Enable module mpm_itk
root@openstackm1:~# a2enmod mpm_itk
Considering dependency mpm_prefork for mpm_itk:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Module mpm_itk already enabled
root@openstackm1:~#
it didn't work, the apache2 failed to restart, it says:AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the/etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying:cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
The problem is notmpm_prefork
. The issue is that after installingmpm_itk
it goes somewhere else and not in:/etc/apache2/sites-available
so no matter how i try to enable it with:a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:55
This is the output i get this time when i try to edit the installation:0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin
– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
|
show 15 more comments
If mpm_prefork
installed then it may cause issues while enabling mpm_itk
.
So disable mpm_prefork
and then try enabling or try reinstalling mpm_itk
.
# a2dismod mpm_prefork
# a2enmod mpm_itk
EDIT: Installation
sudo apt-get install libapache2-mpm-itk
Then try
a2enmod mpm_itk
You have choose proper package to install it seems , observe the below log
Setting up libapache2-mpm-itk (2.4.7-04-1) ...
apache2_invoke: Enable module mpm_itk
root@openstackm1:~# a2enmod mpm_itk
Considering dependency mpm_prefork for mpm_itk:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Module mpm_itk already enabled
root@openstackm1:~#
it didn't work, the apache2 failed to restart, it says:AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the/etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying:cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
The problem is notmpm_prefork
. The issue is that after installingmpm_itk
it goes somewhere else and not in:/etc/apache2/sites-available
so no matter how i try to enable it with:a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:55
This is the output i get this time when i try to edit the installation:0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin
– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
|
show 15 more comments
If mpm_prefork
installed then it may cause issues while enabling mpm_itk
.
So disable mpm_prefork
and then try enabling or try reinstalling mpm_itk
.
# a2dismod mpm_prefork
# a2enmod mpm_itk
EDIT: Installation
sudo apt-get install libapache2-mpm-itk
Then try
a2enmod mpm_itk
You have choose proper package to install it seems , observe the below log
Setting up libapache2-mpm-itk (2.4.7-04-1) ...
apache2_invoke: Enable module mpm_itk
root@openstackm1:~# a2enmod mpm_itk
Considering dependency mpm_prefork for mpm_itk:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Module mpm_itk already enabled
root@openstackm1:~#
If mpm_prefork
installed then it may cause issues while enabling mpm_itk
.
So disable mpm_prefork
and then try enabling or try reinstalling mpm_itk
.
# a2dismod mpm_prefork
# a2enmod mpm_itk
EDIT: Installation
sudo apt-get install libapache2-mpm-itk
Then try
a2enmod mpm_itk
You have choose proper package to install it seems , observe the below log
Setting up libapache2-mpm-itk (2.4.7-04-1) ...
apache2_invoke: Enable module mpm_itk
root@openstackm1:~# a2enmod mpm_itk
Considering dependency mpm_prefork for mpm_itk:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Module mpm_itk already enabled
root@openstackm1:~#
edited Jan 3 '17 at 13:58
answered Jan 3 '17 at 13:47
rɑːdʒɑrɑːdʒɑ
58.1k85218302
58.1k85218302
it didn't work, the apache2 failed to restart, it says:AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the/etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying:cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
The problem is notmpm_prefork
. The issue is that after installingmpm_itk
it goes somewhere else and not in:/etc/apache2/sites-available
so no matter how i try to enable it with:a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:55
This is the output i get this time when i try to edit the installation:0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin
– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
|
show 15 more comments
it didn't work, the apache2 failed to restart, it says:AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the/etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying:cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
The problem is notmpm_prefork
. The issue is that after installingmpm_itk
it goes somewhere else and not in:/etc/apache2/sites-available
so no matter how i try to enable it with:a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:55
This is the output i get this time when i try to edit the installation:0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin
– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
it didn't work, the apache2 failed to restart, it says:
AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the /etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying: cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
it didn't work, the apache2 failed to restart, it says:
AH00534: apache2: Configuration error: No MPM loaded
. It seems mpm_itk is not part of default distribution, when i install manually, it cannot be found in the /etc/apache2/sites-available
directory. I don't know where does it go. That is why it kept saying: cannot find module
– Samuel Thomas
Jan 3 '17 at 13:50
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
give us complete activity logs. It will help us understanding the issue. Thank you.
– rɑːdʒɑ
Jan 3 '17 at 13:52
The problem is not
mpm_prefork
. The issue is that after installing mpm_itk
it goes somewhere else and not in: /etc/apache2/sites-available
so no matter how i try to enable it with: a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin– Samuel Thomas
Jan 3 '17 at 13:55
The problem is not
mpm_prefork
. The issue is that after installing mpm_itk
it goes somewhere else and not in: /etc/apache2/sites-available
so no matter how i try to enable it with: a2enmod mpm_itk
it never gets found. Now i where did it go after installation. Any idea please! @Ten-Coin– Samuel Thomas
Jan 3 '17 at 13:55
This is the output i get this time when i try to edit the installation:
0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin– Samuel Thomas
Jan 3 '17 at 14:03
This is the output i get this time when i try to edit the installation:
0 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
@Ten-Coin– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
And the problem proceeds
– Samuel Thomas
Jan 3 '17 at 14:03
|
show 15 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f867464%2fcannot-find-mpm-itk-after-installing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
By any chance do you have mpm_prefork mod installed ?
– rɑːdʒɑ
Jan 3 '17 at 13:41
yes it is installed @Ten-Coin
– Samuel Thomas
Jan 3 '17 at 13:45
I have updated my answer.
– rɑːdʒɑ
Jan 3 '17 at 14:00