Errors Building Docs from Trunk (Apparently Solved)

2012-07-05 Thread Tom Browder
I'm trying to build the docs from the trunk following instructions here: http://httpd.apache.org/docs-project/docsformat.html (Note the first heading on the page is Module Format and Transformation which I believe would better read Document Format and Transformation or something similar.) I

Re: Errors Building Docs from Trunk (Apparently Solved) [NOT]

2012-07-05 Thread Tom Browder
On Thu, Jul 5, 2012 at 3:48 PM, Tom Browder tom.brow...@gmail.com wrote: I'm trying to build the docs from the trunk following instructions here: http://httpd.apache.org/docs-project/docsformat.html ... In the meantime I changed all the xsl files with the ISO encoding and changed them

Re: mod_cgid and accept

2012-07-15 Thread Tom Browder
On Sun, Jul 15, 2012 at 5:04 AM, Christophe JAILLET christophe.jail...@wanadoo.fr wrote: Hi, looking around for static analysis tools, I arrived on a commercial software that states that is has already found some mistakes in httpd. Christophe brings up a good point. Has the httpd project

Re: 2.4.8 This Month

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 8:08 AM, Jim Jagielski j...@jagunet.com wrote: I'd like to shoot for a TR sometime next week... I'd like to TR and release 2.4.8 this month... Let's all take some time to: 1. See what in trunk should really be backported 2. Test and vote in STATUS backports I hope

Re: 2.4.8 This Month

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 10:53 AM, Dr Stephen Henson shen...@opensslfoundation.com wrote: On 19/02/2014 15:08, Tom Browder wrote: I configured httpd-2.4.7 successfully to use mod_ssl: ... That could be user error. The path /usr/local/ssl/fips-2.0 is the default install location of the FIPS

Re: 2.4.8 This Month

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 11:21 AM, Tom Browder tom.brow...@gmail.com wrote: On Wed, Feb 19, 2014 at 10:53 AM, Dr Stephen Henson shen...@opensslfoundation.com wrote: On 19/02/2014 15:08, Tom Browder wrote: I configured httpd-2.4.7 successfully to use mod_ssl: ... That could be user error

SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 7:09 PM, Dr Stephen Henson shen...@opensslfoundation.com wrote: On 19/02/2014 23:54, Tom Browder wrote: On Wed, Feb 19, 2014 at 11:21 AM, Tom Browder tom.brow...@gmail.com wrote: On Wed, Feb 19, 2014 at 10:53 AM, Dr Stephen Henson shen...@opensslfoundation.com wrote

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 7:37 PM, William A. Rowe Jr. wmr...@gmail.com wrote: Odd, there is something going on here. I am wondering if this fails to I'm sorry for muddying the water. I originally used the option 'zlib' for configuring openssl-fips and open ssl. I'm in the process of rebuilding

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 8:39 PM, William A. Rowe Jr. wmr...@gmail.com wrote: I've noticed that openssl default builds do not necessarily add -lz to the lib/pkgconfig/openssl.pc when they might be needed. In any case I'm going to guess you perhaps hadn't installed the zlib1g-dev package? No,

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 9:11 PM, William A. Rowe Jr. wmr...@gmail.com wrote: You could try tweaking the deployed /usr/local/lib/pkgconfig/openssl.pc file to include -lz in Libs: (just after -ldl), and then re-./configure I'll first see if I can get a good SSL to work. So far no build problems

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-19 Thread Tom Browder
On Wed, Feb 19, 2014 at 9:40 PM, William A. Rowe Jr. wmr...@gmail.com wrote: First insight, did you ./config openssl, or ./config shared? It seems near No option which I think means static. impossible to use static openssl. apr-util configure will fail since pkgconfig isn't consulted

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-20 Thread Tom Browder
On Thu, Feb 20, 2014 at 1:50 AM, William A. Rowe Jr. wmr...@gmail.com wrote: There is no embedded. httpd-2.2 included apr, apr-util. httpd-2.4 by vote of the PMC excluded apr, apr-util, so you might be imagining Sorry, sloppy terminology: I built httpd with apr and apr-util inside its tree,

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-20 Thread Tom Browder
On Thu, Feb 20, 2014 at 6:35 AM, Tom Browder tom.brow...@gmail.com wrote: On Thu, Feb 20, 2014 at 1:50 AM, William A. Rowe Jr. wmr...@gmail.com wrote: There is no embedded. httpd-2.2 included apr, apr-util. httpd-2.4 by vote of the PMC excluded apr, apr-util, so you might be imagining Sorry

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-20 Thread Tom Browder
On Thu, Feb 20, 2014 at 11:45 AM, William A. Rowe Jr. wmr...@gmail.com wrote: Output from ldd /user/local/bin/httpd ? linux-gate.so.1 = (0xb77a9000) libpcre.so.1 = /usr/local/lib/libpcre.so.1 (0xb7782000) libaprutil-1.so.0 = /usr/local/apache2/lib/libaprutil-1.so.0 (0xb775c000) libexpat.so.1 =

Re: SSL and Apache Httpd 2.4.7 [was Re: 2.4.8 This Month]

2014-02-20 Thread Tom Browder
On Thu, Feb 20, 2014 at 1:04 PM, Tom Browder tom.brow...@gmail.com wrote: On Thu, Feb 20, 2014 at 11:45 AM, William A. Rowe Jr. wmr...@gmail.com wrote: Output from ldd /user/local/bin/httpd ? My system is up and running and serving https using the system openssl library. I would like to use

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01, schrieb Tom Browder: I got little response on the user list, so: http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslpassphrasedialog SSLPassPhraseDialog exec:/path/to/passphrase.sh is your

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
On Fri, Feb 28, 2014 at 8:22 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:18, schrieb Tom Browder: On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01, schrieb Tom Browder: I agree, but even so shouldn't the pipe method work

Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
I got little response on the user list, so: I am using httpd 2.4.7 built from source (On Debian Linux 7, 32-bit). OpenSSL is a Debian package with version 1.0.1e. The pertinent part of my httpd.conf is: SSLCertificateKeyFile /path/to/key.file SSLPassPhraseDialog

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-02-28 Thread Tom Browder
On Fri, Feb 28, 2014 at 8:52 AM, Tom Browder tom.brow...@gmail.com wrote: On Fri, Feb 28, 2014 at 8:22 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:18, schrieb Tom Browder: On Fri, Feb 28, 2014 at 8:10 AM, Reindl Harald h.rei...@thelounge.net wrote: Am 28.02.2014 14:01

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-03-03 Thread Tom Browder
On Mon, Mar 3, 2014 at 10:38 AM, William A. Rowe Jr. wmr...@gmail.com wrote: Tom, this code is shared with all the other pipe features in httpd, I believe the docs at http://httpd.apache.org/docs/current/logs.html#piped will explain why the shell was not invoked, and provides an example of

Re: Problems with directive SSLPassPhraseDialog with a piped script

2014-03-03 Thread Tom Browder
On Mon, Mar 3, 2014 at 11:21 AM, Tom Browder tom.brow...@gmail.com wrote: On Mon, Mar 3, 2014 at 10:38 AM, William A. Rowe Jr. wmr...@gmail.com wrote: Tom, this code is shared with all the other pipe features in httpd, I I've tried each of these versions to no avail: SSLPassPhraseDialog

Re: Any reason why building with OpenSSL shouldn't add its lib dir to rpath?

2014-04-19 Thread Tom Browder
On Apr 14, 2014, at 13:30, Yann Ylavic ylavic@gmail.com wrote: I usually force it with ./configure LDFLAGS=-Wl,-rpath -Wl,/path/to/my/openssl. +1 to have this automagically done according to --with-ssl So that should solve the problem I have on Debian where I can't get my version of

Re: Any reason why building with OpenSSL shouldn't add its lib dir to rpath?

2014-04-19 Thread Tom Browder
On Apr 19, 2014, at 12:06, olli hauer oha...@gmx.de wrote: Hi Tom, with apache 2.2.x or 2.4.x ? 2.4.7 at the moment but moving to latest release where I'll try forcing the local OpenSSL use. I raised this issue earlier but it got no traction-- probably because I didn't articulate the problem

Re: mod_macro New in 2.4

2015-02-17 Thread Tom Browder
On Feb 17, 2015 5:07 PM, Stefan Fritsch s...@sfritsch.de wrote: On Monday 16 February 2015 17:53:11, Tom Browder wrote: As far as I can tell mod_macro is new in 2.4 yet I cannot find it ... It has been introduced later, in 2.4.5 (see CHANGES file). Therefore it is not listed on the new

mod_macro New in 2.4

2015-02-16 Thread Tom Browder
As far as I can tell mod_macro is new in 2.4 yet I cannot find it mentioned in new features. I think it is well worth advertising since it has simplified multiple virtual hosting immensely. Warmest regards. -Tom

Re: Unexpected Warnings from Macro Use in 2.4

2015-02-20 Thread Tom Browder
On Thu, Feb 19, 2015 at 2:08 PM, Tim Bannister is...@c8h10n4o2.org.uk wrote: On 19 Feb 2015, at 13:02, Nick Gearls nickgea...@gmail.com wrote: Wrong answer: mod_macro uses the syntax $var but also ${var}, which is mandatory if you want the variable to be a part of a string, like in

Re: mod_macro New in 2.4

2015-02-18 Thread Tom Browder
On Feb 17, 2015 7:12 PM, Graham Leggett minf...@sharp.fm wrote: On 17 Feb 2015, at 23:07, Stefan Fritsch s...@sfritsch.de wrote: It has been introduced later, in 2.4.5 (see CHANGES file). Therefore it is not listed on the new in 2.4 web page. It is still new though, I think it should

Re: Any reason why building with OpenSSL shouldn't add its lib dir to rpath?

2015-02-18 Thread Tom Browder
I've now been able to use the latest OpenSSL for mod_ssl while keeping the system OpenSSL thanks to Ivan Ristic's examples in his books and tutorials. His method is to compile mod_ssl statically linked with the latest openssl while compiling all other modules dynamically. My slightly-modified

Unexpected Warnings from Macro Use in 2.4

2015-02-18 Thread Tom Browder
I have been using mod_macro for some time and always get the following types of messages on startup (using 2.4.12 now, but this behavior has been noticed since 2.4.7): [Wed Feb 18 13:54:55.019032 2015] [core:warn] [pid 970:tid 140069833443200] AH00111: Config variable ${PROJECT} is not defined

Re: Unexpected Warnings from Macro Use in 2.4

2015-02-19 Thread Tom Browder
On Feb 19, 2015, at 8:04, Nick Gearl wrote Wrong answer: mod_macro uses the syntax $var but also ${var}, which is mandatory if you want the variable to be a part of a string, like in ${var}abc. The syntax really clashes with the Define directive, so it should be changed. Actually it seems to

Re: Unexpected Warnings from Macro Use in 2.4

2015-02-23 Thread Tom Browder
On Feb 23, 2015 6:38 AM, Nick Gearls nickgea...@gmail.com wrote: You could define, by mistake, the as wi Define Macro, then, what will happen ... Can you be more specific, please? -Tom

Re: Unexpected Warnings from Macro Use in 2.4

2015-02-24 Thread Tom Browder
On Feb 24, 2015 6:52 AM, Nick Gearls nickgea...@gmail.com wrote: Define mysite www.mycompany.com Macro NewSite $mysite Servername${mysite} ErrorLog /var/log/httpd/${mysite}_error.log /Macro Use NewSite www.company1.com Use NewSite www.company2.com That's similar to the way I use it

Re: Apache (httpd) Wiki

2015-04-23 Thread Tom Browder
On Apr 23, 2015 7:54 AM, Rich Bowen rbo...@rcbowen.com wrote: On 04/22/2015 10:53 AM, Tom Browder wrote: The error phrase is here: set all files to 640, or rw-r--r-- which should read: set all files to 640, or rw-r- Thanks. Fixed. Thanks for a rapid fix, Rich. I haven't

Apache (httpd) Wiki

2015-04-22 Thread Tom Browder
There is an error on this page which is immutable and cannot be edited by an ordinary user (even logged in): https://wiki.apache.org/httpd/FileSystemPermissions The error is in this the last line: What we've done here is to set all files to 640, or rw-r--r-- and directories to rwxr-x---.

OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Tom Browder
I can't get httpd to work with either of the two subject packages, and I found other, similar results from a web search. Is there a work-around for either or both, or do I have to drop back and punt with older packages? Best, -Tom P.S. I have offered to start a tutorial on the wiki ref 2.4

Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Tom Browder
On Tue, Apr 28, 2015 at 6:45 AM, Eric Covener cove...@gmail.com wrote: On Tue, Apr 28, 2015 at 7:36 AM, Tom Browder tom.brow...@gmail.com wrote: I can't get httpd to work with either of the two subject packages, and I found other, similar results from a web search. Is there a work-around

Re: OpenSSL 1.02, PCRE 2.10

2015-04-28 Thread Tom Browder
On Tue, Apr 28, 2015 at 7:05 AM, Stefan Eissing stefan.eiss...@greenbytes.de wrote: Have openssl 1.0.2 running with 2.4.12 in a local installation on Ubuntu 14.04. No special wrestling other than —with-openssl=… in configure. How about apr and apr-util: locally built and installed system-wide

Re: OpenSSL 1.02, PCRE 2.10

2015-04-29 Thread Tom Browder
On Wed, Apr 29, 2015 at 12:57 AM, Kaspar Brand httpd-dev.2...@velox.ch wrote: On 28.04.2015 14:04, Tom Browder wrote: Maybe I need to play tricks with ld.so.conf and openssl? Depends on whether you built OpenSSL with or without shared libraries - what are the contents of the /opt/openssl/lib

Re: OpenSSL 1.02, PCRE 2.10

2015-04-29 Thread Tom Browder
On Wed, Apr 29, 2015 at 3:29 PM, William A Rowe Jr wr...@rowe-clan.net wrote: Just to point out the obvious, it would be a Very Bad Idea(tm) to build httpd against the dynamic apr-util linked statically to bits and pieces of the ... I'm just trying to work around the current build systems to

Re: OpenSSL 1.02, PCRE 2.10

2015-04-29 Thread Tom Browder
On Wed, Apr 29, 2015 at 4:51 PM, Yann Ylavic ylavic@gmail.com wrote: Hi Tom, On Wed, Apr 29, 2015 at 11:10 PM, Tom Browder tom.brow...@gmail.com wrote: I'm just trying to work around the current build systems to meet a specific goal and I would appreciate anyone who can tell me EXACTLY

Re: OpenSSL 1.02, PCRE 2.10

2015-04-29 Thread Tom Browder
On Apr 29, 2015 6:08 PM, Yann Ylavic ylavic@gmail.com wrote: On Thu, Apr 30, 2015 at 12:39 AM, Tom Browder tom.brow...@gmail.com wrote: configure: error: Crypto was requested but no crypto library could be enabled; specify the location of a crypto library using --with-openssl

Re: OpenSSL 1.02, PCRE 2.10

2015-04-29 Thread Tom Browder
On Wed, Apr 29, 2015 at 6:30 PM, Tom Browder tom.brow...@gmail.com wrote: On Apr 29, 2015 6:08 PM, Yann Ylavic ylavic@gmail.com wrote: ... Did you try --with-openssl=/opt/openssl in addition to --with-ssl? No, but I tried other variants--let me try that. Okay, now httpd is using openssl

Re: OpenSSL 1.02, PCRE 2.10

2015-04-29 Thread Tom Browder
On Wed, Apr 29, 2015 at 7:09 PM, Yann Ylavic ylavic@gmail.com wrote: On Thu, Apr 30, 2015 at 1:57 AM, Tom Browder tom.brow...@gmail.com wrote: apachectl httpd: Syntax error on line 147 of /usr/local/apache2/conf/httpd.conf: Cannot load modules/mod_session_crypto.so into server: /usr

Re: httpd and OpenSSL 1.0.2

2015-05-28 Thread Tom Browder
On Wed, May 27, 2015 at 1:09 PM, Andy Wang aw...@ptc.com wrote: On 05/27/2015 11:33 AM, Mario Brandt wrote: ... mario@sasuke:~$ readelf -s /usr/lib/libssl.so | grep SSL_CONF_CTX_finish 532: 000536f0 6 FUNCGLOBAL DEFAULT 11 SSL_CONF_CTX_finish 327: 000536f0

Re: httpd and OpenSSL 1.0.2

2015-06-01 Thread Tom Browder
On Wed, May 27, 2015 at 11:33 AM, Mario Brandt jbl...@gmail.com wrote: Hi Tom, I tried on Debian 7 and 8 both x64 To see your configure options would help a lot. Okay, here's what I had to do to my Linux Deb 7, 64-bit system: 1. Remove any deb packages of httpd, apr, apr-util, openssl. 2.

Re: httpd and OpenSSL 1.0.2

2015-06-01 Thread Tom Browder
On Mon, Jun 1, 2015 at 10:22 AM, Tom Browder tom.brow...@gmail.com wrote: Okay, here's what I had to do to my Linux Deb 7, 64-bit system: ... 2. Source packages used (in order of installation): ... pcre2-10.00.tar.bz2 Oops, my error: I had to use pcre-8.36 (httpd cannot yet use pcre2

Re: httpd and OpenSSL 1.0.2

2015-05-27 Thread Tom Browder
On May 27, 2015 5:26 AM, Mario Brandt jbl...@gmail.com wrote: Hi Tom, I saw you on the httpd dev mailing list about that topic. How did you manage to build apache against 1.0.2? Cause if I try that I get in my VM /opt/apache2/modules/mod_ssl.so: undefined symbol: SSL_CONF_CTX_finish or on

Re: Unexpected Warnings from Macro Use in 2.4

2015-08-22 Thread Tom Browder
On Tue, Feb 24, 2015 at 7:15 AM, Tom Browder tom.brow...@gmail.com wrote: On Feb 24, 2015 6:52 AM, Nick Gearls nickgea...@gmail.com wrote: Define mysite www.mycompany.com Macro NewSite $mysite Servername${mysite} ErrorLog /var/log/httpd/${mysite}_error.log /Macro Use NewSite

Re: Unexpected Warnings from Macro Use in 2.4

2015-09-03 Thread Tom Browder
On Mon, Aug 24, 2015 at 6:40 AM, Nick Gearls wrote: > This is definitely a bug as we have a major incompatibility between two > features. I have filed bug report ID 58304. -Tom

Static code checker research worth investigating (Communications of the ACM, 03/2016, Vol. 59, No. 03, p. 99)

2016-03-05 Thread Tom Browder
Interesting article in latest issue of subject titled: "A Differential Approach to Undefined Behavior Detection" which may describe procedures not used in other static analysis programs. Article references the authors' website here: http://css.csail.mit.edu/stack which contains more info

Re: server-status script donated to ASF

2017-03-25 Thread Tom Browder
On Sat, Mar 25, 2017 at 8:07 PM, Tom Browder <tom.brow...@gmail.com> wrote: > On Sat, Mar 25, 2017 at 18:12 Eric Covener <cove...@gmail.com> wrote: >> On Sat, Mar 25, 2017 at 6:18 PM, Tom Browder <tom.brow...@gmail.com> >> wrote: >> > LuaMapHandler ^

Re: server-status script donated to ASF

2017-03-25 Thread Tom Browder
On Sat, Mar 25, 2017 at 17:18 Tom Browder <tom.brow...@gmail.com> wrote: ... > When I compiled apache2 I used the following config entry > for mod_lua: > > --with-lua=/usr The reasons I did that were: + No clear description in the docs about what path is needed. + I re

Re: server-status script donated to ASF

2017-03-25 Thread Tom Browder
On Sat, Mar 25, 2017 at 18:12 Eric Covener <cove...@gmail.com> wrote: > On Sat, Mar 25, 2017 at 6:18 PM, Tom Browder <tom.brow...@gmail.com> > wrote: > > LuaMapHandler ^/server-status$ /server-status.lua > > I think the second parm here is a filesystem path an

Re: server-status script donated to ASF

2017-03-25 Thread Tom Browder
On Mon, Mar 20, 2017 at 07:57 Daniel Gruno wrote: > > On 03/20/2017 01:56 PM, Jim Jagielski wrote: > > Cool... URL? > > https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/server-status/ I'm trying to incorporate that script into one of my virtual servers but am getting

Re: APr Utils and PostgreSQL

2017-04-09 Thread Tom Browder
On Sun, Apr 9, 2017 at 6:32 AM, Reindl Harald <h.rei...@thelounge.net> wrote: > Am 09.04.2017 um 13:16 schrieb Tom Browder: ... > no distribution out there is using the bundeled apr for good reasons > > 1: build and install apr > 2: build and install apr-util which uses

Re: APr Utils and PostgreSQL

2017-04-09 Thread Tom Browder
On Sat, Apr 8, 2017 at 18:34 Nick Kew <n...@apache.org> wrote: > On Sat, 2017-04-08 at 16:43 -0500, Tom Browder wrote: > > > config.log > > > > https://gist.github.com/tbrowder/2878124ad5fc35cb71a65a38e2950583 > > OK, where did you read that --with-pgsql

APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
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? Each package seems to have a different definition of DIR. I have these on my Deb 8 system: /usr/include/postgresql ... /usr/include/postgresql/9.4 [and

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 08:28 Tom Browder <tom.brow...@gmail.com> wrote: > I am trying to get the pqsql lib built and cannot get the config > option correct. The help says: > > with-pgsql=DIR Uh, --with-pgsql=DIR BTW, I also used --with-sqlite3 and that dbd lib w

Re: APr Utils and PostgreSQL

2017-04-08 Thread Tom Browder
On Sat, Apr 8, 2017 at 1:17 PM, Nick Kew <n...@apache.org> wrote: > On Sat, 2017-04-08 at 10:45 -0500, Tom Browder wrote: ... >> I would love to help debug or fix this if I can, but I'm out of ideas. >> Best regards, ... > If it's all greek to you, post it alo

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 10:36 Nick Kew <n...@apache.org> wrote: > > On Fri, 2017-04-07 at 08:28 -0500, Tom Browder wrote: > > I am trying to get the pqsql lib built and cannot get the config > > option correct. The help says: > > OK, I read your mail (as I do mo

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 10:53 AM, Tom Browder <tom.brow...@gmail.com> wrote: >>> I do have the dev package installed, but it didn't find it. In the >>> interim, would creating a pkg-config pc file and pointing DIR at it work? I just rebuilt the package and don't see a *pgs

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 11:28 AM, Tom Browder <tom.brow...@gmail.com> wrote: ... Okay, I'm NOT going to use local build of apr and apr-util. But while I'm looking at my standard config, what is your advice on using (or not): --with=distcache -Tom

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 11:47 AM, Yann Ylavic <ylavic@gmail.com> wrote: > On Fri, Apr 7, 2017 at 6:28 PM, Tom Browder <tom.brow...@gmail.com> wrote: >> >> Well, I already had libpq-dev installed and nothing changed: no lib fpr >> pgsql. > > I'd try --wi

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 10:11 AM, Reindl Harald <h.rei...@thelounge.net> wrote: > > > Am 07.04.2017 um 17:06 schrieb Tom Browder: >> >> On Fri, Apr 7, 2017 at 09:53 Jordan Gigov <colad...@gmail.com >> <mailto:colad...@gmail.com>> wrote: >>

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 09:53 Jordan Gigov wrote: > The =DIR parameter is optional. If you have the libpq-dev package > installed, it should find it automatically. I do have the dev package installed, but it didn't find it. In the interim, would creating a pkg-config pc

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 11:02 AM, Yann Ylavic <ylavic@gmail.com> wrote: > On Fri, Apr 7, 2017 at 5:53 PM, Tom Browder <tom.brow...@gmail.com> wrote: >> >> Packages with postgresql in their name: >> >> $ aptitude search postgres | grep ^i >>

Re: APr Utils and PostgreSQL

2017-04-07 Thread Tom Browder
On Fri, Apr 7, 2017 at 11:06 AM, Reindl Harald <h.rei...@thelounge.net> wrote: > > > Am 07.04.2017 um 17:53 schrieb Tom Browder: >> >> On Fri, Apr 7, 2017 at 10:11 AM, Reindl Harald <h.rei...@thelounge.net> >> wrote: >>> >>> >>> >

Re: APr Utils and PostgreSQL

2017-04-08 Thread Tom Browder
On Fri, Apr 7, 2017 at 2:04 PM, Tom Browder <tom.brow...@gmail.com> wrote: > On Fri, Apr 7, 2017 at 10:36 Nick Kew <n...@apache.org> wrote: >> On Fri, 2017-04-07 at 08:28 -0500, Tom Browder wrote: >> > I am trying to get the pqsql lib built and cannot get the config

Re: mod_md

2017-07-23 Thread Tom Browder
On Sat, Jul 22, 2017 at 07:00 Stefan Eissing wrote: > Hey, > > the alpha version for Let's Encrypt (ACME) support for httpd can be found > here: https://github.com/icing/mod_md > > I'd like to get early feedback and stabilize a tad more before bringing > this into

Two questions: Macro conversion tool? Any success with mod_dbd and SQLite3?

2017-04-26 Thread Tom Browder
I'm running httpd 2.4.25 on Debian 8, 64-bit. I use macros for my 10 or so vhosts on one server. I have not yet been able to get mod_dbd to initialize my sqlite3 db for authn and am going back to the file method until I know what's wrong. I posted my macro on the users' list yesterday. Is

Re: mod_md

2017-08-02 Thread Tom Browder
On Mon, Jul 24, 2017 at 04:15 Stefan Eissing wrote: > > On Sat, Jul 22, 2017 at 07:00 Stefan Eissing < > stefan.eiss...@greenbytes.de> wrote: > > Hey, > > > > the alpha version for Let's Encrypt (ACME) support for httpd can be > found here:

Re: mod_proxy_fcgi bug using CONTENT_LENGTH and Transfer-Encoding chunked

2020-06-27 Thread Tom Browder
On Sat, Jun 27, 2020 at 07:54 Luca Toscano wrote: > Hi Oliver, > > your request was duly noted, we might get somebody to look at this > during the next days/weeks, but we can't promise anything. The bug is > sadly not as simple as adding a line of code (see comments in bz > 57087), plus the