[Bug 1260852] Re: config file uses outdated apache conf.d directory
Fuxy
ciufy22 at gmail.com
Mon Aug 18 14:54:24 UTC 2014
I can confirm this is still present in Ubuntu 14.04.1 LTS (trusty).
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to git in Ubuntu.
https://bugs.launchpad.net/bugs/1260852
Title:
config file uses outdated apache conf.d directory
Status in “git” package in Ubuntu:
Confirmed
Status in “git” package in Debian:
Confirmed
Bug description:
in my Ubuntu Server 13.10 armhf installation there are the following dirs in /etc/apache:
conf-available conf-enabled
But the gitweb-1:1.8.3.2-1 package creates a folder /etc/apache2/conf.d and places a gitweb file into.
I linked the file from conf-enabled, but it failed to load with the
following error message:
* The apache2 configtest failed. Not doing anything.
Output of config test was:
AH00526: Syntax error on line 4 of /etc/apache2/conf-enabled/gitweb.conf:
Either all Options must start with + or -, or no Option may.
Action 'configtest' failed.
The Apache error log may have more information.
The apache error.log does not contain any further info.
Content of gitweb config-file is:
Alias /gitweb /usr/share/gitweb
<Directory /usr/share/gitweb>
Options FollowSymLinks +ExecCGI
AddHandler cgi-script .cgi
</Directory>
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1260852/+subscriptions
More information about the foundations-bugs
mailing list