This is probably this upstream bug report which concerns some brokenness with the Define directive:
https://issues.apache.org/bugzilla/show_bug.cgi?id=57328 The config on serverfault shows that you used Define: > <IfModule mod_alias.c> > <IfModule mod_cgi.c> > Define ENABLE_USR_LIB_CGI_BIN > </IfModule> > <IfModule mod_cgid.c> > Define ENABLE_USR_LIB_CGI_BIN > </IfModule> > <IfDefine ENABLE_USR_LIB_CGI_BIN> > ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ > <Directory "/usr/lib/cgi-bin"> > AllowOverride None > Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch > Require all granted > </Directory> > </IfDefine> > </IfModule> The fix seems simple enough. I hope I can get it into jessie. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org