... 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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to