[QUESTION] Newbie: Chained Handlers with variable content type

2004-02-10 Thread Rob Saunders
Hi, I'm a newbie to Apache and mod_perl, so my apologies if this question is directed at the wrong audience. (Pointers and other list recommendations also welcome). I'm running Apache 1.3.29 and mod_perl 1.29 on an intel based PC running RH9 with kernel 2.6.2. I'm trying to chain handlers to

[Question] Newbie: Apache::SubProcess to spawn PHP commands

2004-02-19 Thread Rob Saunders
Hi, I'm using Mason to dynamically create templated web-pages and this is all working okay, adding headers/footers/menus etc... via the autohandler and "$m->call_next" for the content. However, I also have a number of inherited PHP scripts, the output of which I'd also like to format using my

Apache2 and file extensions

2004-02-25 Thread Rob Saunders
Hi, I'm trying to configure my Apache2 server to run Mason on all files with a .mhtml extension but use the default handler for all other files. I'm also trying to use the DirectoryIndex directive to specify index.mhtml and index.html as files to look for in that order. When I request the index.mh