On 30.09.2017 14:30, Matthias Fischer wrote: > Hi, > > Just for information: > > Please pay attention to https://bugzilla.ipfire.org/show_bug.cgi?id=11494 > > Reference: > https://forum.ipfire.org/viewtopic.php?f=27&t=19550&p=111033#p111030 Finally, topic has moved (thanks Eric): => https://forum.ipfire.org/viewtopic.php?f=50&t=19563 Since there are different solutions under discussion, could someone (Arne / Michael / The Green Giant!?) please make a decision? ;-)) What to prefer for redirection in 'extrahd.cgi' to avoid the "Internal server error"? Given: "... >/dev/null" (shortest, works) "... &>/dev/null" (works) "... >/dev/null 2>&1" (works) I find all of these in various CGIs and would like to send a patch to end this... Best, Matthias