Extension Attribute Apache version and whether it is active July 5, 2023Posted inJamf ProTags: Apache, Jamf Extension Attribute A Jamf Pro extension attribute that determines the apache version and whether it is active state https://gist.github.com/patent-ed/76492c101a1219f5cc8e729b397e3360
Apache macOS April 1, 2022Posted inApple, macOSTags: Apache ps aux | grep httpd Internal Apache Binary: /usr/sbin/httpd Start/Stop: sudo /usr/sbin/apachectl start Version: /usr/sbin/apachectl -v Config: /etc/apache2/httpd.conf Find used Apache: which -a httpd whereis httpd /usr/sbin/httpd sudo apachectl stop…