On Thu, May 7, 2009 at 4:41 PM, Brian Hirt wrote:
> I just built up a new mod_perl1.30 with apache 1.3.41 and started seeing
> segfaults in my logs. I ended up tracking the problem down to
> http://svn.apache.org/viewvc?view=rev&revision=555908
>
> It looks like a fix was committed almost 2 year
I just built up a new mod_perl1.30 with apache 1.3.41 and started
seeing segfaults in my logs. I ended up tracking the problem down to http://svn.apache.org/viewvc?view=rev&revision=555908
It looks like a fix was committed almost 2 years ago.
So my questions are these. Is a 1.31 ever going
On Thu, May 7, 2009 at 1:39 PM, Adam Prime wrote:
> Ryan Gies wrote:
>>
>> I'm rather surprised at what I'm seeing, but it appears this method
>> (Apache2::URI::unescape_url) is not correctly updating the length scalar
>> variable. Any thoughts? -Ryan
>>
>> Output from the below response handler
Ryan Gies wrote:
I'm rather surprised at what I'm seeing, but it appears this method
(Apache2::URI::unescape_url) is not correctly updating the length scalar
variable. Any thoughts? -Ryan
Output from the below response handler snippet:
Before: 'http%3A%2F%2Fexample.com'
After : 'http://exa
Perrin Harkins wrote:
Really? It looks to me like he never got it working.
He said:
If I just set "status => 404" with CGI.pm / Apache::Registry and return
nothing, it works the first time, and then after that I get a lot of these
errors
And further on in the conversation it seemed li
On Thu, May 7, 2009 at 2:51 PM, Michael Peters wrote:
> Looking at this email thread
> (http://perl.markmail.org/message/yimclxzgspjtibbn?q=Apache::Registry+404+ErrorDocument#query:Apache%3A%3ARegistry
> 404 ErrorDocument+page:1+mid:xtfrl2hywqugoqlh+state:results) it seems that
> it worked (mostly
Adam Prime wrote:
I don't have a mod_perl 1.3 setup handy, but i was able to get it to do
what you're wanting to do just fine in mod_perl 2
requesting the script results in me seeing the error document found at
/404.html
Maybe it's a mod_perl 1.3 limitation. I do get Apache's internal 404 d
Perrin Harkins wrote:
You also need to return the correct code from the handler. This is
not simple to do from Registry. Have a quick look at the list
archives for things related to Registry and 304/404 handling.
Apache::RedirectLogFix might be the ticket for you.
I'd rather not have to go
Michael Peters wrote:
Michael A. Capone wrote:
In the spirit of checking off the obvious things... are you sure that
the ErrorDocument directive is working for other pages? in other
words, can you open a browser and goto
http://mydomain.com/this_file_does_not_exist.htm and see your
ErrorDocu
On Thu, May 7, 2009 at 11:13 AM, Michael Peters wrote:
> I have a registry script that could return a NOT FOUND (404) error. I'm
> handling that like so:
>
> Apache->request->status(NOT_FOUND);
You also need to return the correct code from the handler. This is
not simple to do from Registry. H
Michael A. Capone wrote:
In the spirit of checking off the obvious things... are you sure that
the ErrorDocument directive is working for other pages? in other words,
can you open a browser and goto
http://mydomain.com/this_file_does_not_exist.htm and see your
ErrorDocument?\
Yes, that's ho
In the spirit of checking off the obvious things... are you sure that
the ErrorDocument directive is working for other pages? in other words,
can you open a browser and goto
http://mydomain.com/this_file_does_not_exist.htm and see your ErrorDocument?
Michael Peters wrote:
I'm pretty sure this
I'm rather surprised at what I'm seeing, but it appears this method
(Apache2::URI::unescape_url) is not correctly updating the length scalar
variable. Any thoughts? -Ryan
Output from the below response handler snippet:
Before: 'http%3A%2F%2Fexample.com'
After : 'http://example.c...@e.com'
A
I'm pretty sure this should just work and I'm doing something stupid, so any
helpful insults that point me in the right direction would be appreciated :)
I have a registry script that could return a NOT FOUND (404) error. I'm handling
that like so:
Apache->request->status(NOT_FOUND);
The b
14 matches
Mail list logo