Re: [httpd-site] branch main updated: add inline details

2022-06-10 Thread Eric Covener
.apache.org/repos/asf/httpd-site.git > > > > > > The following commit(s) were added to refs/heads/main by this push: > > new de34c89 add inline details > > de34c89 is described below > > > > commit de34c893c06b0a65a23bc4684a5eaf2f85c29881 > >

Re: [httpd-site] branch main updated: add inline details

2022-06-10 Thread Ruediger Pluem
to refs/heads/main by this push: > new de34c89 add inline details > de34c89 is described below > > commit de34c893c06b0a65a23bc4684a5eaf2f85c29881 > Author: Eric Covener > AuthorDate: Fri Jun 10 09:51:42 2022 -0400 > > add inline details > --- &

Re: [httpd-site] branch main updated: add inline details

2022-06-10 Thread Ruediger Pluem
to refs/heads/main by this push: > new de34c89 add inline details > de34c89 is described below > > commit de34c893c06b0a65a23bc4684a5eaf2f85c29881 > Author: Eric Covener > AuthorDate: Fri Jun 10 09:51:42 2022 -0400 > > add inline details Hm, now CVE-2022-28614.js

Re: Two questions on mod_ssl source code details

2015-05-26 Thread Rainer Jung
Am 22.05.2015 um 18:35 schrieb Yann Ylavic: On Fri, May 22, 2015 at 6:29 PM, Rainer Jung wrote: 1) In other code I see EC_KEY_free(ecdh); after EC_KEY *ecdh = EC_KEY_new_by_curve_name(...) and using ecdh, e.g. in SSL_CTX_set_tmp_ecdh(mctx->ssl_ctx, eckey); Should we add the free?

Re: Two questions on mod_ssl source code details

2015-05-22 Thread Rainer Jung
1) In other code I see EC_KEY_free(ecdh); after EC_KEY *ecdh = EC_KEY_new_by_curve_name(...) and using ecdh, e.g. in SSL_CTX_set_tmp_ecdh(mctx->ssl_ctx, eckey); Should we add the free? Or is it not needed? Anyone knows why? This was added in r1666363: * mod_ssl: fix small memory lea

Re: Two questions on mod_ssl source code details

2015-05-22 Thread Yann Ylavic
On Fri, May 22, 2015 at 6:29 PM, Rainer Jung wrote: > > 2) In modules/ssl/ssl_private.h I see > > /** > * The following features all depend on TLS extension support. > * Within this block, check again for features (not version numbers). > */ > #if !defined(OPENSSL_NO_TLSEXT) && defined(SSL_s

Re: Two questions on mod_ssl source code details

2015-05-22 Thread Yann Ylavic
On Fri, May 22, 2015 at 6:29 PM, Rainer Jung wrote: > 1) In other code I see > > EC_KEY_free(ecdh); > > after > > EC_KEY *ecdh = EC_KEY_new_by_curve_name(...) > and using ecdh, e.g. in > SSL_CTX_set_tmp_ecdh(mctx->ssl_ctx, eckey); > > Should we add the free? Or is it not needed? Anyone kno

Two questions on mod_ssl source code details

2015-05-22 Thread Rainer Jung
1) In other code I see EC_KEY_free(ecdh); after EC_KEY *ecdh = EC_KEY_new_by_curve_name(...) and using ecdh, e.g. in SSL_CTX_set_tmp_ecdh(mctx->ssl_ctx, eckey); Should we add the free? Or is it not needed? Anyone knows why? 2) In modules/ssl/ssl_private.h I see /** * The following

Re: Newbie Qu - details of graceful restart on Windows

2005-06-06 Thread William A. Rowe, Jr.
At 11:38 AM 6/6/2005, [EMAIL PROTECTED] wrote: >[I asked this on the user list, and think it should have been asked >here...] Off topic. See my response to [EMAIL PROTECTED]

Newbie Qu - details of graceful restart on Windows

2005-06-06 Thread dhay
[I asked this on the user list, and think it should have been asked here...] Hi, I'm quite new to Apache, and trying to understand what a graceful restart on Windows actually does. I'm running Apache with mod_jk with multiple Tomcats. When we add a new Tomcat, I would like to update the workers

Details

2004-12-13 Thread marcs
The original email was deleted because it contained the virus Sober.I

Details

2004-04-04 Thread striker
I was surprised, too! :-( Who could suspect something like that? *** Anti-Virus: No Virus! *** HTTPD.APACHE Anti Virus *** http://www.httpd.apache.org Norton AntiVirus Deleted1.txt Description: plain/text

RE: HP Apache2 Bug details

2003-06-16 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
ginal Message- From: Rahul Kohli [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 4:42 AM To: [EMAIL PROTECTED] Subject: HP Apache2 Bug details Hi, We are working on HP Apache2 on HP-UX 11i. Now we are facing some issues regarding the Stack overflow. We came to know about some known iss

Re: HP Apache2 Bug details

2003-06-16 Thread Jeff Trawick
Rahul Kohli wrote: We are working on HP Apache2 on HP-UX 11i. Now we are facing some issues regarding the Stack overflow. >We came to know about some known issue of Stack overflow on HP Apache2 the bug id for which is >JAGae57148. I tried getting the details for this but am unable to.

HP Apache2 Bug details

2003-06-16 Thread Rahul Kohli
Hi, We are working on HP Apache2 on HP-UX 11i. Now we are facing some issues regarding the Stack overflow. We came to know about some known issue of Stack overflow on HP Apache2 the bug id for which is JAGae57148. I tried getting the details for this but am unable to. We want to know the

Re: accept lock details

2002-05-01 Thread Jeff Trawick
Sunitha Kumar <[EMAIL PROTECTED]> writes: > Any pointers on when and where the accept lock is deleted? > thanks, I don't think the lock is cleaned up in the child processes. I think it is cleaned up in the parent process when pconf goes away. Is there a problem you're seeing? -- Jeff Trawic

accept lock details

2002-04-29 Thread Sunitha Kumar
Any pointers on when and where the accept lock is deleted? thanks, -- Sunitha Kumar http://www.cisco.com

(Mac OS X Specific) Build failure -- with quick hack fix details.

2002-01-08 Thread Justin C. Darby
(build options: --enable-so --enable-ssl) Httpd-2.0 from cvs (taken today, 1/8/2002, 3:10pm CST) does not build due to several problems, I'll list them below. The srclib/apr-util/xml/expat/libtool script, fixing is as simple as replacing "-undefined warning" with "-undefined error". This is not

Re: [PATCH] add authenticated user details to environment

2001-08-28 Thread Graham Leggett
Ian Holsman wrote: > just wondering if you wanted to set the 'main' subprocess table instead > of a child when 'auth_ldap' gets called for a subrequest. > currently you are only setting the subrequests subprocess table. How would I do this? Does Apache not handle the merging of the main and sub

Re: [PATCH] add authenticated user details to environment

2001-08-27 Thread Ian Holsman
; This patch allows user data belonging to a basic-authenticated user to > be added to the environment for the benefit of mod_include. This makes > it possible to embed user details in a page like so: > > Hello , your telephone number is > . > > This first patch is for mod

[PATCH] add authenticated user details to environment

2001-08-27 Thread Graham Leggett
Hi all, This patch allows user data belonging to a basic-authenticated user to be added to the environment for the benefit of mod_include. This makes it possible to embed user details in a page like so: Hello , your telephone number is . This first patch is for mod_ldap and mod_auth_ldap, I