Closed richardforth closed 4 years ago
this looks like a bug in apachectl supplied by IUS httpd24u package:
# cat -n /usr/sbin/apachectl | tail
122 checklynx
123 $LYNX $STATUSURL
124 ;;
125 *)
126 $HTTPD $OPTIONS "$@" <------
127 ERROR=$?
128 esac
129
130 exit $ERROR
131
Honestly, guys, if you want apache 2.4 please upgrade to CentOS7 or RHEL7 and you wouldnt need httpd24u. native support in Red Hat and equivalents 7 onwards support apache 2.4 from the standard repos.
RHEL / CentOS 6 is soon EOL, and I cant fix this anyway. the bug lies in httpd24u