Menu

#9 echo sample is not working

Annoying
open
nobody
Mod_Snake (9)
5
2002-01-23
2002-01-23
Noam Hoffer
No

Using mod_snake 0.5.2 and apache 2.0.28
the 03_mod_echo.py in the tutorial is not working.
It uses conn.write and conn.read which are not
supported for apache2.
Instead it should use something like
conn.input_filters.get_brigade for reading input from
the client. But there is no such function.
Furthermore it generates a segmentation fault
(something to do with the python error message)

Discussion


Log in to post a comment.