Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-08-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: [Fri Aug 06 15:41:40 2004] [error] APR::Socket::recv: (35) Resource temporarily unavailable at /usr/home/mgorb/mp-test/modperl-2.0/t/protocol/TestProtocol/echo_block.pm line 34 Out of memory! Callback called exit. Callback called exit. Hmm, out of memory? Do you have i

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-08-08 Thread MGorbunov
> > [Fri Aug 06 15:41:40 2004] [error] APR::Socket::recv: (35) Resource > > temporarily unavailable at > > /usr/home/mgorb/mp-test/modperl-2.0/t/protocol/TestProtocol/echo_block.pm > > line 34 > > Out of memory! > > Callback called exit. > > Callback called exit. > > Hmm, out of memory? Do you

Re: mod_perl2, HEAD request and Content-Length

2004-08-08 Thread Stas Bekman
This thread has been documented at: http://perl.apache.org/docs/2.0/user/handlers/http.html#C_Content_Length__Response_Header -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl Guid

Re: make test hangs

2004-08-08 Thread Stas Bekman
William, please followup on all the emails. I don't think I've seen your followup to this post: http://marc.theaimsgroup.com/?l=apache-modperl&m=108382020514594&w=2 Did I miss it? William Fulmer wrote: The first test it hangs on is t/api/request_rec. The line of code it stops on is pretty uncomp

[mp2 milestones] installment 2

2004-08-08 Thread Stas Bekman
Hi, As we have mentioned several times on this list mod_perl 2.0 will be released when a selected API will be reviewed, tested and documented and the release todo file http://cvs.apache.org/viewcvs.cgi/modperl-2.0/todo/release gets emptied. This is the second installment of getting to the final goa

Re: Multiple Aliases in Perl Section name virtual hosts

2004-08-08 Thread Philippe M. Chiasson
Kim Goldov wrote: I'm using a section to configure name virtual hosts. I would like to have multiple aliases defined in each virtual host, however I was only able to define a single alias in the virtual host. [...] This issue has been found and fixed. Thank you for reporting this problem Kim.

Re: [mp2] $r->method and $r->method_number set methods deprecated?

2004-08-08 Thread Stas Bekman
Fred Moyer wrote: Thanks for the spot Fred. The issue was is that we had almost all accessors settable, as I worked through those I've made of them read-only, which wasn't always right. Please try the current cvs or the patch below [1]. Current cvs did the trick, thanks. :) Now if you could go thro

Re: [mp2] $r->method and $r->method_number set methods deprecated?

2004-08-08 Thread Fred Moyer
> Thanks for the spot Fred. > > The issue was is that we had almost all accessors settable, as I worked through those I've made of them read-only, which wasn't always right. Please try the current cvs or the patch below [1]. Current cvs did the trick, thanks. > Now if you could go through the mp2

Re: URLs with path_info component cause segment violation in ModPerl::Registry and ModPerl::PerlRun

2004-08-08 Thread Stas Bekman
Stephan Wacker wrote: Greetings, I already searched Google and the list archives but could not find any explanation for my problem; therefore... My website uses the PATH_INFO feature of CGI URLs, i.e. the URLs look like http://my.server/some/path/cgi/my_script.pl/context/info and "/context/info

URLs with path_info component cause segment violation in ModPerl::Registry and ModPerl::PerlRun

2004-08-08 Thread Stephan Wacker
Greetings, I already searched Google and the list archives but could not find any explanation for my problem; therefore... My website uses the PATH_INFO feature of CGI URLs, i.e. the URLs look like http://my.server/some/path/cgi/my_script.pl/context/info and "/context/info" should be v

Re: [mp2] $r->method and $r->method_number set methods deprecated?

2004-08-08 Thread Stas Bekman
Fred Moyer wrote: Greetings, I use a CPAN module in my code that uses $r->method and $r->method_number to set the request method and method numbers. When I upgraded to 1.99_15-dev the module can no longer set the method and number, only get it (1). Are the set methods are deprecated, or are they

[mp2] $r->method and $r->method_number set methods deprecated?

2004-08-08 Thread Fred Moyer
Greetings, I use a CPAN module in my code that uses $r->method and $r->method_number to set the request method and method numbers. When I upgraded to 1.99_15-dev the module can no longer set the method and number, only get it (1). Are the set methods are deprecated, or are they in the works stil

Re: Light image server in low-traffic conditions?

2004-08-08 Thread Nathan L. Kugland
Thanks to everyone for the tips. I ended up with a httpd reverse proxy in front of my mod_perl servers. Squid was a resource hog, and overkill since I don't need caching. Putting apache in front also allowed me to serve static docs, SSL, and proxy all in one place, with mod_perl off by itself i