thank you everyone. Changes made and they work. Point taken about being invalid for 15 years. I inherited an old application/setup.
Again, thank you all. ________________________________ From: Frank Gingras <thu...@apache.org> Sent: Monday, July 1, 2024 3:03 PM To: users@httpd.apache.org <users@httpd.apache.org> Subject: [External] : Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60? On Mon, Jul 1, 2024 at 2:53 PM Eric Covener <cove...@gmail.com<mailto: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<mailto:users-unsubscr...@httpd.apache.org> For additional commands, e-mail: users-h...@httpd.apache.org<mailto:users-h...@httpd.apache.org> To be fair, this has been invalid for at least 15 years: AddType application/x-httpd-php .php