]> git.treefish.org Git - fex.git/blob - doc/debugging
Original release 20150120
[fex.git] / doc / debugging
1 If your F*EX installation does not work as expected then first look in:
2
3 $FEXHOME/spool/fexsrv.log       (log from fexsrv)
4 $FEXHOME/spool/fup.log          (log from fup CGI)
5 $FEXHOME/spool/fop.log          (log from fop CGI)
6
7 If this does not help, set in $FEXHOME/lib/fex.ph :
8
9 $debug = 1;
10
11 then you will get in $FEXHOME/spool/.debug/ for each download a log file
12 with detailed debugging output.
13
14 If this does not help at all, contact me :-)
15 framstag@rus.uni-stuttgart.de
16