On Wed, Dec 29, 2021 at 8:54 PM James Coyle <jamescoyle1@xxxxxxx.invalid> wrote: > > 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> Same issue as the other thread, the opening tag of a section should not start with a slash. The general form is <Foo> stuff ... </Foo> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
![]() |