Cannot start apache on mac ox x 10.13.
/usr/sbin/apachectl: line 92: 10747 Segmentation fault: 11 $HTTPD "$@"
Cannot start apache on mac ox x 10.13.
/usr/sbin/apachectl: line 92: 10747 Segmentation fault: 11 $HTTPD "$@"
I had the same problem after installing php7.
I have just commented LoadModule php5_module libexec/apache2/libphp5.so
in the httpd.conf
file and now all is working.