On Thu, Mar 2, 2017 at 8:02 AM, Binyamin <7rai...@inbox.lv> wrote:
> If so then it is Apache bug. Any open issue for it?
I don't agree, the highly unusual configuration just doesn't do what
you'd like it to do. See my earlier response.
--
Eric Covener
cove...@gmail.com
-
בע"ה
If so then it is Apache bug. Any open issue for it?
Binyamin
On Thu, Mar 2, 2017 at 2:38 PM, Yehuda Katz wrote:
> The order modules are loaded in the config file does not change the order
> they execute. That is set in the code.
>
> - Y
>
> Sent from a device with a very small keyboard
The order modules are loaded in the config file does not change the order
they execute. That is set in the code.
- Y
Sent from a device with a very small keyboard and hyperactive autocorrect.
On Mar 2, 2017 6:03 AM, <7rai...@inbox.lv> wrote:
> Eric, it is not the case. Here is the order of my l
Depending on your version of Tomcat it might be better to move to
using mod_proxy_ajp or even switching to Tomcat's http listener and
talking HTTP.
> On Mar 2, 2017, at 1:55 AM, Jayaram Ponnusamy
> wrote:
>
> Hi Jim & Jason,
>
> Yes We are planning to upgrade to httpd 2.4.25 (Stable Version).
Eric, it is not the case. Here is the order of my loaded modules and the issue still happens (is relevant also for latest Apache version):
...
LoadModule expires_module modules/mod_expires.so
LoadModule headers_module modules/mod_headers.so
...
Binyamin
- Reply to message -
Subject
On Tue, Feb 28, 2017 at 12:09 PM, Andrei Ivanov
wrote:
> On Mon, Feb 27, 2017 at 11:58 AM, Andrei Ivanov
> wrote:
>
>> On Fri, Feb 24, 2017 at 10:58 PM, Andrei Ivanov
>> wrote:
>>
>>> On Feb 24, 2017 22:54, "Yann Ylavic" wrote:
>>>
>>> On Fri, Feb 24, 2017 at 6:50 PM, Andrei Ivanov
>>> wrote:
Dear all,
I am using Apache/2.4.10 (Debian). Following the Apache documentation, I am
trying to configure my server using DirectoryMatch. I get the expected behavior
concerning the directories I want to handle (only user whose name is the same
as the directory name can access to the directory).