Re: JSON for mod_status

2016-11-30 Thread Jordan Gigov
I think a better approach than "?json=true" would be to to respect the "Accept" header values of "application/json" and "text/json" if they have the higher priority. XML output should also be an option, if it will indeed serve as an API end-point. On 30 November 2016 at 20:08, Luca Toscano wrote:

Re: mood_remoteip ProxyProtocol addition

2017-02-07 Thread Jordan Gigov
On 7 February 2017 at 18:08, Sander Hoentjen wrote: > Hi guys, > > I am trying to have haproxy added in front of our Apache servers, for > SSL termination. This is not hard to do, and especially with the recent > addition of ProxyProtocol support to mod_remoteip it works almost as we > need it. >

Re: mood_remoteip ProxyProtocol addition

2017-02-07 Thread Jordan Gigov
On 7 February 2017 at 22:33, Yann Ylavic wrote: > I'm a bit reluctant with these patches, and probably need to be > convinced this isn't an application issue in the first place (why not > use X-Forwarded-Proto or alike to achieve the same? i.e. generate > https links...), or an SSL endpoint issue

Re: mood_remoteip ProxyProtocol addition

2017-02-07 Thread Jordan Gigov
On 8 February 2017 at 01:44, Yann Ylavic wrote: > Actually, I'm not really opposed to set HTTPS=on (according to > mod_remoteip) in the environment *given to the script/CGI* only, if > that's the trigger for it to do the desired thing, this won't be used > by httpd internally at least. > > What's

Gitignore for migration

2017-02-15 Thread Jordan Gigov
While complete migration itself seems to be a few centuries away, I did work on importing the svn:ignore properties and converting to a gitignore format. I'll try attaching it for anyone interested, but if that doesn't work just ask and I'll paste it directly. httpd.gitignore Description: Binary

Re: mod_remoteip and mod_http2 combined

2017-02-15 Thread Jordan Gigov
Try modules/http2/h2_h2.c line 550 add "mod_remoteip.c" after "mod_ssl.c". This reminds me since remoteip is being updated, maybe it should also specify some before and after mods to avoid. On 15 February 2017 at 12:50, Sander Hoentjen wrote: > Hey guys, > > I am trying to use both mod_remoteip

Re: APr Utils and PostgreSQL

2017-04-07 Thread Jordan Gigov
The =DIR parameter is optional. If you have the libpq-dev package installed, it should find it automatically. On 7 April 2017 at 16:28, Tom Browder wrote: > I am trying to get the pqsql lib built and cannot get the config > option correct. The help says: > > with-pgsql=DIR > > What DIR, please

Re: 2.4.x STATUS needs you!

2017-12-12 Thread Jordan Gigov
On 12 December 2017 at 11:32, Stefan Eissing wrote: > Fellow Apache developers: if we want to make an X-mas 2.4 release for the > people on this planet, the backports in STATUS need your attention: > > B2: mod_remoteip: Add PROXY protocol support > - needs 1 more vote! > > I find that trying to