[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#743860: apache2: Apache forgets about /cgi-bin on restart



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.


Reply to: