Problem installing apache2

9,431

If you don't have any apache2 configuration that you need, Try to resolve this by removing all apache2 files and configuration and install a new default configuration.

Try the following command to uninstall and remove configuration files.

(You need to stop the apache service before you uninstall):

sudo apt-get purge apache2*

And install it again by typing:

apt-get install apache2
Share:
9,431

Related videos on Youtube

user3682961
Author by

user3682961

Updated on September 18, 2022

Comments

  • user3682961
    user3682961 almost 2 years

    If I enter:

    sudo apt-get install apache2
    

    I get:

    Setting up apache2-bin (2.4.7-1ubuntu4.8) ...
    Setting up apache2-data (2.4.7-1ubuntu4.8) ...
    Setting up apache2 (2.4.7-1ubuntu4.8) ...
    ERROR: Config file dir.conf not properly enabled: /etc/apache2/mods-enabled/dir.conf is a real file, not touching it
    dpkg: error processing package apache2 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
    Errors were encountered while processing:
    apache2
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    

    input: sudo apt-get install -f

    output:

    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up apache2 (2.4.7-1ubuntu4.8) ...
    ERROR: Config file dir.conf not properly enabled: /etc/apache2/mods-enabled/dir.conf is a real file, not touching it
    dpkg: error processing package apache2 (--configure):
     subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
     apache2
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    
    • user3682961
      user3682961 over 8 years
      input: sudo a2dismod dir; output: Disabling stale config file dir.conf. ERROR: /etc/apache2/mods-enabled/dir.conf is not a symbolic link, not deleting
    • user3682961
      user3682961 over 8 years
      -rw-r--r-- 1 root root 157 জানু 3 2014 /etc/apache2/mods-available/dir.conf -rw-r--r-- 1 root root 58 জানু 3 2014 /etc/apache2/mods-available/dir.load
    • user3682961
      user3682961 over 8 years
      output: -rw-r--r-- 1 root root 117 নভে 27 10:16 /etc/apache2/mods-enabled/dir.conf -rw-r--r-- 1 root root 117 নভে 27 10:16 /etc/apache2/mods-enabled/dir.conf~ -rw------- 1 root root 1 নভে 27 10:10 /etc/apache2/mods-enabled/dir.conf.save -rw-r--r-- 1 root root 117 নভে 27 10:28 /etc/apache2/mods-enabled/dir.conf.save.1
    • user3682961
      user3682961 over 8 years
      rm: cannot remove ‘/etc/apache2/mods-enabled/dir.*’: No such file or directory
    • user3682961
      user3682961 over 8 years
      Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. E: Internal Error, No file name for apache2:amd64
    • user3682961
      user3682961 over 8 years
      Thanks brother for you help. my problem is solved. Thank a lot.
    • user3682961
      user3682961 over 8 years
      Actually your comment doesn't solve the problem. It doesn't remove the file. The answer solved the problem. Thanks a lot for helping me.
  • A.B.
    A.B. over 8 years
    And all configurations? Sure not.