apache2 reinicia o problema

1

Quando reiniciei o apache2, recebi o erro abaixo.

$ sudo service apache2 restart
 * Restarting web server apache2                                                                                                                                                              [fail]
 * The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/dav_svn.load: Cannot load /usr/lib/apache2/modules/mod_dav_svn.so into server: /usr/lib/apache2/modules/mod_dav_svn.so: cannot open shared object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.

Por favor, ajude-me a resolver este problema.

Eu também tentei instalar libapache2-mod-svn, peguei os erros abaixo.

$ sudo apt-get install libapache2-mod-svn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  db5.3-util
The following NEW packages will be installed:
  libapache2-mod-svn
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/87.7 kB of archives.
After this operation, 440 kB of additional disk space will be used.
Selecting previously unselected package libapache2-mod-svn.
(Reading database ... 63832 files and directories currently installed.)
Preparing to unpack .../libapache2-mod-svn_1.8.10-1ubuntu2_i386.deb ...
Unpacking libapache2-mod-svn (1.8.10-1ubuntu2) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Hariharan Gopal 20.02.2015 / 13:29

1 resposta

1

O problema é fixo.

Primeiro eu removi o apache2

$ sudo apt-get remove o apache2

então eu instalei o libapache2-mod-svn

$ sudo apt-get instala libapache2-mod-svn

É assim que o problema é resolvido.

Obrigado pelo seu apoio pessoal.

    
por Hariharan Gopal 20.02.2015 / 14:27