[users@httpd] Looking for direction: porting server from Apache 2.2.2 to 2.4.6 - ProxyHTMLURLMap ?

2017-04-26 Thread Jeff Cauhape
Hi, I've been given the task of moving a website from Apache 2.2.2 on Solaris to Apache 2.4.6 on Linux. So far, so good, but I'm running into a 'syntax' error when a config file uses the ProxyHTMLURLMap function. Apache 2.4.6 does not recognize this, and I don't have the module (proxy_html_mod

[users@httpd] Last chance: ApacheCon is just three weeks away

2017-04-26 Thread Rich Bowen
ApacheCon is just three weeks away, in Miami, Florida, May 15th - 18th. http://apachecon.com/ There's still time to register and attend. ApacheCon is the best place to find out about tomorrow's software, today. ApacheCon is the official convention of The Apache Software Foundation, and includes t

Re: [users@httpd] Re: Reg : Limiting http connections at Apache 2.4.25

2017-04-26 Thread Velmurugan Dhakshnamoorthy
Thanks Luca, your help is much appreciated. I was able to compile and load mod_qos in Apache 2.4.25 proxy. There are many parameters related to QOS, I am trying to implement a parameter to restrict HTTP session beyond specified limit, example I would like to allow only maximum 100 connections,

Re: [users@httpd] Re: Error trying to use 'mod_auth_form' and 'mod_dbd' with sqlite3

2017-04-26 Thread Tom Browder
On Wed, Apr 26, 2017 at 05:06 Tom Browder wrote: > On Wed, Apr 26, 2017 at 04:04 Luca Toscano wrote: > >> > I think I just discovered I what the problem is: I'm using harp.js to >>> > build my site and the is compiling incorrectly. >>> >>> Well, that wasn't the problem. >>> >>> The error is sti

[users@httpd] Apache as HTTP Proxy: GZIP compression handling configuration question

2017-04-26 Thread Markus Gausling
Hello, I am using Apache (2.4.10) as an HTTP Proxy with two virtual hosts listening on different ports: - Forward Proxy - Reverse Proxy Depending on the use case applications either use the Forward Proxy or the Reverse Proxy. Now I want to make sure that for both virtual hosts the proxy does han

Re: [users@httpd] Re: Error trying to use 'mod_auth_form' and 'mod_dbd' with sqlite3

2017-04-26 Thread Tom Browder
On Wed, Apr 26, 2017 at 04:04 Luca Toscano wrote: > > I think I just discovered I what the problem is: I'm using harp.js to >> > build my site and the is compiling incorrectly. >> >> Well, that wasn't the problem. >> >> The error is still: >> >> [dbd:error] [pid 18921:tid 140512673658624] (20014

Re: [users@httpd] Re: Error trying to use 'mod_auth_form' and 'mod_dbd' with sqlite3

2017-04-26 Thread Luca Toscano
Hi Tom, 2017-04-26 3:23 GMT+02:00 Tom Browder : > On Tue, Apr 25, 2017 at 14:47 Tom Browder wrote: > > > > On Tue, Apr 25, 2017 at 12:03 PM, Tom Browder > wrote: > > > Host: httpd version 2.4.25, Debian 8, 64-bit > > > > > > I am so close but getting the following error: > > ... > > > > I think