[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
> > [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
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
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
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
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.
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
> 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
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
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
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
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
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
13 matches
Mail list logo