Re: [VOTE] 2.2.2 Candidate

2006-04-30 Thread Jorge Schrauwen
aah i'm having some problems with openssl...they seemed to be vs 2005 related... resolved those buy a small patch :) all works fine now!Now for addon modules :)On 4/26/06, 
Jorge Schrauwen [EMAIL PROTECTED] wrote:
interesting! I'll give that a shot once i get my machine formatetd it had a crash 2 days ago :(Last time i tried openSSL didn't compile, zlib did afther some tinkering with it.
Any performance stats on the Win64 build? mine where always worse than the Win32 builds (using 
ab.exe)On 4/26/06, William A. Rowe, Jr. 
[EMAIL PROTECTED] wrote:
Mladen Turk wrote: Jorge Schrauwen wrote: wait... did you do a 32bit binary on a win64 system or a 64bit binary? Microsoft Windows Server 2003 R2 Standard x64 Edition
 Service Pack 1 AMD Athlon 3600 2.20 GHz, 2 GB of RAM Miscrosoft Visual Studio 2005 Version 8.0.50727.42 Lots of warnings mostly size_t to int conversion, but it works and compiles.
 Be careful when building OpenSSL. I'm using: perl Configure VC-WIN64A call ms\do_win64a nmake -f ms\ntdll.mak mt -nologo -manifest out32dll\libeay32.dll.manifest
 -outputresource:out32dll\libeay32.dll;2 mt -nologo -manifest out32dll\ssleay32.dll.manifest -outputresource:out32dll\ssleay32.dll;2 mt -nologo -manifest out32dll\openssl.exe.manifest -outputresource:out32dll\openssl.exe;1
This raises a *great* question.Do we wish to include manifests or dropthis with /manifest:no for our builds?I'm still trying to grok an advantageto this 'feature'.The benefits are obvious for .NET applications but i've yet
to find an advantage to using them for native code.Bill-- ~Jorge

-- ~Jorge


Re: Custom Listen statement in perl-framework (Was: Re: [VOTE] 2.2.2 Candidate)

2006-04-27 Thread Sander Temme


On Apr 24, 2006, at 4:39 PM, Geoffrey Young wrote:


so, you want something like this eventually

  Listen 0.0.0.0:8530 nntp
  AcceptFilter nntp none
  VirtualHost _default_:8530


I think it may be time to re-think the logic of this configuration  
snippet in the perl-framework, since the directives contained in it  
are in the process of growing some additional options that may be  
varied across tests. For instance, the AcceptFilter directive and the  
protocol argument to Listen, but also the ServerName with the  
UseCanonicalName and UseCanonicalPhysicalPort.


Perhaps we're looking for a more generic way to specify a virtual  
host, like, in the module source file or conf.in,


VirtualHost some_name [servername] [protocol]
...stuff...
/VirtualHost

Which would translate to:

Listen 0.0.0.0:aPort [protocol]

VirtualHost _default_:aPort
ServerName [servername]? [servername]:aPort : aServername:aPort
...stuff...
/VirtualHost

Where some_name would play the same role as today, and the new  
parameters optional for backwards compatibility.


Something like that? Perhaps more optional tuning knobs?

S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] 2.2.2 Candidate

2006-04-27 Thread Joe Orton
On Fri, Apr 21, 2006 at 09:35:23PM -0700, Paul Querna wrote:
 Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
 1.2.7.

Belatedly +1, testall passes for:

PASS: RHEL4/ppc64 RHEL3/i686 RHEL4/i686 FC5/i686 FC4/i686 RHEL3/ppc64 
FC3/i686 RHEL3/x86_64 FC5/x86_64


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread Mladen Turk

Paul Querna wrote:
Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
1.2.7.




+1

Tested on WIN64/x86_64 and WIN32

Regards,
Mladen.


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread Jorge Schrauwen
that is without deflate and ssl?Still having problems compiling it to win64 with those enabled.On 4/26/06, Mladen Turk 
[EMAIL PROTECTED] wrote:Paul Querna wrote: Please test and vote on releasing httpd 
2.2.2, bundling APR and APR-Util 1.2.7.+1Tested on WIN64/x86_64 and WIN32Regards,Mladen.-- ~Jorge


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread Mladen Turk

Jorge Schrauwen wrote:

that is without deflate and ssl?


No, it's with zlib-1.2.3 and openssl-0.9.8a


Still having problems compiling it to win64 with those enabled.



What problems?

Regards,
Mladen.


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread Jorge Schrauwen
wait... did you do a 32bit binary on a win64 system or a 64bit binary?On 4/26/06, Mladen Turk [EMAIL PROTECTED]
 wrote:Jorge Schrauwen wrote: that is without deflate and ssl?No, it's with 
zlib-1.2.3 and openssl-0.9.8a Still having problems compiling it to win64 with those enabled.What problems?Regards,Mladen.-- ~Jorge


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread Mladen Turk

Jorge Schrauwen wrote:

wait... did you do a 32bit binary on a win64 system or a 64bit binary?



Microsoft Windows Server 2003 R2
Standard x64 Edition
Service Pack 1
AMD Athlon 3600 2.20 GHz, 2 GB of RAM

Miscrosoft Visual Studio 2005
Version 8.0.50727.42

Lots of warnings mostly size_t to int conversion,
but it works and compiles.

Be careful when building OpenSSL.
I'm using:

perl Configure VC-WIN64A
call ms\do_win64a
nmake -f ms\ntdll.mak
mt -nologo -manifest out32dll\libeay32.dll.manifest 
-outputresource:out32dll\libeay32.dll;2
mt -nologo -manifest out32dll\ssleay32.dll.manifest 
-outputresource:out32dll\ssleay32.dll;2
mt -nologo -manifest out32dll\openssl.exe.manifest 
-outputresource:out32dll\openssl.exe;1


Regards,
Mladen.



Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread William A. Rowe, Jr.

Jorge Schrauwen wrote:

that is without deflate and ssl?
Still having problems compiling it to win64 with those enabled.


Firstmost obvious question, did you perform 64 bit builds of zlib and
openssl?

Bill


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread William A. Rowe, Jr.

Mladen Turk wrote:

Jorge Schrauwen wrote:


wait... did you do a 32bit binary on a win64 system or a 64bit binary?



Microsoft Windows Server 2003 R2
Standard x64 Edition
Service Pack 1
AMD Athlon 3600 2.20 GHz, 2 GB of RAM

Miscrosoft Visual Studio 2005
Version 8.0.50727.42

Lots of warnings mostly size_t to int conversion,
but it works and compiles.

Be careful when building OpenSSL.
I'm using:

perl Configure VC-WIN64A
call ms\do_win64a
nmake -f ms\ntdll.mak
mt -nologo -manifest out32dll\libeay32.dll.manifest 
-outputresource:out32dll\libeay32.dll;2
mt -nologo -manifest out32dll\ssleay32.dll.manifest 
-outputresource:out32dll\ssleay32.dll;2
mt -nologo -manifest out32dll\openssl.exe.manifest 
-outputresource:out32dll\openssl.exe;1


This raises a *great* question.  Do we wish to include manifests or drop
this with /manifest:no for our builds?  I'm still trying to grok an advantage
to this 'feature'.  The benefits are obvious for .NET applications but i've yet
to find an advantage to using them for native code.

Bill


Re: [VOTE] 2.2.2 Candidate

2006-04-26 Thread Jorge Schrauwen
interesting! I'll give that a shot once i get my machine formatetd it had a crash 2 days ago :(Last time i tried openSSL didn't compile, zlib did afther some tinkering with it.Any performance stats on the Win64 build? mine where always worse than the Win32 builds (using 
ab.exe)On 4/26/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote:
Mladen Turk wrote: Jorge Schrauwen wrote: wait... did you do a 32bit binary on a win64 system or a 64bit binary? Microsoft Windows Server 2003 R2 Standard x64 Edition
 Service Pack 1 AMD Athlon 3600 2.20 GHz, 2 GB of RAM Miscrosoft Visual Studio 2005 Version 8.0.50727.42 Lots of warnings mostly size_t to int conversion, but it works and compiles.
 Be careful when building OpenSSL. I'm using: perl Configure VC-WIN64A call ms\do_win64a nmake -f ms\ntdll.mak mt -nologo -manifest out32dll\libeay32.dll.manifest
 -outputresource:out32dll\libeay32.dll;2 mt -nologo -manifest out32dll\ssleay32.dll.manifest -outputresource:out32dll\ssleay32.dll;2 mt -nologo -manifest out32dll\openssl.exe.manifest -outputresource:out32dll\openssl.exe;1
This raises a *great* question.Do we wish to include manifests or dropthis with /manifest:no for our builds?I'm still trying to grok an advantageto this 'feature'.The benefits are obvious for .NET applications but i've yet
to find an advantage to using them for native code.Bill-- ~Jorge


Re: [VOTE] 2.2.2 Candidate

2006-04-24 Thread Sander Temme

Hey The Doctor (what's your name?),

On Apr 23, 2006, at 6:24 PM, The Doctor wrote:

MAjor Failure.  I got thes erver to compile properly,   the  
httpd*.conf

to assimilate properly, but on start-up choke!


Couple of questions:

1) How does it choke?
2) Does the server start?
3) Does it print output to stderr?
4) Does it write output to its error log?
5) Does it receive a signal (like a segfault or so)?
6) Do you get a core?
7) Could you send us a backtrace?


REason could be due to the following:


(Deleted shtml source)

Are you sure about that? The server only reads the documents when  
they are actually served. Above, you say that you have problems on  
startup. Do you also have problems serving documents? If so, I'd like  
you to answer questions 4-7 above for when you send the server a  
request for the document that gives you problems.


To give us a readable backtrace from a core file, we'll likely need  
debug symbols in the binary. Unfortunately, the 2.2.2 release  
candidate will not build for you with -DDEBUG. This is a known issue  
and has been fixed on trunk. You can apply the same fix as follows:


$ cd /path/to/your/httpd-2.2.2/srclib/pcre
$ svn diff -r381782:381783 \
 http://svn.apache.org/repos/asf/httpd/httpd/trunk/srclib/pcre/ 
printint.c | patch -p0


And then build with -DDEBUG as you tried before.

I assume you know how to get a coredump on BSD/OS: I don't have  
access to that platform so I can't figure that out for you. Probably  
ulimit -c unlimited before you run apachectl start, that's how it  
works for me on FreeBSD and Darwin.


Before, you mentioned some problems that we think may be due to  
installing a new version of the server over an older, 2.0 based  
version. To make sure you don't have any stale files, please build by  
running configure --with-prefix=/path/to/something/safe --with- 
layout=Apache ...


Thank you for testing on BSD/OS: while it is related to the BSD  
versions many of us use from day to day, I don't know if any of the  
regular participants on this list have access to a BSD/OS system.


Regards,

Sander

--
[EMAIL PROTECTED]  http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] 2.2.2 Candidate

2006-04-24 Thread William A. Rowe, Jr.

Andrew Shugg wrote:

Andrew Shugg said:


Paul Querna said:


Please test and vote on releasing httpd 2.2.2, bundling APR and
APR-Util 1.2.7.


There's no way to build Apache for Win32 without Microsoft's Visual C++
product, is there?



... it's alright, I've just found out that Microsoft have released the
Express (cut-down) editions of the Visual Studio 2005 products for
free.  Now to find out if Apache 2.2.2 builds under Visual C++ 2005
Express Edition.  =)


Note for certain 'Express' is just that, expressly without the win32 api,
includes and libs :)  Obtain the Windows Platform SDK while you are installing
express.  (PSDK is not the MSDN component you can choose - that component is
various help, docs and examples.)

Our goal is that 2.2 should just work.  It almost/mostly does.  2.0 apache
may or may not be revisited.

win32-src.zip files are available shortly (including iconv) for 2.0/2.2 from the

  http://httpd.apache.org/dev/dist/

test distribution download site.

Bill


Re: [VOTE] 2.2.2 Candidate

2006-04-24 Thread Brad Nicholes
 On 4/21/2006 at 10:35:23 pm, in message
[EMAIL PROTECTED],
Paul Querna [EMAIL PROTECTED] wrote:
 Please test and vote on releasing httpd 2.2.2, bundling APR and
APR-Util 
 1.2.7.
 
 Download from:
 http://httpd.apache.org/dev/dist/ 
 
 Changes:
 http://httpd.apache.org/dev/dist/CHANGES_2.2 
 
 MD5s:
 9c759a9744436de6a6aa2ddbc49d6e81  httpd-2.2.2.tar.bz2
 a0d9f7f6f70110a5965340eb7f3a3e66  httpd-2.2.2.tar.gz
 
 Thanks,
 
 -Paul

+1 NetWare

Brad


Re: [VOTE] 2.2.2 Candidate

2006-04-24 Thread Colm MacCarthaigh
On Fri, Apr 21, 2006 at 09:35:23PM -0700, Paul Querna wrote:
 Download from:
 http://httpd.apache.org/dev/dist/

+1, and in production on ftp.heanet.ie for a day now with no problems.

-- 
Colm MacCárthaighPublic Key: [EMAIL PROTECTED]


Custom Listen statement in perl-framework (Was: Re: [VOTE] 2.2.2 Candidate)

2006-04-24 Thread Sander Temme


On Apr 23, 2006, at 9:37 AM, Paul Querna wrote:


Sander Temme wrote:
FreeBSD bagheera.sandla.org. 6.1-RC FreeBSD 6.1-RC #3: Fri Apr 21  
08:35:33 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/ 
src/sys/GENERIC  i386

Testsuite currently unusable, hangs on:
t/protocol/nntp-likeok 1/10
This seems to be a local issue. Anyone else seeing this happen on  
FreeBSD? No crashes on minotaur which is also FreeBSD. I will  
advise when the 72 hour window is up.


AFAIK, This test fails on all FreeBSD machines.

Adding the following to the config file for this test should fix it:
AcceptFilter nntp none
Listen 119 nntp
(Or whatever port it is running on)


Actually, the port is determined on the fly by the testsuite, all the  
configuration language available in the mod_nntp_like.c file is the  
following:


#if CONFIG_FOR_HTTPD_TEST

VirtualHost mod_nntp_like
NNTPLike On
/VirtualHost

IfModule @ssl_module@
VirtualHost mod_nntp_like_ssl
NNTPLike On
SSLEngine On
/VirtualHost
/IfModule

#endif

The slightly perverted VirtualHost statement seems to be converted by  
the testsuite into a combination of:


Listen 0.0.0.0:8530
VirtualHost _default_:8530
ServerName localhost.localdomain:8530
NNTPLike On
/VirtualHost

So my question, especially to the perl-framework gurus, is how do I  
add a custom configuration option to that Listen statement?


Thanks,

S.

--
[EMAIL PROTECTED]http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




smime.p7s
Description: S/MIME cryptographic signature


Re: Custom Listen statement in perl-framework (Was: Re: [VOTE] 2.2.2 Candidate)

2006-04-24 Thread Geoffrey Young


Sander Temme wrote:
 
 On Apr 23, 2006, at 9:37 AM, Paul Querna wrote:
 
 Sander Temme wrote:

 FreeBSD bagheera.sandla.org. 6.1-RC FreeBSD 6.1-RC #3: Fri Apr 21 
 08:35:33 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/
 src/sys/GENERIC  i386
 Testsuite currently unusable, hangs on:
 t/protocol/nntp-likeok 1/10
 This seems to be a local issue. Anyone else seeing this happen on 
 FreeBSD? No crashes on minotaur which is also FreeBSD. I will  advise
 when the 72 hour window is up.


 AFAIK, This test fails on all FreeBSD machines.

 Adding the following to the config file for this test should fix it:
 AcceptFilter nntp none
 Listen 119 nntp
 (Or whatever port it is running on)
 
 
 Actually, the port is determined on the fly by the testsuite, all the 
 configuration language available in the mod_nntp_like.c file is the 
 following:
 
 #if CONFIG_FOR_HTTPD_TEST
 
 VirtualHost mod_nntp_like
 NNTPLike On
 /VirtualHost
 
 IfModule @ssl_module@
 VirtualHost mod_nntp_like_ssl
 NNTPLike On
 SSLEngine On
 /VirtualHost
 /IfModule
 
 #endif
 
 The slightly perverted VirtualHost statement seems to be converted by 
 the testsuite into a combination of:
 
 Listen 0.0.0.0:8530
 VirtualHost _default_:8530
 ServerName localhost.localdomain:8530
 NNTPLike On
 /VirtualHost

that's all accurate.

 
 So my question, especially to the perl-framework gurus, is how do I  add
 a custom configuration option to that Listen statement?

so, you want something like this eventually

  Listen 0.0.0.0:8530 nntp
  AcceptFilter nntp none
  VirtualHost _default_:8530
  ...

?

I don't think you can currently do that with the framework.  I might be able
to work up something like

  Listen mod_nntp_like nntp

so that the mod_nntp_like would expand out to match the way we do the
vhost sections (though it's adding yet more black magic).  it might take me
a while to get around to it, but I could probably work on it soonish

is there no other way to handle this config wise?

--Geoff


Re: Custom Listen statement in perl-framework (Was: Re: [VOTE] 2.2.2 Candidate)

2006-04-24 Thread Geoffrey Young
resending to all the interested lists...

Sander Temme wrote:
 
 On Apr 23, 2006, at 9:37 AM, Paul Querna wrote:
 
 Sander Temme wrote:

 FreeBSD bagheera.sandla.org. 6.1-RC FreeBSD 6.1-RC #3: Fri Apr 21 
 08:35:33 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/
 src/sys/GENERIC  i386
 Testsuite currently unusable, hangs on:
 t/protocol/nntp-likeok 1/10
 This seems to be a local issue. Anyone else seeing this happen on 
 FreeBSD? No crashes on minotaur which is also FreeBSD. I will  advise
 when the 72 hour window is up.


 AFAIK, This test fails on all FreeBSD machines.

 Adding the following to the config file for this test should fix it:
 AcceptFilter nntp none
 Listen 119 nntp
 (Or whatever port it is running on)
 
 
 Actually, the port is determined on the fly by the testsuite, all the 
 configuration language available in the mod_nntp_like.c file is the 
 following:
 
 #if CONFIG_FOR_HTTPD_TEST
 
 VirtualHost mod_nntp_like
 NNTPLike On
 /VirtualHost
 
 IfModule @ssl_module@
 VirtualHost mod_nntp_like_ssl
 NNTPLike On
 SSLEngine On
 /VirtualHost
 /IfModule
 
 #endif
 
 The slightly perverted VirtualHost statement seems to be converted by 
 the testsuite into a combination of:
 
 Listen 0.0.0.0:8530
 VirtualHost _default_:8530
 ServerName localhost.localdomain:8530
 NNTPLike On
 /VirtualHost

that's all accurate.

 
 So my question, especially to the perl-framework gurus, is how do I  add
 a custom configuration option to that Listen statement?

so, you want something like this eventually

  Listen 0.0.0.0:8530 nntp
  AcceptFilter nntp none
  VirtualHost _default_:8530
  ...

?

I don't think you can currently do that with the framework.  I might be able
to work up something like

  Listen mod_nntp_like nntp

so that the mod_nntp_like would expand out to match the way we do the
vhost sections (though it's adding yet more black magic).  it might take me
a while to get around to it, but I could probably work on it soonish

is there no other way to handle this config wise?

--Geoff



Re: [VOTE] 2.2.2 Candidate

2006-04-23 Thread Ruediger Pluem


On 04/22/2006 06:35 AM, Paul Querna wrote:
 Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util
 1.2.7.
 
 Download from:
 http://httpd.apache.org/dev/dist/

Tested on Red Hat AS4. So +1 from me:


waiting 60 seconds for server to start: ...
waiting 60 seconds for server to start: ok (waited 1 secs)
server localhost.localdomain:8529 started
server localhost.localdomain:8530 listening (mod_nntp_like)
server localhost.localdomain:8531 listening (mod_nntp_like_ssl)
server localhost.localdomain:8532 listening (mod_ssl)
server localhost.localdomain:8533 listening (ssl_optional_cc)
server localhost.localdomain:8534 listening (ssl_pr33791)
server localhost.localdomain:8535 listening (mod_cache)
server localhost.localdomain:8536 listening (mod_include)
server localhost.localdomain:8537 listening (mod_proxy)
server localhost.localdomain:8538 listening (proxy_http_bal1)
server localhost.localdomain:8539 listening (proxy_http_bal2)
server localhost.localdomain:8540 listening (proxy_http_balancer)
server localhost.localdomain:8541 listening (proxy_http_reverse)
server localhost.localdomain:8542 listening (mod_headers)
server localhost.localdomain:8543 listening (error_document)
server localhost.localdomain:8544 listening (mod_vhost_alias)
server localhost.localdomain:8545 listening (proxy_http_https)
server localhost.localdomain:8546 listening (proxy_https_https)
server localhost.localdomain:8547 listening (proxy_https_http)
[   info] adding source lib /tmp/httpd-test/perl-framework/Apache-Test/lib to 
@INC
[   info] adding source lib /tmp/httpd-test/perl-framework/Apache-Test/lib to 
@INC
[   info] adding source lib /tmp/httpd-test/perl-framework/Apache-Test/lib to 
@INC
t/apache/404ok
t/apache/acceptpathinfo.ok
t/apache/byterange..ok
t/apache/byterange2.ok
t/apache/chunkinput.ok
t/apache/contentlength..ok
t/apache/errordoc...ok
t/apache/etags..ok
t/apache/getfileok
t/apache/headersok
t/apache/limits.ok
t/apache/optionsok
t/apache/passbrigadeok
t/apache/post...ok
t/apache/pr18757skipped
all skipped: cannot find module 'cgi'
t/apache/pr35292ok
t/apache/pr35330ok
t/apache/rwrite.ok
t/apr/uri...ok
t/filter/case...skipped
all skipped: cannot find module 'case_filter'
t/filter/case_inskipped
all skipped: cannot find module 'case_filter_in'
t/filter/input_body.ok
t/http11/basicauth..ok
t/http11/chunkedok
t/http11/chunked2...skipped
all skipped: cannot find module 'bucketeer'
t/http11/post...ok
t/modules/accessok
t/modules/alias.ok
t/modules/asis..ok
t/modules/autoindex.ok
t/modules/autoindex2ok
t/modules/cache.ok
t/modules/cgi...ok
t/modules/dav...skipped
all skipped: cannot find module 'HTTP::DAV'
t/modules/deflate...ok
3/7 skipped: skipping 304/deflate tests without mod_cgi and httpd = 
2.1.0
t/modules/digestok
t/modules/dir...ok
t/modules/env...ok
t/modules/expires...ok
t/modules/headers...ok
t/modules/include...ok
14/86 skipped: Skipping bucket boundary tests, no mod_bucketeer
t/modules/info..ok
t/modules/negotiation...ok
t/modules/proxy.ok
t/modules/proxy_balancerok
t/modules/rewrite...ok
t/modules/setenvif..ok
t/modules/statusok
t/modules/vhost_alias...ok
t/php/all...skipped
all skipped: cannot find one of php4 or php5 or sapi_apache2.c
t/protocol/echo.skipped
all skipped: cannot find module 'mod_echo'
t/protocol/nntp-likeskipped
all skipped: deferred accept() prohibits testing with 2.1
t/security/CVE-2003-0542ok
t/security/CVE-2004-0747ok
t/security/CVE-2004-0811ok
t/security/CVE-2004-0940ok
t/security/CVE-2004-0942ok
t/security/CVE-2004-0958skipped
all skipped: cannot find one of php4 or php5 or sapi_apache2.c
t/security/CVE-2004-0959skipped
all skipped: cannot find one of php4 or php5 or sapi_apache2.c, PHP not 
installed
t/security/CVE-2005-2491ok
t/security/CVE-2005-2700ok
t/security/CVE-2005-3352ok
t/security/CVE-2005-3357ok
1/3 skipped: server gave HTTP/0.9 response
t/ssl/basicauth.ok
t/ssl/env...ok
t/ssl/extlookup.ok
t/ssl/fakeauth..ok
t/ssl/headers...ok
t/ssl/http..ok
1/2 skipped: server gave HTTP/0.9 response
t/ssl/pr12355...ok
2/10 skipped: mod_case_filter_in not available
t/ssl/proxy.ok
t/ssl/require...ok
t/ssl/v2ok
t/ssl/varlookup.ok

Re: [VOTE] 2.2.2 Candidate

2006-04-23 Thread Sander Temme


On Apr 21, 2006, at 9:35 PM, Paul Querna wrote:

Please test and vote on releasing httpd 2.2.2, bundling APR and APR- 
Util 1.2.7.


Linux sarlacc 2.6.12-10-686 #1 Sat Mar 11 16:22:51 UTC 2006 i686 GNU/ 
Linux


Checksums, signatures verified for both .gz and .bz2 drops.

prefork:

All tests successful, 4 tests and 2 subtests skipped.
Files=75, Tests=2822, 143 wallclock secs (60.99 cusr +  8.04 csys =  
69.03 CPU)


worker:

All tests successful, 5 tests and 5 subtests skipped.
Files=75, Tests=2817, 151 wallclock secs (61.25 cusr +  7.96 csys =  
69.21 CPU)


event:

All tests successful, 5 tests and 5 subtests skipped.
Files=75, Tests=2817, 131 wallclock secs (60.99 cusr +  8.04 csys =  
69.03 CPU)



Darwin Graymalkin.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar  7  
16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power  
Macintosh powerpc


prefork:

All tests successful, 3 tests and 2 subtests skipped.
Files=75, Tests=2828, 275 wallclock secs (80.29 cusr + 30.71 csys =  
111.00 CPU)


worker:

All tests successful, 3 tests and 2 subtests skipped.
Files=75, Tests=2826, 243 wallclock secs (78.52 cusr + 29.33 csys =  
107.85 CPU)


event:

error_log says:
[Sat Apr 22 14:46:28 2006] [crit] (70023)This function has not been  
implemented on this platform: Couldn't create a Thread Safe Pollset.  
Is it supported on your platform?

Pre-configuration failed


FreeBSD bagheera.sandla.org. 6.1-RC FreeBSD 6.1-RC #3: Fri Apr 21  
08:35:33 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/ 
sys/GENERIC  i386


Testsuite currently unusable, hangs on:

t/protocol/nntp-likeok 1/10

This seems to be a local issue. Anyone else seeing this happen on  
FreeBSD? No crashes on minotaur which is also FreeBSD. I will advise  
when the 72 hour window is up.


Otherwise, +1 on all of the above.

S.

smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] 2.2.2 Candidate

2006-04-23 Thread Paul Querna

Sander Temme wrote:
FreeBSD bagheera.sandla.org. 6.1-RC FreeBSD 6.1-RC #3: Fri Apr 21 
08:35:33 PDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


Testsuite currently unusable, hangs on:

t/protocol/nntp-likeok 1/10

This seems to be a local issue. Anyone else seeing this happen on 
FreeBSD? No crashes on minotaur which is also FreeBSD. I will advise 
when the 72 hour window is up.


AFAIK, This test fails on all FreeBSD machines.

Adding the following to the config file for this test should fix it:
AcceptFilter nntp none
Listen 119 nntp
(Or whatever port it is running on)

-Paul



Re: [VOTE] 2.2.2 Candidate

2006-04-23 Thread The Doctor
On Sat, Apr 22, 2006 at 06:37:47PM -0600, The Doctor wrote:
 On Sat, Apr 22, 2006 at 05:21:35PM -0700, Paul Querna wrote:
  The Doctor wrote:
  REmoved -DDEBUG but now I get:
  
  httpd: Syntax error on line 241 of /var/www/conf/httpd.conf: API module 
  structure
   `access_module' in file /usr/contrib/libexec/apache/mod_access.so is 
   garbled - perhaps this is not an Apache module DSO?  
  
  This normally means you are trying to load a 2.0.xx module into a 2.2.x 
  server  mod_access isn't part of 2.2.x
 
 
 I 'flushed' the httpd.conf file and 2.2 install its own.
 
 How is it picking up a 2.0 file?


MAjor Failure.  I got thes erver to compile properly,   the httpd*.conf
to assimilate properly, but on start-up choke!

REason could be due to the following:


#  index.shtml ##

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
html
head

titleEdmonton Internet Service Provider for Dial Up, Server Colocation, Web 
Hosting, Design and Development/title

meta name=description content=NetKnow.ca, Internet Solutions
meta name=keywords content=Internet Service Provider, Web Hosting, Website 
Design, Website Development, Server Co-location, E-commerce Solutions, Your 
Internet and Web Hosting Experts, Virtual Private Network (VPN) services, 
Edmonton, Alberta, Canada

link href=nkstyle.css rel=stylesheet type=text/css
/head

body bgcolor=#b5c7e0

!--* Main Outside table starts here  ** -
table align=center cellpadding=0 cellspacing=0 border=0 width=730
trtd align=center
!--**   Outside table starts here    ---
table class=table1 align=center  cellpadding=0 cellspacing=0 
width=730
tr
td
!--**   inside table starts here    ---
table class=table2 align=center  cellpadding=2 
cellspacing=0 border=0 width=725 bgcolor=#dfe8f8
tr
td
!--**   Main table starts here    ---

table
tr
td
!--#include file=topmenu.html --

/td
/tr
tr
td
!--#include file=title.html --

/td
/tr
tr
td
!--#include file=menu.html --
/td
/tr
tr
  td
!--#include file=welcome.html --
  /td
/tr
tr
td align=left


table align=left 
border=0 width=720 cellpadding=0 cellspacing=3
tr
!-- * Content starts here *   --

!-- Max width for content is 600 px Max height for content is 600 px   -- 

td valign=top height=500

!--#include file=index.html --

/td   
!-- * Content ends here*---   






/td
td 
width=100 valign=top

!--search and email protection includes go here--

table


tr

td align=left
   

Re: [VOTE] 2.2.2 Candidate

2006-04-23 Thread Paul Querna

Paul Querna wrote:
Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
1.2.7.


For the record, +1 from me.

Tested on RHEL4 and FreeBSD 6.1rc1.

-Paul



Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Sander Temme


On Apr 21, 2006, at 9:35 PM, Paul Querna wrote:

Please test and vote on releasing httpd 2.2.2, bundling APR and APR- 
Util 1.2.7.


Up and running on www.apache.org, running worker (as was 2.2.0) with  
64 threads per child.


The 72 hour window will end Monday, April 24, 23:00 Pacific Daylight  
Time.


S.



smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Steffen

Build  Win32 with VC2005,  up  and running on www.apachelounge.com .

Binary available at www.apachelounge.com/download  


Steffen

- Original Message - 
From: Paul Querna [EMAIL PROTECTED]

To: dev@httpd.apache.org; testers@httpd.apache.org
Sent: Saturday, April 22, 2006 06:35
Subject: [VOTE] 2.2.2 Candidate


Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
1.2.7.


Download from:
http://httpd.apache.org/dev/dist/

Changes:
http://httpd.apache.org/dev/dist/CHANGES_2.2

MD5s:
9c759a9744436de6a6aa2ddbc49d6e81  httpd-2.2.2.tar.bz2
a0d9f7f6f70110a5965340eb7f3a3e66  httpd-2.2.2.tar.gz

Thanks,

-Paul



Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Jim Jagielski

+1: OS X 10.4.6 (gcc 3.3 and 4.0.01), Sol8/Sparc, Suse 10.0
(perl test framework: no ssl tests, flood)


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Gustavo Lopes
OK Windows XP SP2 32bit, Visual C++ 2005 express edition and Visual C++ 6 
(both from the command line).


--
Gustavo Lopes 



Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Jorge Schrauwen
Build using vs.net 2005 pro from GUI,Working fine.


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Oden Eriksson
lördagen den 22 april 2006 06.35 skrev Paul Querna:
 Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util
 1.2.7.

Works on Mandriva with unbundled apr and apr-util 1.2.7 and latest 
perl-framework (r396149).

-- 
Regards // Oden Eriksson
Mandriva: http://www.mandriva.com
NUX: http://li.nux.se


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Graham Leggett

Paul Querna wrote:

Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
1.2.7.


Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64.

+1.

Regards,
Graham
--


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread The Doctor
On Sat, Apr 22, 2006 at 11:30:46PM +0200, Graham Leggett wrote:
 Paul Querna wrote:
 
 Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
 1.2.7.
 
 Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64.
 
 +1.
 
 Regards,
 Graham
 --

Failure on BSD/OS 4.3.1


Script started on Sat Apr 22 16:58:44 2006
doctor.nl2k.ab.ca//usr/source/httpd-2.2.2$ cat configapache2.2
CC=/usr/bin/gcc CFLAGS=-Wall -DDEBUG -g -O3 -march=i686 ./configure  \
  --enable-layout=BSDI \
  --enable-v4-mapped   \
  --enable-maintainer-mode \
  --enable-modules=all \
  --enable-mods-shared=all \
  --enable-authn-dbm  \
  --enable-authn-anon \
  --enable-authn-dbd  \
  --enable-authn-alias --enable-authz-dbm \
  --enable-authz-owner \
  --enable-auth-digest \
  --enable-file-cache  \
  --enable-cache   \
  --enable-disk-cache  \
  --enable-mem-cache   \
  --enable-dbd \
  --enable-bucketeer   \
  --enable-dumpio  \
  --enable-echo\
  --enable-case-filter\
  --enable-case-filter-in \
  --enable-ext-filter \
  --enable-charset-lite   \
  --enable-deflate\
  --enable-log-forensic   \
  --enable-logio  \
  --enable-mime-magic \
  --enable-cern-meta  \
  --enable-expires\
  --enable-headers\
  --enable-ident  \
  --enable-usertrack  \
  --enable-unique-id  \
  --enable-version\
  --enable-ssl \
  --enable-optional-hook-export \
  --enable-optional-hook-import \
  --enable-optional-fn-import \
  --enable-optional-fn-export \
  --enable-static-support \
  --enable-static-htpasswd \
  --enable-static-htdigest \
  --enable-static-rotatelogs \
  --enable-static-logresolve \
  --enable-static-htdbm  \
  --enable-static-ab \
  --enable-static-checkgid \
  --enable-http \
  --enable-dav  \
  --enable-info \
  --enable-suexec \
  --enable-cgi   \
  --enable-cgid  \
  --enable-dav-fs\
  --enable-dav-lock  \
  --enable-vhost-alias   \
  --enable-imagemap  \
  --enable-speling   \
  --enable-rewrite   \
  --enable-so  \
  --with-z=/usr \
  --with-ssl=/usr/contrib \
  --with-mpm=worker \
  --with-suexec-bin=/usr/contrib/bin \
  --with-suexec-caller=www \
  --with-suexec-userdir=html \
  --with-suexec-docroot=html \
  --with-suexec-uidmin=100 \
  --with-suexec-gidmin=100 \
  --with-suexec-logfile=/var/log/httpd/suexec_log 
--with-suexec-safepath=/bin:/usr/bin:/usr/contrib/bin \
  --with-suexec-umask=022 
doctor.nl2k.ab.ca//usr/source/httpd-2.2.2$ make
Making all in srclib
Making all in pcre
/var/www/build-1/libtool --silent --mode=compile /usr/bin/gcc 
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations  -Wall -DDEBUG 
-g -O3 -march=i686  -DAP_DEBUG-I/usr/source/httpd-2.2.2/srclib/pcre -I. 
-I/usr/source/httpd-2.2.2/os/unix -I/usr/source/httpd-2.2.2/server/mpm/worker 
-I/usr/source/httpd-2.2.2/modules/http 
-I/usr/source/httpd-2.2.2/modules/filters 
-I/usr/source/httpd-2.2.2/modules/proxy -I/usr/source/httpd-2.2.2/include 
-I/usr/source/httpd-2.2.2/modules/generators 
-I/usr/source/httpd-2.2.2/modules/mappers 
-I/usr/source/httpd-2.2.2/modules/database -I/usr/contrib/include/apr 
-I/usr/source/httpd-2.2.2/server 
-I/usr/source/httpd-2.2.2/modules/proxy/../generators -I/usr/contrib/include 
-I/usr/source/httpd-2.2.2/modules/ssl 
-I/usr/source/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c pcre.c  
touch pcre.lo
In file included from pcre.c:543:
printint.c: In function `get_ucpname':
printint.c:118: `utt' undeclared (first use in this function)
printint.c:118: (Each undeclared identifier is reported only once
printint.c:118: for each function it appears in.)
printint.c:118: `ucp_type_table' undeclared (first use in this function)
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
doctor.nl2k.ab.ca//usr/source/httpd-2.2.2$ config      exit
exit

Script done on Sat Apr 22 16:59:08 2006

-- 
Member - Liberal International  
This is [EMAIL PROTECTED]   Ici [EMAIL PROTECTED]
God Queen and country! Beware Anti-Christ rising!
Remeber Christ is the Reason for Good Friday and Resurrection Sunday

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Nick Kew
On Sunday 23 April 2006 00:00, The Doctor wrote:


 Failure on BSD/OS 4.3.1

 Making all in pcre
 /var/www/build-1/libtool --silent --mode=compile /usr/bin/gcc
 [chop]
 -I/usr/source/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c
 pcre.c  touch pcre.lo In file included from pcre.c:543:
 printint.c: In function `get_ucpname':
 [splat]

OK, someone remind me wtf we're doing bundling third-party
standard system libraries like pcre and expat?

-- 
Nick Kew


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Paul Querna

The Doctor wrote:

On Sat, Apr 22, 2006 at 11:30:46PM +0200, Graham Leggett wrote:

Paul Querna wrote:

Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
1.2.7.

Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64.

+1.

Regards,
Graham
--


Failure on BSD/OS 4.3.1


Script started on Sat Apr 22 16:58:44 2006
doctor.nl2k.ab.ca//usr/source/httpd-2.2.2$ cat configapache2.2

CC=/usr/bin/gcc CFLAGS=-Wall -DDEBUG -g -O3 -march=i686 ./configure  \



Does removing the -DDEBUG from your CFLAGS fix this problem?

Thanks,

Paul


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread The Doctor
On Sat, Apr 22, 2006 at 04:32:34PM -0700, Paul Querna wrote:
 The Doctor wrote:
 On Sat, Apr 22, 2006 at 11:30:46PM +0200, Graham Leggett wrote:
 Paul Querna wrote:
 
 Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
 1.2.7.
 Built as an RPM on RHEL4/i386 and built/deployed on RHEL4/x86_64.
 
 +1.
 
 Regards,
 Graham
 --
 
 Failure on BSD/OS 4.3.1
 
 
 Script started on Sat Apr 22 16:58:44 2006
 doctor.nl2k.ab.ca//usr/source/httpd-2.2.2$ cat configapache2.2
 
 CC=/usr/bin/gcc CFLAGS=-Wall -DDEBUG -g -O3 -march=i686 ./configure  \
 
 
 Does removing the -DDEBUG from your CFLAGS fix this problem?
 
 Thanks,
 
 Paul
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


REmoved -DDEBUG but now I get:

httpd: Syntax error on line 241 of /var/www/conf/httpd.conf: API module 
structure
 `access_module' in file /usr/contrib/libexec/apache/mod_access.so is garbled - 
perhaps this is not an Apache module DSO?  
 
 
 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 

-- 
Member - Liberal International  
This is [EMAIL PROTECTED]   Ici [EMAIL PROTECTED]
God Queen and country! Beware Anti-Christ rising!
Remeber Christ is the Reason for Good Friday and Resurrection Sunday

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread Paul Querna

The Doctor wrote:

REmoved -DDEBUG but now I get:

httpd: Syntax error on line 241 of /var/www/conf/httpd.conf: API module 
structure
 `access_module' in file /usr/contrib/libexec/apache/mod_access.so is garbled - perhaps this is not an Apache module DSO?  


This normally means you are trying to load a 2.0.xx module into a 2.2.x 
server  mod_access isn't part of 2.2.x


-Paul


Re: [VOTE] 2.2.2 Candidate

2006-04-22 Thread The Doctor
On Sat, Apr 22, 2006 at 05:21:35PM -0700, Paul Querna wrote:
 The Doctor wrote:
 REmoved -DDEBUG but now I get:
 
 httpd: Syntax error on line 241 of /var/www/conf/httpd.conf: API module 
 structure
  `access_module' in file /usr/contrib/libexec/apache/mod_access.so is 
  garbled - perhaps this is not an Apache module DSO?  
 
 This normally means you are trying to load a 2.0.xx module into a 2.2.x 
 server  mod_access isn't part of 2.2.x


I 'flushed' the httpd.conf file and 2.2 install its own.

How is it picking up a 2.0 file?
 
 -Paul
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 

-- 
Member - Liberal International  
This is [EMAIL PROTECTED]   Ici [EMAIL PROTECTED]
God Queen and country! Beware Anti-Christ rising!
Remeber Christ is the Reason for Good Friday and Resurrection Sunday

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



[VOTE] 2.2.2 Candidate

2006-04-21 Thread Paul Querna
Please test and vote on releasing httpd 2.2.2, bundling APR and APR-Util 
1.2.7.


Download from:
http://httpd.apache.org/dev/dist/

Changes:
http://httpd.apache.org/dev/dist/CHANGES_2.2

MD5s:
9c759a9744436de6a6aa2ddbc49d6e81  httpd-2.2.2.tar.bz2
a0d9f7f6f70110a5965340eb7f3a3e66  httpd-2.2.2.tar.gz

Thanks,

-Paul