Re: AW: SSL_VERSION_LIBRARY

2007-09-12 Thread Zvi Har'El
t;>> >> Without fretting the optimizations, try this for the cleanest >> patch I could >> think of (remember, these are static internal functions) >> >> > > Also looks good for me. Thanks for working this out. > Mind to attach this patch to

Re: SSL_VERSION_LIBRARY

2007-09-09 Thread Zvi Har'El
Yes. This fixed the problem: Now I get SSL_VERSION_LIBRARY=OpenSSL/0.9.8e On 09/09/07 22:12, Ruediger Pluem wrote: > On 09/08/2007 08:40 PM, Zvi Har'El wrote: > >> Hi, >> >> I installed the new httpd 2.2.6 on several machines. One of them runs >> RedHat E

SSL_VERSION_LIBRARY

2007-09-08 Thread Zvi Har'El
MPEG file 0 string \000\000\001\263video/mpeg # #' Do you have any idea what the problem might be? Both machine have the same version of openssl, OpenSSL 0.9.8e 23 Feb 2007, and I have not found any problems in the server otherwise. Best, Zvi.

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-18 Thread Zvi Har'El
s problem is not exhibited in httpd 2.0.59, although this directive was introduced already in 2.0.44 according to the manual. In any case, thank you for pointing this directive to me. | Thanks, Zvi. | Ruediger Pluem wrote, On 18/01/07 21:55: > On 01/18/2007 01:28 PM, Zvi Har'El wrote: &

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-18 Thread Zvi Har'El
containing > the original content of my HeaderName file and another for my ReadmeName > file. > The problem is exhibited with a ReadmeName file over 255 bytes as well. > Derek > derekcooper30[at]hotmail_dot_com > > > > -- Dr. Zvi Har'El mailto:[EMAIL PROTECTE

Re: overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-14 Thread Zvi Har'El
P.S. I found out that using SSL, the problems disappears. Try https://www.math.technion.ac.il/test_mod_auto_index/ . I have no clue why. Also, you can see a RHEL4 test in http://Gilead.org.il/test_mod_auto_index/ Zvi Har'El wrote, On 14/01/07 15:14: Hi Apache Developers, I a a web m

overflow in mod_autoindex suspected - solaris - httpd 2.2.*

2007-01-14 Thread Zvi Har'El
inux 4 succeeds. Thanks, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED]Department of Mathematics tel:+972-54-4227607 icq:179294841Technion - Israel Institute of Technology fax:+972-4-8293388 http://www.math.technion.ac.il/~rl/Haifa 32000, ISRAEL "If you can't

missing variable in suexec safe list

2004-08-17 Thread Zvi Har'El
:51.0 +0300 @@ -134,6 +134,7 @@ "SERVER_ADDR=", "SERVER_PORT=", "SERVER_PROTOCOL=", +"SERVER_SIGNATURE=", "SERVER_SOFTWARE=", "UNIQUE_ID=", "USER_NAME=", Please commit this to the CVS. Best, Zv

timefmt in mod_include

2004-04-01 Thread Zvi Har'El
with the native library alone. As a matter of fact, gawk implementors were pretty reluctent to do this, forcing on the user a special configuration flag, "--with-whiny-user-strftime". I don't wish to whine, but don't you suppose apache should have its own %z implementation? Best,

AddCharset filename extensions (again)

2004-03-19 Thread Zvi Har'El
e way we use .latin1, .latin2 , etc, but this is a matter of opinion, not bug fix patching. Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 icq:179294841 Technion - Israel Institute of Technology fax:+972-4-8293388 http://ww

Re: AddCharset filename extensions

2003-12-15 Thread Zvi Har'El
ek, .hebrew, in the same way we use .latin1, .latin2 , etc, but this is a matter of opinion, not bug fix patching. On Sun, 14 Dec 2003 15:13:34 +0200, Zvi Har'El wrote about "AddCharset filename extensions": > The default httpd.conf includes the lines > > AddCharset ISO-8

AddCharset filename extensions

2003-12-14 Thread Zvi Har'El
didn't find latin7 in this reference at all. I suggest httpd.conf should be fixed accordingly. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 icq:179294841 Technion - Israel Institute of Technology fax:+972-4-82

HTTPS env var in suexec

2003-08-26 Thread Zvi Har'El
ot;HTTPS=". This has been fixed in apache 2, but can you please also fix it in apache 1.3? Thanks, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 icq:179294841 Technion - Israel Institute of Technology fax:+972-4-8293388 http

Re: proxy request handling bug?

2002-07-22 Thread Zvi Har'El
as it is for proxies. > To quote, if I may, from the RFC: To allow for transition to absoluteURIs in all requests in future versions of HTTP, all HTTP/1.1 servers MUST accept the absoluteURI form in requests, even though HTTP/1.1 clients will only generate them in requests t

Re: [RHSA-2002:103-13] Updated Apache packages fix chunked encoding issue

2002-06-23 Thread Zvi Har'El
ix is the patch of http_protocol.c, where *atol* is replaced by strtol. (of course redhats' apache_1.3.23-chunky.patch does other, unrelated stuff). Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 Technion

Is Apache Proxy Half-Duplex?

2002-05-22 Thread Zvi Har'El
oxy server works. Is the situation different, or going to be different, in Apache 2? Just for reference, the Squid proxy doesn't suffer from this deficiency. Thanks for you attention, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227

[PATCH] Re: proxy_cache handles "304 Not Modified" incorrectly

2002-05-07 Thread Zvi Har'El
} + /* get the content-length header */ clen = ap_table_get(resp_hdrs, "Content-Length"); if (clen == NULL) On Tue, 07 May 2002 18:38:49 +0300, Zvi Har'El wrote about "Re: proxy_cache handles "304 Not Modified" incorrectly": > On Tue, 07 May 2002

Re: proxy_cache handles "304 Not Modified" incorrectly

2002-05-07 Thread Zvi Har'El
he > encouraged solution. This is the most recent version of IIS which gives this error. No service pack on it. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 Technion - Israel Institute of Technology fax:+972-4-832

Re: proxy_cache handles "304 Not Modified" incorrectly

2002-05-07 Thread Zvi Har'El
e the valid ones, and ignore the others, if we can. The fix is not hard, and it will just improve the apache's proxy quality, rather then just blame the bad guy. Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607

proxy_cache handles "304 Not Modified" incorrectly

2002-05-06 Thread Zvi Har'El
ontent-Length" in the response in case of "304 Not Modified", but I think that perhaps no header in such a response should replace the cached headers! Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607

Re: [PATCH] mod_deflate

2002-02-15 Thread Zvi Har'El
itself, and which are not already compressed, which amounts to text/html or more generally text/* (text/css for instance). Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 Technion - Israel Institute of Technology f

unexplained phenonmenon: hanging apache processes (fwd)

2002-02-07 Thread Zvi Har'El
Dear friends, Nadav, my son, sent the enclosed message to the Apache's users mailing list, and drew blank. I resend it here, hoping the top Apache gurus participating in the discussions here may give some insight. We are really puzzled by the described behavior. Best, Zvi. -- Dr. Zvi H

Re: [PATCH] SSL_* in suexec safe env list

2002-02-03 Thread Zvi Har'El
22 Nov 2001 07:42:13 - 1.17 > +++ suexec.c2 Feb 2002 22:40:14 - > @@ -227,7 +227,7 @@ > cidx++; > > for (ep = environ; *ep && cidx < AP_ENVBUF-1; ep++) { > -if (!strncmp(*ep, "HTTP_", 5)) { > + if (!strncmp(*e

RE: SSI vs CGI

2002-02-03 Thread Zvi Har&#x27;El
On Sun, 3 Feb 2002, Joshua Slive wrote: > > > From: Zvi Har'El [mailto:[EMAIL PROTECTED]] > > > > RedHat uses suexec by default, and this could be the reason. But I don't > > really see why HTTPS=on is less safer then all the SSL_ > > variables. For m

RE: SSI vs CGI

2002-02-02 Thread Zvi Har&#x27;El
On Sat, 2 Feb 2002, Joshua Slive wrote: > > > From: Zvi Har'El [mailto:[EMAIL PROTECTED]] > > > Friends, > > > > I compared the environment variables I get in an SSI, like > > , > > and a CGI, running a script like > > > > #!/usr/lo

SSI vs CGI

2002-02-02 Thread Zvi Har&#x27;El
L_ variables are not exported in 1.3). I didn't try to install vanilla 1.3.23 on RedHat, ao I don't know what is the origin of the problem. If I have more specific info I'll post it. Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+

AddLanguage

2002-01-21 Thread Zvi Har&#x27;El
ks in advance, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 Technion - Israel Institute of Technology fax:+972-4-8324654 http://www.math.technion.ac.il/~rl/ Haifa 32000, ISRAEL "If you can't say somet

Missing Mime Type: image/x-icon

2002-01-20 Thread Zvi Har&#x27;El
he mean time, I added the line "AddType image/x-icon .ico" to my Apache server configuration file. Sincerely, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 Technion - Israel Institute of Technology fax:+972-4-83

Re: [patch] Truncated port number in Via:

2001-10-29 Thread Zvi Har&#x27;El
On Mon, 29 Oct 2001, Zvi Har'El wrote: > In the latest CVS snapshot of apache2, proxy_http.c has a bug, in the function > ap_proxy_http_determine_connection(), which, among other things, prepares the > string server_portstr which is used in the Via header. > prepares this string

[patch] Truncated port number in Via:

2001-10-29 Thread Zvi Har&#x27;El
sizeof(server_portstr)); if ( status != OK ) { return status; } Best, Zvi. -- Dr. Zvi Har'El mailto:[EMAIL PROTECTED] Department of Mathematics tel:+972-54-227607 Technion - Israel Institute of Technology fax:+972-4-8324654 http://www.math.techni