2

Cannot start apache on mac ox x 10.13.

/usr/sbin/apachectl: line 92: 10747 Segmentation fault: 11 $HTTPD "$@"

Anurag Jain
  • 461
  • 2
  • 8
  • 21
  • 1
    Possibly a module gone bad. Turn off the loading of all modules of first. –  Mar 19 '17 at 03:37

1 Answers1

1

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.

Neabfi
  • 4,411
  • 3
  • 32
  • 42