Undefined symbols in Apache2.so

2009-10-27 Thread Allan
Hello, I'm trying to get the Apache2 perl modules to work properly. My system is FreeBSD 7.2-RELEASE and I'm using perl 5.8.9. I've installed the following from ports: libapreq2 p5-libapreq2 mod_perl2 Upon initial testing, I noticed that with LoadModule apreq_module

Re: Strange error(parse tlsext bug) in mod_ssl since httpd-2.2.12

2009-10-27 Thread Kaspar Brand
Kamesh Jayachandran, [Mon Oct 26 15:48:22 2009] [warn] [client 10.2.0.88] ssl_init_ssl_connection: options=0x1114fff /snip The tcpdump for this failure is at, http://www.livecipher.com/tlsext_dump/tlsext.dmp.4 Thanks - this shows that session tickets are indeed disabled on the server

Re: Strange error(parse tlsext bug) in mod_ssl since httpd-2.2.12

2009-10-27 Thread Dr Stephen Henson
Kaspar Brand wrote: Kamesh Jayachandran, [Mon Oct 26 15:48:22 2009] [warn] [client 10.2.0.88] ssl_init_ssl_connection: options=0x1114fff /snip The tcpdump for this failure is at, http://www.livecipher.com/tlsext_dump/tlsext.dmp.4 Thanks - this shows that session tickets are indeed

need a suggestion

2009-10-27 Thread basteon
hi there, I need a suggestion about modules comunication. For instance I need to write module which must be listening few sockets for data and rcp. Well, I seeing this in different ways.. 1) make 2 different modules? like pop3 and smtp, but how i can communicate my modules instead of pipes and

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-27 Thread Guenter Knauf
Hi, minf...@apache.org schrieb: Author: minfrin Date: Fri Oct 9 21:41:31 2009 New Revision: 823703 URL: http://svn.apache.org/viewvc?rev=823703view=rev Log: mod_dav: Provide a mechanism to obtain the request_rec and pathname from the dav_resource. Submitted by: Jari Urpalainen jari.urpalainen

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-27 Thread Brian J. France
Ya, I have been trying to get somebody to commit this fixup patch: http://www.brianfrance.com/software/apache/dav/fixup.diff It fixes comments of the new function pointers (so they match others), moves the function to static to remove compile time warnings and fixes the order in the

Re: Strange error(parse tlsext bug) in mod_ssl since httpd-2.2.12

2009-10-27 Thread Dr Stephen Henson
Dr Stephen Henson wrote: Kaspar Brand wrote: Kamesh Jayachandran, [Mon Oct 26 15:48:22 2009] [warn] [client 10.2.0.88] ssl_init_ssl_connection: options=0x1114fff /snip The tcpdump for this failure is at, http://www.livecipher.com/tlsext_dump/tlsext.dmp.4 Thanks - this shows that session

Re: svn commit: r823703 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c modules/dav/main/mod_dav.h

2009-10-27 Thread Guenter Knauf
Hi Brian, Brian J. France schrieb: Ya, I have been trying to get somebody to commit this fixup patch: http://www.brianfrance.com/software/apache/dav/fixup.diff done: http://svn.apache.org/viewvc?rev=830284view=rev It fixes comments of the new function pointers (so they match others), moves

Re: Strange error(parse tlsext bug) in mod_ssl since httpd-2.2.12

2009-10-27 Thread Dr Stephen Henson
Kamesh Jayachandran wrote: Hi Kaspar, I applied your 'mod_ssl-disable_tls_tickets.diff' and 'mod_ssl-log_ssloptions.diff' to apache-2.2.12 and initiated the 'failing svn import operation'. snip from error_log while this fails [Mon Oct 26 15:48:21 2009] [warn] [client 10.2.0.88]