#731442 doc-central 404 when opening http://localhost/dc

#731442#5
Date:
2013-12-05 13:46:40 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?
Open http://localhost/dc in iceweasel, konqueror
   * What exactly did you do (or not do) that was effective (or ineffective)?
After installation of apache2 (as a dependency) dhelp and doc-central start
page was not found (404)

#731442#10
Date:
2013-12-12 10:44:53 UTC
From:
To:
... that worked for me:

After installation of doc-central I had to:

copy configuration file into apache2 2.4 configuration directory:

  # cp /etc/apache2/conf.d/doc-central.apache2 \
    /etc/apache2/conf-available/doc-central.conf

enable configuration for doc-central:

  # a2enconf doc-central

activate the cgi module:

  # a2enmod cgi

restart apache:
  # service apache2 restart