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 <yeh...@ymkatz.net> wrote: > The order modules are loaded in the config file does not change the order > they execute. That is set in the code. > > - Y

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

2017-02-20 Thread Binyamin
בע"ה Is it a Apache bug or expected behavior (ignored ExpiresByType when used "SetHandler application/x-httpd-php")? Any open issue for it? Without it the only workaround is to play-around header('Cache-Control: max-age=' . $maxage) Binyamin On Wed, Dec 28, 2016 at 12:09 PM,

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

2016-12-28 Thread Binyamin
בע"ה Isn't Apache expected to handle/support it? Why ExpiresDefault in FilesMatch doesn't work (also doesn't rewrite ExpiresByType defined above the FilesMatch)? Binyamin On Wed, Dec 28, 2016 at 9:15 AM, Michael A. Peters <mpet...@domblogger.net> wrote: > Oh I should add - wh

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

2016-12-27 Thread Binyamin
:38:09 GMT Expires: Thu, 29 Dec 2016 06:38:09 GMT It seems to as a Apache bug. I don't know if ever it was working. Any workaround (configuration fix) for it for now? Do you know if it worked right in any Apache build/version? Binyamin On Wed, Dec 28, 2016 at 5:29 AM, Yehuda Katz <yeh.

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

2016-12-27 Thread Binyamin
n/xml "access plus 1 week" SetHandler application/x-httpd-php Header set Content-Type "application/xml" ExpiresDefault "access plus 1 year" tested on Apache 2.4.X builds. How to fix this issue? Binyamin

Re: [users@httpd] Common configuration-set for all VirtualHost's

2015-10-23 Thread Binyamin
בע"ה Thanks for advice! It seems covers my case. Notice, mod_macro is not initially enabled in core, what means will case more RAM usage. Binyamin On Thu, Oct 22, 2015 at 5:41 PM, Rose, John B <jbr...@utk.edu> wrote: > mod_macro works pretty well > > On 10/22/15 3

[users@httpd] Common configuration-set for all VirtualHost's

2015-10-21 Thread Binyamin
rtualHost's and the same or similar configuration for all VirtualHost's. Binyamin