Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-05 Thread Frank
welcome! Frank

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-05 Thread Frank
Nick Kew wrote: On Tue, 05 Dec 2006 21:45:48 +0100 Frank [EMAIL PROTECTED] wrote: Hi, I am developing a module (using OpenSSL) for apache 2.2.3 and wonder how to make it thread safe. Is OpenSSL not thread-safe? Yes and no. http://www.openssl.org/docs/crypto/threads.html says: OpenSSL

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-06 Thread Frank
original problem! Normally I don't like to bypass problems! I like to solve them! :-) Frank

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-06 Thread Frank
Frank wrote: Nick Kew wrote: [...] My chapter 4 discusses thread-safety and external libraries. But I know nothing about OpenSSL, and I suspect you might be seeing a problem where none exists. When the library opens I will take a look at it, but I suspect that your book will not help me

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-06 Thread Frank
cannot believe that there is no problem when my module creates some thread mutexes and mod_ssl does it too... Regards, Frank P.S.: I still think there is need for a test routine like 'ssl_is_thread_safe_maker_on()'. P.P.S.: To Nick Kew: I don't agree with Rüdigers comment. I think OpenSSL

Re: Creating a thread safe module and the problem of calling of 'CRYPTO_set_locking_callback' twice!

2006-12-06 Thread Frank
/removal of OpenSSL's stupid global locking mechanism.) Maybe there is some (small) re-design of the Apache code needed? But as stated before in the discussion: I will also ask the OpenSSL-mailinglist for this. Thank you for all your comments, Frank P.S.: Someone suggested in a personal mail

Re: sed filter module

2007-03-14 Thread Frank
Just wanted to add my two cents worth... We are using mod_line_edit a lot and would like to see a similar functionality coming with Apache by default. :-) When I am correct mod_line_edit has the 'wrong' license model for being included into Apache by default. Just for your infomation:

Re: mod_memcache??

2007-07-01 Thread Frank
you still think about an abstraction level for merging modules like mod_memcache and mod_dbd? :-) Frank

Re: Apache httpd 2.2.10 test tarballs available...

2008-10-08 Thread Frank
for not including an experimental/not supported version of SNI for popularization of that technology Regards, frank

Re: todos for 2.3.1-alpha

2008-12-13 Thread Frank
, frank

Error in SSLRequire-handling in conjunction with Satisfy Any

2011-03-12 Thread Frank
) return OK; else return DECLINED;? (No I didn't tried this!) Best regards! Frank

Re: SSLStrictSNIVHostCheck not being enforced by mod_ssl

2020-04-15 Thread Frank
You defined the vhost incorrectly to begin with. Do not use a hostname in the definition. Use *:443 or IP:443 if you must. Then, re-run apachectl -S to see your defined vhosts. On 15/04/20 06:41 PM, Alex Hautequest wrote: > This is the very first VirtualHost entry on the HTTPD configuration >

Re: [EMAIL PROTECTED] mod_dbd and mysql

2007-05-09 Thread Frank Jones
On 5/9/07, Nick Kew [EMAIL PROTECTED] wrote: Aaargh! Sorry, I meant apr_reslist_invalidate. In penance, I'm going to try and find a bug report that discusses the issue. Aha, I think this is the one: http://issues.apache.org/bugzilla/show_bug.cgi?id=39329 It was left open for more reports to

Re: Sending email from an Apache content generator

2007-05-31 Thread Frank Jones
On 5/31/07, Nick Kew [EMAIL PROTECTED] wrote: On Thu, 31 May 2007 08:17:13 -0500 Frank Jones [EMAIL PROTECTED] wrote: What's a good way to send an email from a handler module? Is system(mail) OK or is there a better way? That'll work if you don't care about performance or security. Thanks

URL encoding/decoding

2007-06-01 Thread Frank Jones
Is there a function in the APR or elsewhere that performs URL encoding/decoding (aka percent-encoding)? I've searched all over for one but haven't found anything. mod_security has these functions but it doesn't export them for some reason.

Re: URL encoding/decoding

2007-06-01 Thread Frank Jones
On 6/1/07, Tim Bray [EMAIL PROTECTED] wrote: On Jun 1, 2007, at 7:53 AM, Frank Jones wrote: Is there a function in the APR or elsewhere that performs URL encoding/decoding (aka percent-encoding)? I've searched all over for one but haven't found anything. mod_security has these functions

mod_dav Code

2005-12-28 Thread Steve Frank
Hello. I am new to the list because I needed to make some adjustments to the mod_dav code and I'm hoping someone can confirm what I have done makes sense.Some Info:We have anywhere from 250k to 1 million PUTs a night. Of those, we usually have about 50 that end up with a 204 status even though

PR 13211

2003-01-28 Thread Frank Faubert
on Solaris. Any ideas? Thanks, -Frank

RE: PR 13211

2003-02-12 Thread Frank Faubert
Hello, Does anyone have any additional ideas on how this can be fixed? -Frank -Original Message- From: André Malo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 9:25 PM To: [EMAIL PROTECTED] Subject: Re: PR 13211 * Frank Faubert wrote: Add CookieTracking on to the end

Win32: Possible problem with r-connection-aborted w/ Apache 2.0.35

2002-04-09 Thread Frank Faubert
log format directive), and it works correctly in Apache 1.3.24. Any ideas? I'm running on Win2k Server. -Frank

Re: handling client abort instantly?

2009-03-05 Thread Frank Meier
Saju Pillai wrote: Frank Meier wrote: Hi I'm working with a proprietary apache module which communicates (through a socket) with another backend application (I have the C source code of the module). I've now found out, when the client closes the http connection during a request, the module does

[mod_fcgid] Feedback / Suggestions

2009-11-24 Thread Edgar Frank
thinking of an external FCGI backend with a socket connection and very high Requests/s, this could keep open connections and used/available ports much lower. Really looking forward to your comments. Regards, Edgar Frank

Re: [mod_fcgid] Feedback / Suggestions

2009-11-24 Thread Edgar Frank
(1) mod_fcgid should be capable of specifying an external FCGI server. (2) In conjunction with (1), mod_fcgid should be able to select the backend server based on request data. I'd much rather see effort put into mod_proxy_fcgi to support this use case. I wish somebody, perhaps

Re: [mod_fcgid] Feedback / Suggestions

2009-11-25 Thread Edgar Frank
On Tue, Nov 24, 2009 at 05:07 PM, Jeff Trawick traw...@gmail.com wrote: Or otherwise, can someone explain the details to me why it is as it is? Especially in terms of not pipeling data directly (maybe after a little buffering to build proper FCGI packets)? The comment in

Re: [mod_fcgid] Feedback / Suggestions

2009-11-25 Thread Edgar Frank
2009/11/25 Graham Dumpleton graham.dumple...@gmail.com 2009/11/25 Edgar Frank ef-li...@email.de: While delving into the FCGI and CGI spec, I encountered another reason not to stream client data directly. CGI wants an explicitly set CONTENT_LENGTH and FCGI enforces than rather obsoletes

Re: [mod_fcgid] Feedback / Suggestions

2009-11-25 Thread Edgar Frank
2009/11/26 Olaf van der Spek olafvds...@gmail.com On Wed, Nov 25, 2009 at 11:37 AM, Edgar Frank ef-li...@email.de wrote: Maybe, in implementing this in mod_fcgid and making it configurable, Apache can serve more intelligent backends better. Wouldn't it be better to have the backend tell

Re: [mod_fcgid] Feedback / Suggestions

2009-11-26 Thread Edgar Frank
On Tue, Nov 24, 2009, Jeff Trawick traw...@gmail.com wrote: On Tue, Nov 24, 2009 , Edgar Frank ef-li...@email.de wrote: (1) mod_fcgid should be capable of specifying an external FCGI server. (2) In conjunction with (1), mod_fcgid should be able to select the backend server based

Problem with mod_fcgid handling ErrorDocuments

2010-07-06 Thread Edgar Frank
Hi mod_fcgid developers, I'm currently exploring a potential problem with mod_fcgid. Let's assume a setup with mod_security and mod_fcgid (has nothing to do with mod_security itself - it just helps to trigger the problem). Now we have a large POST request which mod_security blocks (by

Re: Problem with mod_fcgid handling ErrorDocuments

2010-07-08 Thread Edgar Frank
2010/07/07 Graham Dumpleton: On 7 July 2010 11:43, Graham Dumpleton graham.dumple...@gmail.com wrote: On 6 July 2010 22:56, Edgar Frank ef-li...@email.de wrote: Hi mod_fcgid developers, I'm currently exploring a potential problem with mod_fcgid. Let's assume a setup with mod_security

Spam on the httpd wiki (moin moin)

2016-07-06 Thread Frank Gingras
Hello folks, I was looking into spam added to the wiki recently, and found out that https://wiki.apache.org/httpd/Face2Face was set to be editable by everyone. Presumably, that was done so that non-committers could make "quick" edits during apachecon, For the time being, I've removed the ACL

blocking listener thread during SSL shutdown

2017-04-12 Thread Frank Meier
lert. I also thought this behaviour could be exploited to be used as a DoS attack. But on the other hand it seems nobody else is experiencing this in the wild. Am I misinterpreting something or does anyone else think this really is an issue? cheers, Frank [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=60956

Re: blocking listener thread during SSL shutdown

2017-04-13 Thread Frank Meier
be written that it could not block even the send buffer is full. Or The listener thread should dispatch the closing to a worker thread, so it gets not distracted from handling new connections. Frank Meier Senior Software Engineer -- frank.me...@ergon.ch, Phone: +41 44 268 87 35 Ergon Informatik

Re: blocking listener thread during SSL shutdown

2017-04-13 Thread Frank Meier
On 12/04/17 21:37, Eric Covener wrote: Any chance the logs also report write timeouts that precede this? Are there "similar" threads waiting for writability of actual response data (e.g. ap_invoke_handler in the stack) I'm not aware of any write timeouts in the httpd logs but then, this was a

Re: ocsp_force_default initialized with UNSET in httpd 2.4.34

2018-07-20 Thread Frank Meier
also "fix" the issue. Cheers, Frank

ocsp_force_default initialized with UNSET in httpd 2.4.34

2018-07-18 Thread Frank Meier
ot; flag with "TRUE" where it is used (ocsp-fix2.patch). [1] https://github.com/apache/httpd/commit/7c64b2e46820d5d7576d9f601142cd33c5c8c42b Cheers, Frank diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index 195380e2f3..05d728e4d5 100644 --- a/module

Re: new module: mod_log_json

2018-08-30 Thread Frank Kuhn
quot;': *d++ = *s; break; After doing this, httpd is writing nice JSON without an extra module. [...] - mod_log_json is not configurable right now, the format is static. Obviously, being able to configure what is logged, what headers, etc is valuable. I played with some options here, but wasn't happy with it. Any ideas? [...] If someone is asking me there should be no new module for writing JSON, but the current available implementation should be enabled to let the user config the desired format. (OK, the unicode characters ('\xAA\xBB') are still a problem, but in our environment we fix them by preprocessing.) Best regards, Frank

Re: Changing mod_lua to stable

2018-12-17 Thread Frank Gingras
+1 On Mon, Dec 17, 2018 at 2:43 PM Ruediger Pluem wrote: > > > On 12/17/2018 08:23 PM, Daniel Gruno wrote: > > Hi folks, > > I've been pondering on the state of mod_lua, and it seems like it's time > to get rid of the 'experimental' note, which > > still scares off a lot of people. The API has

Re: Changing mod_lua to stable

2019-01-25 Thread Frank Kuhn
regars, Frank. P.S.: And when I am not wrong https://bz.apache.org/bugzilla/show_bug.cgi?id=62359 also needs some work... And while looking at this someone should also look at the whole list: https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__=mod_lua=Apache%20httpd-2

Re: cannot view website but apache seems to be working properly

2021-07-20 Thread Frank Gingras
Paul, First, d...@httpd.a.org is a development list, so you would want to ask us...@httpd.a.org for questions or help with httpd. However, your question falls outside the scope of both lists, since it looks like either a networking or DNS issue. Perhaps your linux distribution channel, or

Re: disallow HTTP 0.9 by default?

2021-07-22 Thread Frank Gingras
I agree with this as well, I haven't had to use 0.9 in over a decade. +1 On Thu, 22 Jul 2021 at 12:03, Roy T. Fielding wrote: > > On Jul 22, 2021, at 12:29 AM, Stefan Eissing < > stefan.eiss...@greenbytes.de> wrote: > >> Am 21.07.2021 um 22:04 schrieb Eric Covener : > >> > >> I was chasing an

Re: [apache]maxconnectionsperchild problem

2022-04-14 Thread Frank Gingras
You should direct your questions to us...@httpd.apache.org instead. In the meantime, what mpm are you using? On Thu, 14 Apr 2022 at 07:42, 刘孟 wrote: > I am sorry that is there anybody can answer my question? > > > > Hello, Mr Mentor > > > > I tried to translat it to English, please forgive my

Re: [VOTE] Release httpd-2.4.58-rc3 as httpd-2.4.58

2023-10-16 Thread Frank Gingras
+1 for me, Slackware64 15.0. Thanks for the RM, yes. On Mon, Oct 16, 2023 at 11:43 AM Joe Orton wrote: > On Mon, Oct 16, 2023 at 05:08:11PM +0200, Stefan Eissing via dev wrote: > > Hi all, > > > > after fixing my merge mistake in rc2 (sorry!), we go again: > > > > Please find below the proposed

Re: tcp send buffering and keepalive races

2022-05-30 Thread Frank Gingras
Can someone remove Nam Ho from the ML please? The spamming has been going on for weeks now. On Mon, 30 May 2022 at 05:31, Nam Hồ wrote: > > > Sent from my iPhone > > > On May 30, 2022, at 16:21, Ruediger Pluem wrote: > > > >  > > > >> On 5/27/22 7:33 PM, Eric Covener wrote: > >> People might

Re: Process-level htaccess cache

2022-10-14 Thread Frank Gingras
Any reason this was based on the older 2.4.6 release? On Thu, 13 Oct 2022 at 19:24, wrote: > Hello, > > I work on a LAMP stack at a large e-commerce company. We have big htaccess > files filled with mod_rewrite rules which are slow to parse. Moving these > routes into httpd.conf would be more

Re: [VOTE] [VOTE] Release httpd-2.4.56-rc1 as httpd-2.4.56

2023-03-09 Thread Frank Gingras
Or use [B], while being aware of the drawbacks. On Thu, Mar 9, 2023 at 2:38 PM Fossies Administrator < jens.schleuse...@fossies.org> wrote: > On Thu, 9 Mar 2023, Eric Covener wrote: > > > On Thu, Mar 9, 2023 at 12:14 PM wrote: > >> > >> On 3/9/23 05:30, Eric Covener wrote: > >>> > >>> > >>> On

Re: mod_wasm: Contributing Upstream to Apache

2023-06-01 Thread Frank Gingras
As per the instructions: To unsubscribe, send a messages to *users-unsubscr...@httpd.apache.org * (or, if you are subscribed to the digest version of the list, send to *users-digest-unsubscr...@httpd.apache.org * ). You must send the unsubscribe message from the same email address that you used

Re: release apreq 2.18 and mothball the project

2024-02-15 Thread Frank Gingras
On Thu, Feb 15, 2024 at 5:47 PM Joe Schaefer wrote: > Nobody gives a flying f what you released from trunk. I personally will be > dead and buried before you release httpd 3.0. So like you I don’t give a > damned what you do with it. > > I just want the warfare against existing libapreq2 users

Re: [VOTE] Release httpd-2.4.59-rc1 as httpd-2.4.59

2024-04-03 Thread Frank Gingras
On Wed, Apr 3, 2024 at 9:16 AM Stefan Eissing via dev wrote: > > > > Am 03.04.2024 um 14:26 schrieb Eric Covener : > > > > Hi all, > > > > (After only minor embarrassment of patching tags/2.4.55 instead of > 2.4.x...) > > > > Please find below the proposed release tarball and signatures: > > > >

Re: [EMAIL PROTECTED] mod_dbd and mysql

2007-05-09 Thread Frank Jones
[thread moved from users list] On 5/8/07, Nick Kew [EMAIL PROTECTED] wrote: On Tue, 8 May 2007 08:11:13 -0500 Frank Jones [EMAIL PROTECTED] wrote: However, I don't know what to do if apr_dbd_pvselect using the prepared statement returns 2013 (Lost connection). What MySQL version are you

Re: why is my module being called for all pages?

2007-08-12 Thread Frank Jones
have: Location /mylocation SetHandler myhandler /Location in your config, then your module will need to do something like this in whatever function you registered as the handler function: if (strcmp(r-handler, myhandler)) { return DECLINED; } Frank

Howto install headerfiles into httpd/include?

2010-04-28 Thread Edgar Frank
Hi list, I've written a module which provides a header file for other modules I've also written. Now I'm in the process of setting up some kind of installer. I want my first module (the one which provides the header file) to have its header installed into the httpd/include directory. As I don't

Re: Howto install headerfiles into httpd/include?

2010-05-03 Thread Edgar Frank
be perfect. Regards, Edgar 2010/04/28 Edgar Frank Hi list, I've written a module which provides a header file for other modules I've also written. Now I'm in the process of setting up some kind of installer. I want my first module (the one which provides the header file) to have its header installed

Howto unittest httpd modules?

2010-11-10 Thread Edgar Frank
Hi modules-dev-folks, I've written a handful of modules for httpd. I'm now looking for a way to setup some unit tests. We have continuous integration running, so I want to supply some tests, starting from compiling against httpd to basic functionality to more elaborate feature tests. I wonder

Fw: new message

2015-10-27 Thread Frank Meier
Hey! New message, please read <http://symphony.vn/sad.php?x6> Frank Meier