[users@httpd] Re: [External] : Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Jack Swan
] : Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60? On Mon, Jul 1, 2024 at 2:53 PM Eric Covener mailto:cove...@gmail.com>> wrote: On Mon, Jul 1, 2024 at 2:51 PM Matthew Goebel wrote: > > Going from 2.4.59 to 2.5.60 I had to make the following change in my > httpd.conf fi

Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Frank Gingras
On Mon, Jul 1, 2024 at 2:53 PM Eric Covener wrote: > On Mon, Jul 1, 2024 at 2:51 PM Matthew Goebel > 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

Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Eric Covener
On Mon, Jul 1, 2024 at 2:51 PM Matthew Goebel 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

Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Eric Covener
On Mon, Jul 1, 2024 at 2:45 PM Jack Swan wrote: > > Have an existing application and Apache installation (have been using Apache > for years). > > Upgraded Apache from 2.4.59 to 2.4.60 today and the browser prompts to save > the index.php file instead of > serving/processing it when just

Re: [users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Matthew Goebel
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, Matt On Mon, Jul 1, 2024 at 2:45 PM Jack Swan wrote: > Have an existing application and Apache installation (have

[users@httpd] DirectoryIndex broken in Apache 2.4.60?

2024-07-01 Thread Jack Swan
Have an existing application and Apache installation (have been using Apache for years). Upgraded Apache from 2.4.59 to 2.4.60 today and the browser prompts to save the index.php file instead of serving/processing it when just entering https:// as the URL. This had been working fine for years