Re: [users@httpd] Why ExpiresByType is ignored when has SetHandler application/x-httpd-php ?

2017-03-02 Thread Eric Covener
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 -

Re: [users@httpd] Why ExpiresByType is ignored when has SetHandler application/x-httpd-php ?

2017-03-02 Thread Binyamin
בע"ה 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

Re: [users@httpd] Why ExpiresByType is ignored when has SetHandler application/x-httpd-php ?

2017-03-02 Thread Yehuda Katz
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

Re: [users@httpd] Apache Crashing Everyday

2017-03-02 Thread Jim Jagielski
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).

Re: [users@httpd] Why ExpiresByType is ignored when has SetHandler application/x-httpd-php ?

2017-03-02 Thread 7raivis
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

Re: [users@httpd] mod_lua and subprocess_env

2017-03-02 Thread Andrei Ivanov
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:

[users@httpd] Apache configuration - DirectoryMatch directive: Error in regex evaluation

2017-03-02 Thread MARTIN, FANNY
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).