Re: [users@httpd] Graceful draining of KeepAlive Connections

2016-11-15 Thread Bill Moseley
We had a similar issue with Keep-Alives so I catch USR1 in the application code and set a flag and then at the end of that request I set connection closed header and call child_terminate to kill off that child. IIRC, MaxRequestsPerChild doesn't include the number of keep-alive requests, so another

[users@httpd] Which config file is fit for my apache2?

2016-11-15 Thread ????????
Let's suppose a scene on centos7. - domain name: xyz.com - the domain parsed by third-party dns server: ns1.xxx.com - IP address bound with domain: 123.123.123.123 - apache2 was installed on 123.123.123.123 It is the ServerName confused me. ### ServerName In the

[users@httpd] Any solution to fill a login form on behald a user for SSO through reverse proxy

2016-11-15 Thread Vlad Liapko
I need Apache proxy to fill a login form in the background without user to seeing the credentials. Is ReverseProxy-FormFiller the only solution around?

[users@httpd] Re: Use of mod_expires and mod_cache: how does one control cache time for specific file extensions?

2016-11-15 Thread Tom Browder
On Tuesday, November 15, 2016, Eric Covener wrote: > On Tue, Nov 15, 2016 at 1:29 PM, Tom Browder > wrote: Thanks, Eric. I think I have the solution for my needs after I read about SSI some more. I have been using the xbit hack forever, but I think there is a solution specifically for my prob

Re: [users@httpd] Use of mod_expires and mod_cache: how does one control cache time for specific file extensions?

2016-11-15 Thread Eric Covener
On Tue, Nov 15, 2016 at 1:29 PM, Tom Browder wrote: > I want to have *.shtml files parsed more frequently than other files. > Using "mod_expire" seems easy enough but it uses file mime types and > but I can't find any mime type for "text/shtml" only. ExpiresDefault in Files/FilesMatch section? >

[users@httpd] Graceful draining of KeepAlive Connections

2016-11-15 Thread Alex Kaiser
Hello, I am having trouble gracefully draining connections from httpd when we have KeepAlive turned on. The problem seems specific to idle KeepAlive connections. It looks like when a process has an established KeepAlive connection and we send the main httpd process a WINCH or a USR1 signal, the

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-15 Thread Eric Covener
On Tue, Nov 15, 2016 at 1:41 PM, Robert Ramoutar wrote: > > Here is my httpd.conf logs attached. > > There's a clear error about your certs/keys and startup failures. You'll need to read the log and investigate further. > I am using the following command via cmd as administrator to start the >

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-15 Thread Robert Ramoutar
No Problem: Here is my httpd.conf logs attached. I am using the following command via cmd as administrator to start the apache service. c:\\Apache24\\bin\\httpd.exe -d C:/Apache24 1. all i need to know is how does one test to ensure https: is working ? and if it is 2. How do you make a

[users@httpd] Use of mod_expires and mod_cache: how does one control cache time for specific file extensions?

2016-11-15 Thread Tom Browder
I want to have *.shtml files parsed more frequently than other files. Using "mod_expire" seems easy enough but it uses file mime types and but I can't find any mime type for "text/shtml" only. So I guess my only option is to use "mod_cache" which is not very straight-forward to use, but it, too, d

Re: [users@httpd] Conditionally LoadModule?

2016-11-15 Thread Nick Kew
On Tue, 2016-11-15 at 09:41 -0800, Jacob Champion wrote: > On 11/15/2016 09:19 AM, Nick Kew wrote: > > So IfFile joins IfDefine and the infamous[1] IfModule. What next? > > We can't get rid of them in the lifetime of 2.4, but maybe thereafter > > they could come together? > > Is there a way we co

Re: [users@httpd] Conditionally LoadModule?

2016-11-15 Thread Jacob Champion
On 11/15/2016 09:19 AM, Nick Kew wrote: So IfFile joins IfDefine and the infamous[1] IfModule. What next? We can't get rid of them in the lifetime of 2.4, but maybe thereafter they could come together? Is there a way we could provide a "startup-time" subset of ap_exprs? [1] because it gives

Re: [users@httpd] Conditionally LoadModule?

2016-11-15 Thread Nick Kew
On Tue, 2016-11-15 at 11:00 -0500, Eric Covener wrote: > On Tue, Nov 15, 2016 at 10:56 AM, Jack Bates <4ec...@nottheoilrig.com> wrote: > > Just a thought: Would it make sense to evaluate both at startup and > > during request processing? Like is that a reasonable feature request? > > It's reasona

Re: [users@httpd] Conditionally LoadModule?

2016-11-15 Thread Eric Covener
On Tue, Nov 15, 2016 at 10:56 AM, Jack Bates <4ec...@nottheoilrig.com> wrote: > Just a thought: Would it make sense to evaluate both at startup and > during request processing? Like is that a reasonable feature request? It's reasonable, but it is not so easy, due to some internals about how the t

Re: [users@httpd] Conditionally LoadModule?

2016-11-15 Thread Jack Bates
On 15/11/16 09:00 AM, Eric Covener wrote: On Tue, Nov 15, 2016 at 10:56 AM, Jack Bates <4ec...@nottheoilrig.com> wrote: Just a thought: Would it make sense to evaluate both at startup and during request processing? Like is that a reasonable feature request? It's reasonable, but it is not so e

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-15 Thread Eric Covener
On Tue, Nov 15, 2016 at 10:49 AM, Robert Ramoutar < robert_ramou...@hotmail.com> wrote: > but when i use the localhost:443 the page doesnt come up > > ​You'll need to share something more specific. I'd suggest a command-line client and correlating with logs.​ -- Eric Covener cove...@gmail.com

Re: [users@httpd] Conditionally LoadModule?

2016-11-15 Thread Jack Bates
On 14/11/16 07:59 PM, Eric Covener wrote: On Mon, Nov 14, 2016 at 9:40 PM, Jack Bates <4ec...@nottheoilrig.com> wrote: Why doesn't the following work? LoadModule php7_module modules/libphp7.0.so LoadModule php5_module modules/libphp5.so /usr/lib/apache2/modules/libphp7.

Re: [users@httpd] Install and Configure Apache on Windows Server

2016-11-15 Thread Robert Ramoutar
Hi Again, I think i successfully added the virtual host configurations and loaded the certificates. When i open my browser and type localhost:80 - i get the message it Works! but when i use the localhost:443 the page doesnt come up In httpd conf it is set to listen to 443 the listen 80 line

[users@httpd] Applying security patch for apache web server and app server

2016-11-15 Thread Muduli, Chittaranjan
Hi team, Is there any way to get notified about the security patches released for a particular version and how to apply it in web and app servers of apache. Thank chitta Diligenta Limited (Company No. 5535029) is a subsidiary of Tata Consultancy Services Limited. Diligenta Limited is register