Bugs item #758226, was opened at 2003-06-21 01:19
Message generated for change (Comment added) made by mbox
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=758226&group_id=27350
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Browsing
Group: v0.9.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
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.
----------------------------------------------------------------------
>Comment By: Malcolm Box (mbox)
Date: 2009-03-26 17:22
Message:
Fixed with 0.9.6 release which includes multiple patches for improved
Apache2 support
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=758226&group_id=27350
|