richardforth / apache2buddy

apache2buddy
Apache License 2.0
385 stars 72 forks source link

httpd24u produces error with worker model #323

Closed richardforth closed 4 years ago

richardforth commented 4 years ago
Apache MPM Model:                                             /usr/sbin/apachectl: line 126: /usr/sbin/httpd.worker: No such file or directory
richardforth commented 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
richardforth commented 4 years ago

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