Re: [users@httpd] Apache keeping open deleted files

2016-04-18 Thread David Cunningham
Thank you for the replies Marat. On 18 April 2016 at 20:33, Marat Khalili wrote: > Well, apparently they are used as locks (mutexes) so that multiple Apache > processes could safely access common resources. You can guess specific > resources by file names. (Disclaimer: I'm not an Apache develop

Re: [users@httpd] Using mod_lua to modify request body before being sent to mod_proxy

2016-04-18 Thread Matt Hughes
Yeah, I misspoke when I said LuaHookInsertFilter; that isn’t actually implemented yet at least on 2.4. Actually have been trying the quick handler and hookfixups. What hook should I be using? What value do I return from my handler so that Apache will still send the request onto the reverse prox

Re: [users@httpd] Apache keeping open deleted files

2016-04-18 Thread Marat Khalili
Well, apparently they are used as locks (mutexes) so that multiple Apache processes could safely access common resources. You can guess specific resources by file names. (Disclaimer: I'm not an Apache developer, probably one of them reading this will give better answer.) The process shouldn't

Re: [users@httpd] Re: Server replication

2016-04-18 Thread Daniel
"I would like to have the HTTPD configuration be identical except for one file with the local settings" This can be done simply with the "Include" directive in which you just have to load from another file the local settings for each server. El dom., 17 abr. 2016 a las 21:58, Christophe JAILLET (

Re: [users@httpd] Apache keeping open deleted files

2016-04-18 Thread David Cunningham
Hi Marat, Thanks for the reply. Do you know why Apache keeps them open? The process shouldn't need to end for the file to disappear - just the file descriptor to be closed. On 18 April 2016 at 16:54, Marat Khalili wrote: > Hello David, > > It is a normal practice in Linux to delete temporary f

Re: [users@httpd] How i can determine SSL protocol?

2016-04-18 Thread Rainer Canavan
On Mon, Apr 18, 2016 at 10:47 AM, Виталий Фадеев wrote: > Hello! > We want to show different page for users that come with SSL3 or TLS/1.0 > Is this possible? > For example, by creating two virtual servers with different > SSLProtocols. DirectoryRoot, and the same ServerName? I don't think that w

Re: [users@httpd] Apache and Javascript

2016-04-18 Thread Daniel
forgot to mention, javascript is client-side interpreted. El lun., 18 abr. 2016 a las 10:52, Daniel () escribió: > For Apache, javascript is just a text file, so there is nothing that needs > to be done. Remember Apache is a a http server it does not parse files > unless specific modules are in u

Re: [users@httpd] Apache and Javascript

2016-04-18 Thread Daniel
For Apache, javascript is just a text file, so there is nothing that needs to be done. Remember Apache is a a http server it does not parse files unless specific modules are in use for it. El lun., 18 abr. 2016 a las 7:29, Brandon L. Wisenburg (< bran...@wisenburg.com>) escribió: > Hi All. > Is t

[users@httpd] How i can determine SSL protocol?

2016-04-18 Thread Виталий Фадеев
Hello! We want to show different page for users that come with SSL3 or TLS/1.0 Is this possible? For example, by creating two virtual servers with different SSLProtocols. DirectoryRoot, and the same ServerName? - To unsubscribe, e

Re: [users@httpd] Apache and Javascript [wd-vc]

2016-04-18 Thread Bremser, Kurt (AMOS Austria GmbH)
Oh, in that case you might want to take a look at http://www.cgi-node.org/ HTH, Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Brandon L. Wisenburg [bran...@wisenburg.com] Gesendet: Montag, 18. April 2016 09:53 An: u

Re: [users@httpd] Apache and Javascript [wd-vc]

2016-04-18 Thread Brandon L. Wisenburg
Even if there is a separate folder in the document root that contains .js files? - Original Message - From: "Bremser, Kurt (AMOS Austria GmbH)" To: "users" Sent: Monday, April 18, 2016 2:41:14 AM Subject: Re: [users@httpd] Apache and Javascript [wd-vc] Since javascript is just text em

Re: [users@httpd] Apache and Javascript [wd-vc]

2016-04-18 Thread Bremser, Kurt (AMOS Austria GmbH)
Since javascript is just text embedded in HTML pages and executed by the user agent on the client, nothing needs to be done. Kurt Bremser AMOS Austria Newton was wrong. There is no gravity. The Earth sucks. Von: Brandon L. Wisenburg [bran...@wisenburg.com