From: Joby W. <joby@u.washington.edu> - 2004-01-06 18:44:38
|
Florian Weber wrote: > this is the error: > > [Tue Jan 6 19:26:30 2004] [error] [client 68.6.117.158] malformed > header from script. Bad header=HTTP/1.1 304 Not Modified: > /the/path/to/the/wiki/index.php > > any idea? > Odd. So the clients are just getting a 500 Server Error? You might want to set Apache to a higher verbosity in logging and set php's logging: log_errors = On error_log = /path/to/log Might help us get more info... But right now this sounds like it is not a PhpWiki problem but something wrong with your apache/php/mysql setup. What is your setup (platform and versions)? jbw |