Pursuant to my previous post, I’m now running into this error: Wed Dec 29 17:26:38.548023 2021] [so:notice] [pid 10505] AH06662: Allowing module loading process to continue for module at /usr/local/opt/php/lib/httpd/modules/libphp.so because module signature matches authority "James Coyle" specified in LoadModule directive httpd: Syntax error on line 559 of /private/etc/apache2/httpd.conf: Syntax error on line 14 of /private/etc/apache2/extra/httpd-php.conf: Expected </IfModule> before end of configuration Here’s the part of the httpd.conf file that applies to this: Include /private/etc/apache2/extra/*.conf </IfModule> #PHP Settings Include /private/etc/apache2/extra/httpd-php.conf </IfModule> And here is the part of the httpd-php.conf file Mighty confused - could use some help. Thank you. |