2009/6/30 Carl Nobile <[email protected]>:
>
> Yup, that did it, Thanks
>
> "Stuffed up" must be an Australian expression. I never heard this before. LOL
Well, its all ridgy-didge and fixed in trunk now.
Index: mod_wsgi.c
===================================================================
--- mod_wsgi.c (revision 1366)
+++ mod_wsgi.c (working copy)
@@ -283,7 +283,7 @@
#define MOD_WSGI_MAJORVERSION_NUMBER 3
#define MOD_WSGI_MINORVERSION_NUMBER 0
-#define MOD_WSGI_VERSION_STRING "3.0c3"
+#define MOD_WSGI_VERSION_STRING "3.0c4-TRUNK"
#if AP_SERVER_MAJORVERSION_NUMBER < 2
module MODULE_VAR_EXPORT wsgi_module;
@@ -11620,7 +11620,7 @@
* page produced by the WSGI application.
*/
- if (config->error_override && ap_is_HTTP_ERROR(r->status)) {
+ if (config->error_override == 1 && ap_is_HTTP_ERROR(r->status)) {
status = r->status;
r->status = HTTP_OK;
Graham
> -Carl
>
> On Mon, Jun 29, 2009 at 8:31 AM, Graham
> Dumpleton<[email protected]> wrote:
>>
>> Set:
>>
>> WSGIErrorOverride Off
>>
>> This is meant to be off by default, but for some reason it isn't, so I
>> must have stuffed up somewhere.
>>
>> I'll look more at it tomorrow.
>>
>> Graham
>>
>> 2009/6/29 Carl Nobile <[email protected]>:
>>>
>>> Opps, well I know for sure that a working trunk version was before you
>>> changed the make file names as I said in my first post. But when
>>> before I don't know.
>>>
>>> -Carl
>>>
>>> On Sun, Jun 28, 2009 at 7:15 PM, Graham
>>> Dumpleton<[email protected]> wrote:
>>>>
>>>> 2009/6/29 Carl Nobile <[email protected]>:
>>>>>
>>>>> Graham,
>>>>>
>>>>> Your mod_wsgi-3.0c3.tar.gz also causes the same error condition in
>>>>> Moin.
>>>>
>>>> That version is the same as trunk head. :-)
>>>>
>>>>> I don't know what subversion revision number it is, but I just
>>>>> found that the bug was before revision 1342, if this helps.
>>>>>
>>>>> I have read that Moin has had this issue mainly when running it in IIS.
>>>>> See:
>>>>> http://moinmo.in/MoinMoinQuestions#MoinMoinQuestions.2BAC8-Errors.Cannot_create_new_pages
>>>>
>>>> I'll do a bit of reading and see what it is about. Hopefully it is
>>>> reproducible.
>>>>
>>>>> Also see the next question: Get 404 Error When Clicking On A Missing Link
>>>>
>>>> Graham
>>>>
>>>>>
>>>>> -Carl
>>>>>
>>>>> On Sat, Jun 27, 2009 at 12:17 AM, Graham
>>>>> Dumpleton<[email protected]> wrote:
>>>>>>
>>>>>> 2009/6/27 Carl Nobile <[email protected]>:
>>>>>>>
>>>>>>> I'm not using Trac it is Moin I'm have issues with. There was another
>>>>>>> issue with trac so maybe you got confused with that one.
>>>>>>
>>>>>> Me just not thinking straight. :-)
>>>>>>
>>>>>> I'll make sure I try Moin then, not Trac.
>>>>>>
>>>>>> Graham
>>>>>>
>>>>>>> I will try
>>>>>>> the 3.0 release candidate as soon as I get a change, hopefully this
>>>>>>> weekend.
>>>>>>>
>>>>>>> -Carl
>>>>>>>
>>>>>>> On Sat, Jun 27, 2009 at 12:05 AM, Graham
>>>>>>> Dumpleton<[email protected]> wrote:
>>>>>>>>
>>>>>>>> 2009/6/27 Carl Nobile <[email protected]>:
>>>>>>>>>
>>>>>>>>> I have been running mod_wsgi from trunk for some time now. I just
>>>>>>>>> updated and now moin has issues. Usually when you creat a new link
>>>>>>>>> then click on it you are taken to a screen that lets you create a new
>>>>>>>>> page. Now the with current trunk I get a 404 error.
>>>>>>>>>
>>>>>>>>> I rolled back to version 2.5 and everything works fine again. The only
>>>>>>>>> thing I can say about the version of trunk that worked was that it was
>>>>>>>>> before the make files were renamed to posix*.mk.in and win32*.mk, but
>>>>>>>>> I not sure exactly which subversion version after this broke moin.
>>>>>>>>
>>>>>>>> Any idea if this problem presents with a fresh installation of Trac?
>>>>>>>>
>>>>>>>> When I get a chance I can try a fresh installation, but not sure when
>>>>>>>> that may be.
>>>>>>>>
>>>>>>>> Also try perhaps the various 3.0 release candidate tar balls and see
>>>>>>>> if any of them worked.
>>>>>>>>
>>>>>>>> http://code.google.com/p/modwsgi/downloads/list?can=1&q=mod_wsgi-3.0
>>>>>>>>
>>>>>>>> If I know between which release candidates problem occurred, will give
>>>>>>>> me something to look at.
>>>>>>>>
>>>>>>>> Graham
>>>
>>> -------------------------------------------------------------------------------
>>> Carl J. Nobile (Software Engineer)
>>> [email protected]
>>> -------------------------------------------------------------------------------
>>>
>>> >
>>>
>>
>> >
>>
>
>
>
> --
> -------------------------------------------------------------------------------
> Carl J. Nobile (Software Engineer)
> [email protected]
> -------------------------------------------------------------------------------
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en
-~----------~----~----~----~------~----~------~--~---