[Bug 1260852] Re: config file uses outdated apache conf.d directory
Brian Murray
brian at ubuntu.com
Fri Jan 3 19:25:45 UTC 2014
** Bug watch added: Debian Bug tracker #669798
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669798
** Also affects: git (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669798
Importance: Unknown
Status: Unknown
** Changed in: git (Ubuntu)
Importance: Undecided => Medium
** Tags added: saucy
--
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:
Unknown
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