Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jul 2024 11:16:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 280077] www/apache24 2.4.60 mod_dir does not appear to work
Message-ID:  <bug-280077-16115-uWG2xyGbm2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280077-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280077-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280077

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 t=
he
site owner had hacked/converted the index.html to index.php and the .html f=
ile
still existed.

The issue was I add the old way of AddType for php.  I commented the line o=
ut
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 af=
ter
that.

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

Weldon

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280077-16115-uWG2xyGbm2>