重新启动Apache2 Web服务器的正确方法是什么?
boolean theMeaningOfANDingAllConditions = condition1
&& condition2
&& ...
&& conditionN;
if (theMeaningOfANDingAllConditions) {
// Do work
} else {
// Do something else
}
apache2ctl restart