- Package:
- doc-central
- Source:
- doc-central
- Submitter:
- Klaus Christian Harke
- Date:
- 2013-12-12 10:57:05 UTC
- Severity:
- important
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)
... 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