On Mon, Jul 1, 2024 at 2:53 PM Eric Covener <cove...@gmail.com> wrote:
> On Mon, Jul 1, 2024 at 2:51 PM Matthew Goebel <mgoe...@emich.edu.invalid> > wrote: > > > > Going from 2.4.59 to 2.5.60 I had to make the following change in my > httpd.conf file. > > > > AddType application/x-httpd-php .php > > > > to > > > > AddHandler application/x-httpd-php .php > > Thanks Matthew, this makes perfect sense. I will add this to the > changelogs. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > To be fair, this has been invalid for at least 15 years: AddType application/x-httpd-php .php