This email is just to let you know I am not ignoring this. I am
actually on holiday at the moment and have been having trouble finding
time to have a good look at the problem.

BTW, is the Apache one you built yourself or prepackaged? I ask as by
default the symbol AP_DEBUG, to enable assertion checks wouldn't be
defined.

This may well have come about because of --enable-maintainer-mode
option being defined to configure of Apache. I believe SUSE release an
Apache with this option when they shouldn't have. Use Apache which
hasn't gone maintainer mode enabled and problem will likely go away.

I will still need to try and work out how this the underlying check is failing.

Graham

2008/10/7 Thomas Guettler <[EMAIL PROTECTED]>:
>
> Hi,
>
> [Mon Oct 06 15:08:52 2008] [notice] Apache/2.2.4 (Linux/SUSE)
> mod_ssl/2.2.4 OpenSSL/0.9.8e mod_wsgi/2.3 Python/2.5.1 configured --
> resuming normal operations
> [Mon Oct 06 15:09:01 2008] [crit] [Mon Oct 06 15:09:01 2008] file
> http_filters.c, line 346, assertion "readbytes > 0" failed
> [Mon Oct 06 15:09:02 2008] [notice] child pid 18551 exit signal Aborted (6)
>
> I run apache2-mod_wsgi-2.3-1.2 on Suse 10.3
> The RPM is from: http://software.opensuse.org/search?q=mod_wsgi
>
> The result is reproducable. It happens after sever start/stop and
> everytime I submit the form.
> The form looks like this:
>
>     <form action="./" method="post">
>       <input type="hidden" name="dummy_value" value="1">
>      <input type="submit" value="do it">
>     </form>
>
> If I remove the hidden input 'dummy_value', the error does not occur.
>
> Do you need any additional information?
>
>  Thomas Güttler
>
> Apache config
>
>    WSGIDaemonProcess django_myapp_comp user=myapp group=users threads=1
> processes=2 maximum-requests=1
>   WSGIScriptAlias /myapp /home/myapp/myapp_comp/apache/django_wsgi.py
>   <Location "/myapp/">
>       WSGIProcessGroup django_myapp_comp
>       WSGIApplicationGroup %{GLOBAL}
>       # Mit einem touch auf das WSGIScript wird alles neu gestartet
>       WSGIReloadMechanism Process
>
>       AuthType Basic
>       AuthUserFile  "..."
>       AuthGroupFile "..."
>
>       AuthName "..."
>       ## Keine Einschränkung anhand der IP
>       Order deny,allow
>       Allow from all
>       require valid-user
>       Satisfy All
>   </Location>
>
> --
> Thomas Guettler, http://www.thomas-guettler.de/
> E-Mail: guettli (*) thomas-guettler + de
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to