[Lxr-dev] [ lxr-Bugs-758226 ] Apache 2/ mod_perl 1.99 doesn't work
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2003-06-21 00:19:20
|
Bugs item #758226, was opened at 2003-06-20 17:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=758226&group_id=27350 Category: Browsing Group: v0.9.1 Status: Open Resolution: None Priority: 5 Submitted By: Richard Offer (offer) Assigned to: Nobody/Anonymous (nobody) Summary: Apache 2/ mod_perl 1.99 doesn't work Initial Comment: LXR 0.9.2 / MySQL / Plain / brand new RH 8.0 box It seems that LXR uses mod_perl API version 1, Apache 2 required mod_perl version 1.99 (beta for 2) which has made changes. From spending, oh 30 mins looking at this Apache::Registry -> ModPerl::Registry However, mod_perl 2 doesn't chdir() into the scripts directory, since chdir() affects a whole process, and Apache 2 can use threads. In my case, it now fails to find the template file (html-head.htmls ) files... I've tried playing with the mod_perl compat interface, but no luck. Thanks for any insight you can provide. richard. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=758226&group_id=27350 |