Well, technically, I'm not sure being a professor or religion disqualifies for the title of Mason Novice :)
To run strace on your apache process, first make sure you've got only one serving process by tweaking your apache conf. Make sure this process can serve a reasonable number of queries before being recycled (this should be the default case anyway). Launch your apache, make a couple of working requests to identify the process that serves them. Then as root, hook into this process using strace -p <your serving process pid> Then perform your crashing request and enjoy watching what's going on. In particular, pay attention to fopen and fread calls. J. On 7 October 2010 13:58, Bruce R <[email protected]> wrote: > > > I wasn't sure what to do. Should I recreate the conditions that caused the > problem (clearing out the directory and leaving only dhandler) and then do > strace -o apache.trace /etc/init.d/apache2 start > > I am not a newbie, but a professor of religion who happens to be responsible > for a digital library website. I know only what I have needed to learn. > > > Hey Bruce, > > What does strace tell you? > > Alfie > > > -- > View this message in context: > http://old.nabble.com/caching-problem-%28it-seems%29-tp29900372p29906033.html > Sent from the Perl Mason - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Mason-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mason-users > -- Jerome Eteve. http://www.eteve.net [email protected] ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

