[Bug 280077] www/apache24 2.4.60 mod_dir does not appear to work

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Jul 2024 11:16:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280077

Weldon Godfrey <weldon@excelsus.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #3 from Weldon Godfrey <weldon@excelsus.com> ---
Sorry, my error.   The site I was testing I thought had an index.html but the
site owner had hacked/converted the index.html to index.php and the .html file
still existed.

The issue was I add the old way of AddType for php.  I commented the line out
and replaced it with:
<FilesMatch \.php$>
    SetHandler application/x-httpd-php
</FilesMatch>

That still worked and then upgraded to Apache 2.4.60 and it still worked after
that.

Thank you for getting me in the right direction nihilesthic@proton.me !

Weldon

-- 
You are receiving this mail because:
You are the assignee for the bug.