apache2 can't reinstall












0















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.










share|improve this question





























    0















    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.










    share|improve this question



























      0












      0








      0








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 30 '18 at 20:30









      Ketan Patel

      10.3k94465




      10.3k94465










      asked Dec 30 '18 at 19:55









      UniversalUniversal

      1




      1






















          1 Answer
          1






          active

          oldest

          votes


















          0














          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





          share|improve this answer
























          • 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











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          0














          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





          share|improve this answer
























          • 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
















          0














          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





          share|improve this answer
























          • 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














          0












          0








          0







          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





          share|improve this answer













          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






          share|improve this answer












          share|improve this answer



          share|improve this answer










          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



















          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?