stas 2003/04/06 22:08:55
Modified: todo possible_new_features.txt Log: - could add support for embedding apache directives into perl directives values, e.g. interpolating $ServerRoot PerlSwitches -I$ServerRoot/lib/perl Submitted by: doug Revision Changes Path 1.19 +5 -0 modperl-2.0/todo/possible_new_features.txt Index: possible_new_features.txt =================================================================== RCS file: /home/cvs/modperl-2.0/todo/possible_new_features.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- possible_new_features.txt 6 Mar 2003 04:12:28 -0000 1.18 +++ possible_new_features.txt 7 Apr 2003 05:08:54 -0000 1.19 @@ -1,6 +1,11 @@ config features: ---------------- +- could add support for embedding apache directives into perl + directives values, e.g. interpolating $ServerRoot + + PerlSwitches -I$ServerRoot/lib/perl + - Since now we have protocol modules, it'd be nice to have a similar thing to PerlCleanupHandler, which works only for HTTP requests. It should probably be called PerlConnectionCleanupHandler.