[mod_python] test doesn't work (solved?)
Gregory Trubetskoy
grisha at modpython.org
Wed Jun 21 21:33:41 EST 2000
On Wed, 21 Jun 2000, Miguel Marques wrote:
> If I add a slash to the end of the directory in the Directory directive it works.
> <Directory "/usr/local/apache/htdocs/test/">
OK, it is actually a bug.
line 108 of mod_python.c, which reads
#define SLASH_S "\\"
should read
#define SLASH_S "/"
If you edit this and recompile, the problem will go away.
Grisha
More information about the Mod_python
mailing list