apache2 can't reinstall
I am running the latest version of Ubuntu.
I continue to try and reinstall and delete Apache2 to fix my issue. The other day I was trying to run 2 websites on my server, and I must have screwed something up, so I have tried deleting all the files and reinstalling but nothing works.
info: Executing deferred 'a2enconf gitweb' for package gitweb
ERROR: Conf gitweb does not exist!
dpkg: error processing package apache2 (--configure):
installed apache2 package post-installation script subprocess returned
error exit status 1
Processing triggers for systemd (237-3ubuntu10.9) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for ufw (0.35-5) ...
Rules updated for profile 'Apache Full'
Rules updated for profile 'OpenSSH'
Errors were encountered while processing:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
I continue getting:
Errors were encountered while processing:
apache2
Please if someone could help I would be very grateful.
server 18.04 apache2 webserver
add a comment |
I am running the latest version of Ubuntu.
I continue to try and reinstall and delete Apache2 to fix my issue. The other day I was trying to run 2 websites on my server, and I must have screwed something up, so I have tried deleting all the files and reinstalling but nothing works.
info: Executing deferred 'a2enconf gitweb' for package gitweb
ERROR: Conf gitweb does not exist!
dpkg: error processing package apache2 (--configure):
installed apache2 package post-installation script subprocess returned
error exit status 1
Processing triggers for systemd (237-3ubuntu10.9) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for ufw (0.35-5) ...
Rules updated for profile 'Apache Full'
Rules updated for profile 'OpenSSH'
Errors were encountered while processing:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
I continue getting:
Errors were encountered while processing:
apache2
Please if someone could help I would be very grateful.
server 18.04 apache2 webserver
add a comment |
I am running the latest version of Ubuntu.
I continue to try and reinstall and delete Apache2 to fix my issue. The other day I was trying to run 2 websites on my server, and I must have screwed something up, so I have tried deleting all the files and reinstalling but nothing works.
info: Executing deferred 'a2enconf gitweb' for package gitweb
ERROR: Conf gitweb does not exist!
dpkg: error processing package apache2 (--configure):
installed apache2 package post-installation script subprocess returned
error exit status 1
Processing triggers for systemd (237-3ubuntu10.9) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for ufw (0.35-5) ...
Rules updated for profile 'Apache Full'
Rules updated for profile 'OpenSSH'
Errors were encountered while processing:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
I continue getting:
Errors were encountered while processing:
apache2
Please if someone could help I would be very grateful.
server 18.04 apache2 webserver
I am running the latest version of Ubuntu.
I continue to try and reinstall and delete Apache2 to fix my issue. The other day I was trying to run 2 websites on my server, and I must have screwed something up, so I have tried deleting all the files and reinstalling but nothing works.
info: Executing deferred 'a2enconf gitweb' for package gitweb
ERROR: Conf gitweb does not exist!
dpkg: error processing package apache2 (--configure):
installed apache2 package post-installation script subprocess returned
error exit status 1
Processing triggers for systemd (237-3ubuntu10.9) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for ufw (0.35-5) ...
Rules updated for profile 'Apache Full'
Rules updated for profile 'OpenSSH'
Errors were encountered while processing:
apache2
E: Sub-process /usr/bin/dpkg returned an error code (1)
I continue getting:
Errors were encountered while processing:
apache2
Please if someone could help I would be very grateful.
server 18.04 apache2 webserver
server 18.04 apache2 webserver
edited Dec 30 '18 at 20:30
Ketan Patel
10.3k94465
10.3k94465
asked Dec 30 '18 at 19:55
UniversalUniversal
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This might work for you:
sudo a2disconf gitweb
Otherwise you can try removing all the files associated with Apache:
sudo apt purge apache2*
sudo apt remove apache2*
Then install it again:
sudo tasksel
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
add a comment |
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%2f1105678%2fapache2-cant-reinstall%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
This might work for you:
sudo a2disconf gitweb
Otherwise you can try removing all the files associated with Apache:
sudo apt purge apache2*
sudo apt remove apache2*
Then install it again:
sudo tasksel
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
add a comment |
This might work for you:
sudo a2disconf gitweb
Otherwise you can try removing all the files associated with Apache:
sudo apt purge apache2*
sudo apt remove apache2*
Then install it again:
sudo tasksel
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
add a comment |
This might work for you:
sudo a2disconf gitweb
Otherwise you can try removing all the files associated with Apache:
sudo apt purge apache2*
sudo apt remove apache2*
Then install it again:
sudo tasksel
This might work for you:
sudo a2disconf gitweb
Otherwise you can try removing all the files associated with Apache:
sudo apt purge apache2*
sudo apt remove apache2*
Then install it again:
sudo tasksel
answered Dec 30 '18 at 20:24
Kristopher IvesKristopher Ives
2,25611119
2,25611119
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
add a comment |
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
ERROR: Conf gitweb does not exist!
– Universal
Dec 30 '18 at 20:25
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
Try the later steps
– Kristopher Ives
Dec 30 '18 at 20:26
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
sudo: tasksel: command not found
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
tried the middle two, still got same error
– Universal
Dec 30 '18 at 20:28
add a comment |
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%2f1105678%2fapache2-cant-reinstall%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