|
||||||||||
This one time, at band camp, Dinesh Nair said: > On Wed, 23 Jun 2004, Joey Morin wrote: > > > maybe one of the listers experiencing this problem could enable > > syslog'ing to remote syslog server, to try to capture something > > useful. > > excellent idea ! :) > > > is there some way to configure mini_httpd to log extra debug info? > > yes, by running it with the -D switch. however, you cant do this if you > are not able to modify your m0n0wall images, and using -D will cause it > to not go into daemon mode and sit there until mini_httpd exits. this > will cause your bootup scripts to hang. could you not go to exec.php and do something like: killall mini_httpd ; mini_httpd -D or if you modify the image and change the bootup scripts, could you not launch it in the background: (mini_httpd -D)& jj |