Sven Geggus <sven@geggus.net> writes:
What version of mod_dtcl?
> today my apache server stopped working when ttml files are accessed.
What do the logs say? Do they report the hit? I assume you tried
restarting it. Does it still not work?
> Strange thing is, that ordinary html files and cgi-scripts (written
> in tcl!) are still working well.
> Is there a posibility to debug this?
There are a number of ways, depending on how involved you want to get.
Simple:
strace -o outfile -p apacheprocessid
is a good way to start.
Complex:
compile mod_dtcl with debugging symbols, run apache as apache.dbg
(ships with Debian).
> I already tried to debug this using "apache -X" with limited success
> so far.
What wasn't successful about it?
> The server used to work fine since the machine has been installed 19
> days ago (it is up since then).
Did you do anything unusual to it?
> I'm using a debian woody system but I didn't run any update since
> then.
> Any hint would be appreciated.
Haven't had any bug reports for a while (nor have I changed much, I've
been busy with Apache Rivet, which is coming along quite well)
--
David N. Welton
Consulting: http://www.dedasys.com/
Free Software: http://people.debian.org/~davidw/
Apache Tcl: http://tcl.apache.org/
Personal: http://www.efn.org/~davidw/
---------------------------------------------------------------------
To unsubscribe, e-mail: mod_dtcl-unsubscribe@tcl.apache.org
For additional commands, e-mail: mod_dtcl-help@tcl.apache.org
|