[ANNOUNCE] Apache-VMonitor-2.01

2004-10-31 Thread Stas Bekman
The uploaded file Apache-VMonitor-2.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/ST/STAS/Apache-VMonitor-2.01.tar.gz size: 22393 bytes md5: 431e474afc1b212ad1fdc34bed0a22dd Changes since 2.00: - sync API changes with mp1.99_15 - in the single process mode view sort 'Memory Maps

Re: Bug? Make test fails on configure_httpd/configure_apxs

2004-10-31 Thread Stas Bekman
Steven wrote: [...] Following is t/REPORT: #!/usr/local/bin/perl # WARNING: this file is generated, do not edit # 01: Apache-Test/lib/Apache/TestConfig.pm:898 # 02: Apache-Test/lib/Apache/TestConfig.pm:988 # 03: Apache-Test/lib/Apache/TestReport.pm:45 # 04: Makefile.PL:283 # 05: Makefile.PL:52 [...

Bug? Make test fails on configure_httpd/configure_apxs

2004-10-31 Thread Steven
Dear mailing list, When following instructions for mod_perl 2.0 on the website: > make blah... no warnings or errors > make test Just enters and leaves a few directories first make[1]: Leaving directory `/home/ufo/downloads/apache2/modules/mod_perl-1.99_17/xs' /usr/local/bin/perl -Iblib/arc

Re: Fail to configure mod_perl and build apache

2004-10-31 Thread Nick Phillips
On 30/10/2004, at 7:19 AM, Stas Bekman wrote: CN wrote: Hi! Because "perl Makefile.PL" did not find LWP::UserAgent and HTML::HeadParser in my Debian box, I did "apt-get install libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove that package. Since then "perl Makefile.PL" seems t

Content-Length: 0

2004-10-31 Thread Stuart Scharf
I am trying to compile mod_perl on SuSE 9.0 with: apache_1.3.33 mod_perl-1.29 mod_ssl-2.8.22-1.3.33 php-4.3.9 It all works except when I inclue mod_perl my header has the tag: Content-Length: 0 instead of the real length. (Also I seem be be unable to run "make test" as I get a Syntax error about

Re: Apache::Test with and without mod_ssl

2004-10-31 Thread Stas Bekman
Torsten Förtsch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need to write a TEST.PL that starts an apache with mod_ssl loaded and run the tests and then starts an apache without mod_ssl loaded and runs the tests again. % cat Apache-Test/README ... ### # Got a questi

Apache::Test with and without mod_ssl

2004-10-31 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need to write a TEST.PL that starts an apache with mod_ssl loaded and run the tests and then starts an apache without mod_ssl loaded and runs the tests again. How can I do that? How can the actual test determine which case (with or without m