Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Chaitanya Govande
The content comes from some app server (could be WebSphere or WebLogic). From what I read, the SetEnvIf doesn't have access to response headers as it is run before? Sorry, but what is the one-line change to mod_deflate you are referring to? Thank you, Chaitanya On Wed, May 2, 2018 at 4:26 PM, Ni

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Nick Kew
> On 2 May 2018, at 21:24, Chaitanya Govande wrote: > > Is there a way to do this then? Can I store a env variable if the > Content-Encoding is gzip and use this variable later in execution for > Deflate? Depends where the contents come from. See for example SetEnvIf. Alternatives: get the co

Re: [users@httpd] ssh setup question

2018-05-02 Thread Eric Covener
On Wed, May 2, 2018 at 4:53 PM, Dunson, Jarrell R wrote: > Hey all, > > for a new web server, so we need to create a .ssh directory and store the > public key in > > .ssh/authorized_keys? If so, where does doe the directory need to be placed > - underneath DocumentRoot? Your ssh setup shouldn't

[users@httpd] ssh setup question

2018-05-02 Thread Dunson, Jarrell R
Hey all,  for a new web server, so we need to create a .ssh directory and store the public key in .ssh/authorized_keys? If so, where does doe the directory need to be placed - underneath DocumentRoot? Jarrell -- Jarrell R. Dunson, III Associate Director, Information Services University of

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Chaitanya Govande
Is there a way to do this then? Can I store a env variable if the Content-Encoding is gzip and use this variable later in execution for Deflate? Any other way? I am trying to inflate, substitute and again deflate if the original content is gziped but if the original content is not gziped, then sim

[users@httpd] apachectl -k graceful

2018-05-02 Thread Greg Rundlett (freephile)
If I do an apache2ctl -k graceful on Ubuntu (or service httpd restart in CentOS), using mod_php and a max_execution_time = 30 in php.ini, then is there any reason why the server would take more than say 1 minute to serve all requests with the new php.ini + Apache configuration (+ php files)? I kno

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Nick Kew
On Wed, 2 May 2018 11:29:36 -0500 Chaitanya Govande wrote: > The deflate does not seem to work as when I review the chrome dev > tools, I don't see the 'Content-Encoding' header. If I remove the > second condition (%{resp:Content-Encoding} = 'gzip'), it seems to work > properly. However, I have

[users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Chaitanya Govande
Hello all, I am trying to inflate, substitute, and then deflate the content returned to the client based on the response header. The inflate, substitute are working as i was able to test these out in isolation. Here is the code: FilterDeclare FilterInflate CONTENT_SET FilterProvider FilterInflat

[users@httpd] Apache24 fails after LibreSSL 2.7.2: mod_ssl.so: Undefined symbol "OPENSSL_malloc_init"

2018-05-02 Thread David Gessel
LibreSSL 2.7+ is a big change and it caused a host of issues for me, most of which I've resolved with the patches posted on the LibreSSL wiki at https://wiki.freebsd.org/LibreSSL/2.7, but www/apache24 is still refusing to start post-update (the port was patched for LibreSSL on 24 Mar with 2.4.33

Re: [users@httpd] openssl-1.1.0 with httpd-2.4.33

2018-05-02 Thread Eric Covener
On Wed, May 2, 2018 at 5:56 AM, Hemant Chaudhary wrote: > Hi All, > > I am trying to build openssl-1.1.0 with httpd-2.4.33, everything is working > fine without mod_ssl. But when I am loading mod_ssl, I am getting error > while deloading the module i:e dso_close. Whereas httpd-2.4.33 is working >

[users@httpd] change mime.types using cmake command script

2018-05-02 Thread Rathore, Rajendra
Hi Team, I am creating apache build using source code, I came into one requirement to update mime type, Please let me know how can I mime.types using cmake command, I have a way to create a patch file and update mime type, so please let me know the best way to update it. Thanks and Regards, Ra

[users@httpd] openssl-1.1.0 with httpd-2.4.33

2018-05-02 Thread Hemant Chaudhary
Hi All, I am trying to build openssl-1.1.0 with httpd-2.4.33, everything is working fine without mod_ssl. But when I am loading mod_ssl, I am getting error while deloading the module i:e dso_close. Whereas httpd-2.4.33 is working fine with openssl-1.0.2d. Does anybody also get this issue ? Thank