What is the difference between apachectl and httpd.worker?
Solution 1:
apachectl
is a wrapper overhttpd
and just sets some environment variables and adds further functionality, likeconfigtest
, more in detail here.httpd.worker
is likehttpd
but with the worker module enabled.The first script executes the
httpd.worker
binary with thehttpd.conf
configuration file.Correct,
apachectl
appends the-k start
parameter tohttpd